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
MXException
java.util.List getDataObjects() throws MXException
MXException
java.util.List getNewDataObjects() throws MXException
MXException
ObjectRecoveryService getObjectRecoveryService(DataObject loadFile) throws MXException
MXException
void cleanup()
boolean isSetupCorrectly() throws MXException
MXException