public final class CoSessionId extends SessionId
| Constructor and Description |
|---|
CoSessionId(ServerConnection srvConn,
java.lang.String serverName,
java.lang.String applicationName) |
CoSessionId(ServerHost serverHost,
java.lang.String applicationName,
ServerId coServerId)
Constructor for creating a pseudo sessionId for a non-connected Co-Client
|
| Modifier and Type | Method and Description |
|---|---|
CoSessionId |
deepClone()
Returns a deep clone of this object
|
ServerId |
getCoServerId() |
java.awt.Color |
getRenderColor() |
javax.swing.Icon |
getRenderIcon() |
java.lang.String |
getRenderText() |
java.lang.String |
getSessionInfo() |
boolean |
isReconnecting() |
void |
setCoServerId(ServerId coServerId) |
void |
setReconnecting(boolean isReconnecting) |
DumpString |
toDumpString(DumpString s)
This method allows subclasses to add values to the existing DumpString of the superclass.
|
ToString |
toString(ToString s)
This method allows subclasses to add values to the existing ToString of the superclass.
|
clone, compareTo, equals, getApplicationName, getHostAddress, getHostName, getServerName, getSID, getUID, getUrlId, getUserId, getUserInfo, getUserName, getWebId, hashCode, isAdmin, isLoggedIn, setUserIdconfigureDumpHeadlineLength, configureDumpMaxElementsPrinted, copyDumpStringValues, copyToStringValues, createDumpHeader, toDumpString, toStringpublic CoSessionId(ServerHost serverHost, java.lang.String applicationName, ServerId coServerId)
public CoSessionId(ServerConnection srvConn, java.lang.String serverName, java.lang.String applicationName)
public void setCoServerId(ServerId coServerId)
public ServerId getCoServerId()
public java.lang.String getSessionInfo()
getSessionInfo in class SessionIdpublic boolean isReconnecting()
public void setReconnecting(boolean isReconnecting)
public CoSessionId deepClone()
DeepCloneabledeepClone in interface DeepCloneabledeepClone in class SessionIdpublic java.lang.String getRenderText()
getRenderText in interface RenderablegetRenderText in class SessionIdpublic java.awt.Color getRenderColor()
getRenderColor in interface RenderablegetRenderColor in class SessionIdpublic javax.swing.Icon getRenderIcon()
getRenderIcon in interface RenderablegetRenderIcon in class SessionIdpublic ToString toString(ToString s)
Dumpablepublic DumpString toDumpString(DumpString s)
DumpabletoDumpString in interface DumpabletoDumpString in class SessionIdCopyright © 2014 EsprIT-Systems. All Rights Reserved.