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, setUserId
configureDumpHeadlineLength, configureDumpMaxElementsPrinted, copyDumpStringValues, copyToStringValues, createDumpHeader, toDumpString, toString
public 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 SessionId
public boolean isReconnecting()
public void setReconnecting(boolean isReconnecting)
public CoSessionId deepClone()
DeepCloneable
deepClone
in interface DeepCloneable
deepClone
in class SessionId
public java.lang.String getRenderText()
getRenderText
in interface Renderable
getRenderText
in class SessionId
public java.awt.Color getRenderColor()
getRenderColor
in interface Renderable
getRenderColor
in class SessionId
public javax.swing.Icon getRenderIcon()
getRenderIcon
in interface Renderable
getRenderIcon
in class SessionId
public ToString toString(ToString s)
Dumpable
public DumpString toDumpString(DumpString s)
Dumpable
toDumpString
in interface Dumpable
toDumpString
in class SessionId
Copyright © 2014 EsprIT-Systems. All Rights Reserved.