public class StateServerEventArgs
extends java.lang.Object
ObjectExpiredEventArgs
Modifier and Type | Method and Description |
---|---|
int |
getAppId()
Returns the application namespace-derived application ID of the object which is the
subject of the callback.
|
DataAccessor |
getDataAccessor()
Returns a
DataAccessor initialized to access the object which is the subject of
the callback. |
StateServerEventCode |
getEventCode()
Returns the
StateServerEventCode which indicates the reason for the callback. |
java.util.Map<java.lang.Object,java.lang.Object> |
getExtendedProperties()
Returns a
Map which can be used by the application to communicate state between
multiple event handlers when more than one event handler is registered for an event. |
StateServerKey |
getKey()
Returns the
StateServerKey identifying the object which is the subject of the
callback. |
public int getAppId()
StateServerEventArgs
instance.public DataAccessor getDataAccessor()
DataAccessor
initialized to access the object which is the subject of
the callback.DataAccessor
which may be used to access the objectpublic StateServerEventCode getEventCode()
StateServerEventCode
which indicates the reason for the callback.StateServerEventCode
which indicating the reason for the callback.public java.util.Map<java.lang.Object,java.lang.Object> getExtendedProperties()
Map
which can be used by the application to communicate state between
multiple event handlers when more than one event handler is registered for an event.public StateServerKey getKey()
StateServerKey
identifying the object which is the subject of the
callback.StateServerKey
identifying the object which is the subject of the
callback.