public class _MetadataStoreTie extends _MetadataStoreDisp implements Ice.TieBase
Modifier and Type | Field and Description |
---|---|
static long |
serialVersionUID |
__ids
ice_staticId
Constructor and Description |
---|
_MetadataStoreTie(_MetadataStoreOperations delegate) |
_MetadataStoreTie() |
Modifier and Type | Method and Description |
---|---|
void |
activate_async(AMD_StatefulServiceInterface_activate __cb,
Ice.Current __current)
Load a service implementation from disk if it was previously
passivated.
|
void |
close_async(AMD_StatefulServiceInterface_close __cb,
Ice.Current __current)
Frees all resources -- passivated or active -- for the given
stateful service and removes its name from the object adapter.
|
void |
createRoot_async(AMD_MetadataStore_createRoot __cb,
Ice.Current __current) |
boolean |
equals(java.lang.Object rhs) |
void |
getCurrentEventContext_async(AMD_StatefulServiceInterface_getCurrentEventContext __cb,
Ice.Current __current)
To free clients from tracking the mapping from session to stateful
service, each stateful service can returns its own context information.
|
int |
hashCode() |
java.lang.Object |
ice_delegate() |
void |
ice_delegate(java.lang.Object delegate) |
void |
passivate_async(AMD_StatefulServiceInterface_passivate __cb,
Ice.Current __current)
Causes the blitz server to store the service implementation to disk
to free memory.
|
void |
populateMinMax_async(AMD_MetadataStore_populateMinMax __cb,
double[][][] imageChannelGlobalMinMax,
Ice.Current __current) |
void |
postProcess_async(AMD_MetadataStore_postProcess __cb,
Ice.Current __current) |
void |
saveToDB_async(AMD_MetadataStore_saveToDB __cb,
FilesetJobLink activity,
Ice.Current __current) |
void |
setPixelsFile_async(AMD_MetadataStore_setPixelsFile __cb,
long pixelsId,
java.lang.String file,
java.lang.String repo,
Ice.Current __current) |
void |
updateObjects_async(AMD_MetadataStore_updateObjects __cb,
IObjectContainer[] objects,
Ice.Current __current) |
void |
updateReferences_async(AMD_MetadataStore_updateReferences __cb,
java.util.Map<java.lang.String,java.lang.String[]> references,
Ice.Current __current) |
___createRoot, ___populateMinMax, ___postProcess, ___saveToDB, ___setPixelsFile, ___updateObjects, ___updateReferences, __dispatch, __readImpl, __writeImpl, activate_async, close_async, createRoot_async, getCurrentEventContext_async, ice_copyStateFrom, ice_id, ice_id, ice_ids, ice_ids, ice_isA, ice_isA, ice_staticId, passivate_async, populateMinMax_async, postProcess_async, saveToDB_async, setPixelsFile_async, updateObjects_async, updateReferences_async
___ice_id, ___ice_ids, ___ice_isA, ___ice_ping, __checkMode, __read, __read, __readImpl, __write, __write, __writeImpl, clone, ice_dispatch, ice_dispatch, ice_operationAttributes, ice_ping, ice_ping, ice_postUnmarshal, ice_preMarshal
public static final long serialVersionUID
public _MetadataStoreTie()
public _MetadataStoreTie(_MetadataStoreOperations delegate)
public java.lang.Object ice_delegate()
ice_delegate
in interface Ice.TieBase
public void ice_delegate(java.lang.Object delegate)
ice_delegate
in interface Ice.TieBase
public boolean equals(java.lang.Object rhs)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public void createRoot_async(AMD_MetadataStore_createRoot __cb, Ice.Current __current) throws ServerError
createRoot_async
in interface _MetadataStoreOperations
ServerError
public void populateMinMax_async(AMD_MetadataStore_populateMinMax __cb, double[][][] imageChannelGlobalMinMax, Ice.Current __current) throws ServerError
populateMinMax_async
in interface _MetadataStoreOperations
ServerError
public void postProcess_async(AMD_MetadataStore_postProcess __cb, Ice.Current __current) throws ServerError
postProcess_async
in interface _MetadataStoreOperations
ServerError
public void saveToDB_async(AMD_MetadataStore_saveToDB __cb, FilesetJobLink activity, Ice.Current __current) throws ServerError
saveToDB_async
in interface _MetadataStoreOperations
ServerError
public void setPixelsFile_async(AMD_MetadataStore_setPixelsFile __cb, long pixelsId, java.lang.String file, java.lang.String repo, Ice.Current __current) throws ServerError
setPixelsFile_async
in interface _MetadataStoreOperations
ServerError
public void updateObjects_async(AMD_MetadataStore_updateObjects __cb, IObjectContainer[] objects, Ice.Current __current) throws ServerError
updateObjects_async
in interface _MetadataStoreOperations
ServerError
public void updateReferences_async(AMD_MetadataStore_updateReferences __cb, java.util.Map<java.lang.String,java.lang.String[]> references, Ice.Current __current) throws ServerError
updateReferences_async
in interface _MetadataStoreOperations
ServerError
public void activate_async(AMD_StatefulServiceInterface_activate __cb, Ice.Current __current) throws ServerError
_StatefulServiceInterfaceOperations
activate_async
in interface _StatefulServiceInterfaceOperations
__cb
- The callback object for the operation.__current
- The Current object for the invocation.ServerError
public void close_async(AMD_StatefulServiceInterface_close __cb, Ice.Current __current) throws ServerError
_StatefulServiceInterfaceOperations
close_async
in interface _StatefulServiceInterfaceOperations
__cb
- The callback object for the operation.__current
- The Current object for the invocation.ServerError
public void getCurrentEventContext_async(AMD_StatefulServiceInterface_getCurrentEventContext __cb, Ice.Current __current) throws ServerError
_StatefulServiceInterfaceOperations
getCurrentEventContext_async
in interface _StatefulServiceInterfaceOperations
__cb
- The callback object for the operation.__current
- The Current object for the invocation.ServerError
public void passivate_async(AMD_StatefulServiceInterface_passivate __cb, Ice.Current __current) throws ServerError
_StatefulServiceInterfaceOperations
passivate_async
in interface _StatefulServiceInterfaceOperations
__cb
- The callback object for the operation.__current
- The Current object for the invocation.ServerError