public interface DeltaListManagementWrapper
| Modifier and Type | Method and Description |
|---|---|
int |
connectLookup() |
org.gcube.indexmanagement.storagehandling.stubs.ConnectUpdaterResponse |
connectUpdater() |
void |
disconnectUpdater(int updaterID) |
String |
getDeltaCollectionID() |
org.gcube.indexmanagement.storagehandling.stubs.DeltaFileInfoType |
getDeltaFileInfo(int idx) |
org.gcube.indexmanagement.storagehandling.stubs.DeltaFileInfoType[] |
getDeltaFileList() |
org.apache.axis.message.addressing.EndpointReferenceType |
getIndexManagerEPR() |
boolean |
isEmpty() |
void |
mergeDeltaFile(org.gcube.indexmanagement.storagehandling.stubs.DeltaFileInfoType deltaInfo) |
void |
setIndexManagerEPR(org.apache.axis.message.addressing.EndpointReferenceType managerEPR) |
org.globus.wsrf.core.notification.SubscriptionManager |
subscribeForAdditions(org.gcube.indexmanagement.common.IndexNotificationConsumer consumer) |
org.globus.wsrf.core.notification.SubscriptionManager |
subscribeForDeletions(org.gcube.indexmanagement.common.IndexNotificationConsumer consumer) |
org.globus.wsrf.core.notification.SubscriptionManager |
subscribeForIndexRemoval(org.gcube.indexmanagement.common.IndexNotificationConsumer consumer) |
org.globus.wsrf.core.notification.SubscriptionManager |
subscribeForManagerCreation(org.gcube.indexmanagement.common.IndexNotificationConsumer consumer) |
void setIndexManagerEPR(org.apache.axis.message.addressing.EndpointReferenceType managerEPR)
throws Exception
Exceptionorg.apache.axis.message.addressing.EndpointReferenceType getIndexManagerEPR()
boolean isEmpty()
org.gcube.indexmanagement.storagehandling.stubs.ConnectUpdaterResponse connectUpdater()
throws Exception
Exceptionvoid mergeDeltaFile(org.gcube.indexmanagement.storagehandling.stubs.DeltaFileInfoType deltaInfo)
throws Exception
Exceptionorg.gcube.indexmanagement.storagehandling.stubs.DeltaFileInfoType getDeltaFileInfo(int idx)
throws Exception
Exceptionorg.gcube.indexmanagement.storagehandling.stubs.DeltaFileInfoType[] getDeltaFileList()
throws Exception
Exceptionorg.globus.wsrf.core.notification.SubscriptionManager subscribeForAdditions(org.gcube.indexmanagement.common.IndexNotificationConsumer consumer)
throws Exception
Exceptionorg.globus.wsrf.core.notification.SubscriptionManager subscribeForDeletions(org.gcube.indexmanagement.common.IndexNotificationConsumer consumer)
throws Exception
Exceptionorg.globus.wsrf.core.notification.SubscriptionManager subscribeForIndexRemoval(org.gcube.indexmanagement.common.IndexNotificationConsumer consumer)
throws Exception
ExceptionCopyright © 2014. All Rights Reserved.