public class _PyramidServiceTie extends _PyramidServiceDisp implements Ice.TieBase
Modifier and Type | Field and Description |
---|---|
static long |
serialVersionUID |
__ids
ice_staticId
Constructor and Description |
---|
_PyramidServiceTie(_PyramidServiceOperations delegate) |
_PyramidServiceTie() |
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.
|
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.
|
void |
getResolutionDescriptions_async(AMD_PyramidService_getResolutionDescriptions __cb,
Ice.Current __current)
Retrieves a more complete definition of the resolution
level in question.
|
void |
getResolutionLevel_async(AMD_PyramidService_getResolutionLevel __cb,
Ice.Current __current)
Retrieves the active resolution level.
|
void |
getResolutionLevels_async(AMD_PyramidService_getResolutionLevels __cb,
Ice.Current __current)
Retrieves the number of resolution levels that the backing
pixels pyramid contains.
|
void |
getTileSize_async(AMD_PyramidService_getTileSize __cb,
Ice.Current __current)
Retrieves the tile size for the pixel store.
|
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 |
requiresPixelsPyramid_async(AMD_PyramidService_requiresPixelsPyramid __cb,
Ice.Current __current)
Whether or not this raw pixels store requires a backing
pixels pyramid to provide sub-resolutions of the data.
|
void |
setResolutionLevel_async(AMD_PyramidService_setResolutionLevel __cb,
int resolutionLevel,
Ice.Current __current)
Sets the active resolution level.
|
___getResolutionDescriptions, ___getResolutionLevel, ___getResolutionLevels, ___getTileSize, ___requiresPixelsPyramid, ___setResolutionLevel, __dispatch, __readImpl, __writeImpl, activate_async, close_async, getCurrentEventContext_async, getResolutionDescriptions_async, getResolutionLevel_async, getResolutionLevels_async, getTileSize_async, ice_copyStateFrom, ice_id, ice_id, ice_ids, ice_ids, ice_isA, ice_isA, ice_staticId, passivate_async, requiresPixelsPyramid_async, setResolutionLevel_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 _PyramidServiceTie()
public _PyramidServiceTie(_PyramidServiceOperations 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 getResolutionDescriptions_async(AMD_PyramidService_getResolutionDescriptions __cb, Ice.Current __current) throws ServerError
_PyramidServiceOperations
getResolutionLevels
.getResolutionDescriptions_async
in interface _PyramidServiceOperations
__cb
- The callback object for the operation.__current
- The Current object for the invocation.ServerError
public void getResolutionLevel_async(AMD_PyramidService_getResolutionLevel __cb, Ice.Current __current) throws ServerError
_PyramidServiceOperations
getResolutionLevel_async
in interface _PyramidServiceOperations
__cb
- The callback object for the operation.__current
- The Current object for the invocation.ServerError
public void getResolutionLevels_async(AMD_PyramidService_getResolutionLevels __cb, Ice.Current __current) throws ServerError
_PyramidServiceOperations
getResolutionLevels_async
in interface _PyramidServiceOperations
__cb
- The callback object for the operation.__current
- The Current object for the invocation.ServerError
public void getTileSize_async(AMD_PyramidService_getTileSize __cb, Ice.Current __current) throws ServerError
_PyramidServiceOperations
getTileSize_async
in interface _PyramidServiceOperations
__cb
- The callback object for the operation.__current
- The Current object for the invocation.ServerError
public void requiresPixelsPyramid_async(AMD_PyramidService_requiresPixelsPyramid __cb, Ice.Current __current) throws ServerError
_PyramidServiceOperations
requiresPixelsPyramid_async
in interface _PyramidServiceOperations
__cb
- The callback object for the operation.__current
- The Current object for the invocation.ServerError
public void setResolutionLevel_async(AMD_PyramidService_setResolutionLevel __cb, int resolutionLevel, Ice.Current __current) throws ServerError
_PyramidServiceOperations
setResolutionLevel_async
in interface _PyramidServiceOperations
__cb
- The callback object for the operation.resolutionLevel
- The resolution level to be used by
the pixel buffer.__current
- The Current object for the invocation.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