com.ibm.websphere.management
Class Sessionjava.lang.Object | +--com.ibm.websphere.management.Session
- All Implemented Interfaces:
- java.io.Serializable
- public class Session
- extends java.lang.Object
- implements java.io.Serializable
Session.java - represents the current session of RemoteAdminService
- See Also:
- Serialized Form
Constructor Summary Session()
Session(java.lang.String userName, boolean shareWorkspace)
Method Summary boolean equals(java.lang.Object obj)
java.lang.String getSessionId()
java.lang.String getUserName()
int hashCode()
boolean isShareWorkspace()
java.lang.String toString()
Methods inherited from class java.lang.Object clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Constructor Detail Session
public Session()
Session
public Session(java.lang.String userName, boolean shareWorkspace)
Method Detail getUserName
public java.lang.String getUserName()
getSessionId
public java.lang.String getSessionId()
isShareWorkspace
public boolean isShareWorkspace()
equals
public boolean equals(java.lang.Object obj)
- Overrides:
- equals in class java.lang.Object
hashCode
public int hashCode()
- Overrides:
- hashCode in class java.lang.Object
toString
public java.lang.String toString()
- Overrides:
- toString in class java.lang.Object
WebSphere is a trademark of the IBM Corporation in the United States, other countries, or both.
IBM is a trademark of the IBM Corporation in the United States, other countries, or both.