public interface ObjectStoreLoader
| Modifier and Type | Method and Description |
|---|---|
void |
cleanup() |
java.util.List |
getDataObjects() |
java.util.List |
getNewDataObjects() |
ObjectRecoveryService |
getObjectRecoveryService(DataObject loadFile) |
boolean |
isSetupCorrectly() |
void |
setup(java.lang.String endpoint) |
void setup(java.lang.String endpoint)
throws MXException
MXExceptionjava.util.List getDataObjects()
throws MXException
MXExceptionjava.util.List getNewDataObjects()
throws MXException
MXExceptionObjectRecoveryService getObjectRecoveryService(DataObject loadFile) throws MXException
MXExceptionvoid cleanup()
boolean isSetupCorrectly()
throws MXException
MXException