| java.lang.Object org.apache.catalina.cluster.session.SessionMessageImpl
SessionMessageImpl | public SessionMessageImpl()(Code) | | |
SessionMessageImpl | public SessionMessageImpl(String contextName, int eventtype, byte[] session, String sessionID, String uniqueID)(Code) | | |
getAddress | public Member getAddress()(Code) | | Get the address that this message originated from. This would be set
if the message was being relayed from a host other than the one
that originally sent it.
|
getEventType | public int getEventType()(Code) | | returns the event type
one of the event types EVT_XXXX |
getEventTypeString | public String getEventTypeString()(Code) | | the event type in a string representating, useful for debugging |
getSession | public byte[] getSession()(Code) | | the serialized data for the session |
getSessionID | public String getSessionID()(Code) | | the session ID for the session |
getTimestamp | public long getTimestamp()(Code) | | |
setAddress | public void setAddress(Member src)(Code) | | Use this method to set the address that this message originated from.
This can be used when re-sending the EVT_GET_ALL_SESSIONS message to
another machine in the group.
|
setTimestamp | public void setTimestamp(long time)(Code) | | the value of the attribute
|
|
|