org.apache.catalina.ha.session
public class SessionIDMessage extends ClusterMessageBase implements ClusterMessage
Version: $Revision: 531471 $ $Date: 2007-04-23 16:11:44 +0200 (Mon, 23 Apr 2007) $
| Method Summary | |
|---|---|
| String | getBackupSessionID() |
| String | getContextPath() |
| String | getHost() |
| int | getMessageNumber() |
| String | getOrignalSessionID() |
| String | getUniqueId() |
| void | setBackupSessionID(String backupSessionID) |
| void | setContextPath(String contextPath) |
| void | setHost(String host) |
| void | setMessageNumber(int messageNumber) |
| void | setOrignalSessionID(String orignalSessionID) |
| String | toString() |
Returns: Returns the backupSessionID.
Returns: Returns the contextPath.
Returns: Returns the host.
Returns: Returns the messageNumber.
Returns: Returns the orignalSessionID.
Parameters: backupSessionID The backupSessionID to set.
Parameters: contextPath The contextPath to set.
Parameters: host The host to set.
Parameters: messageNumber The messageNumber to set.
Parameters: orignalSessionID The orignalSessionID to set.