public interface _StatefulServiceInterfaceOperationsNC extends _ServiceInterfaceOperationsNC
Modifier and Type | Method and Description |
---|---|
void |
activate_async(AMD_StatefulServiceInterface_activate __cb)
Load a service implementation from disk if it was previously
passivated.
|
void |
close_async(AMD_StatefulServiceInterface_close __cb)
Frees all resources -- passivated or active -- for the given
stateful service and removes its name from the object adapter.
|
void |
getCurrentEventContext_async(AMD_StatefulServiceInterface_getCurrentEventContext __cb)
To free clients from tracking the mapping from session to stateful
service, each stateful service can returns its own context information.
|
void |
passivate_async(AMD_StatefulServiceInterface_passivate __cb)
Causes the blitz server to store the service implementation to disk
to free memory.
|
void passivate_async(AMD_StatefulServiceInterface_passivate __cb) throws ServerError
__cb
- The callback object for the operation.ServerError
void activate_async(AMD_StatefulServiceInterface_activate __cb) throws ServerError
__cb
- The callback object for the operation.ServerError
void close_async(AMD_StatefulServiceInterface_close __cb) throws ServerError
__cb
- The callback object for the operation.ServerError
void getCurrentEventContext_async(AMD_StatefulServiceInterface_getCurrentEventContext __cb) throws ServerError
__cb
- The callback object for the operation.ServerError