public class CoServerConnectionEvent extends SystemEvent
| Modifier and Type | Class and Description |
|---|---|
static interface |
CoServerConnectionEvent.Listener |
static interface |
CoServerConnectionEvent.Source |
| Constructor and Description |
|---|
CoServerConnectionEvent(CoSessionId coSessId,
ConnectionStatus status) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getCoServerName() |
CoSessionId |
getSessionId()
Returns the
CoSessionId of the connected CoClientContext |
boolean |
isConnected() |
boolean |
isConnectionLost() |
boolean |
isDisconnected() |
boolean |
isOffline() |
boolean |
isOnline() |
boolean |
isReconnected() |
ToString |
toString(ToString s)
This method allows subclasses to add values to the existing ToString of the superclass.
|
setWasCausedByMe, toDumpString, wasCausedByMeclone, deepCloneconfigureDumpHeadlineLength, configureDumpMaxElementsPrinted, copyDumpStringValues, copyToStringValues, createDumpHeader, toDumpString, toStringpublic CoServerConnectionEvent(CoSessionId coSessId, ConnectionStatus status)
public CoSessionId getSessionId()
CoSessionId of the connected CoClientContextgetSessionId in interface NetEventgetSessionId in class AbstractSessionEventpublic java.lang.String getCoServerName()
public boolean isConnected()
public boolean isReconnected()
public boolean isDisconnected()
public boolean isConnectionLost()
public boolean isOnline()
public boolean isOffline()
public ToString toString(ToString s)
DumpabletoString in interface DumpabletoString in class AbstractSessionEventCopyright © 2014 EsprIT-Systems. All Rights Reserved.