public static interface ServerSession.Status
| Modifier and Type | Method and Description |
|---|---|
boolean |
isBusy()
Network I/O busy
|
boolean |
isConnected()
Network connected
|
boolean |
isShowBusyCursor()
Busy cursor enabled ?
|
void |
setBusy(boolean busy)
Set I/O busy, called by transport listeners
|
void |
setConnected(boolean connected)
Set connected state, called by transport listeners
|
void |
setShowBusyCursor(boolean showBusyCursor)
Enable/disable busy cursor
|
boolean isBusy()
void setBusy(boolean busy)
busy - true if busyboolean isConnected()
void setConnected(boolean connected)
connected - true if connectedboolean isShowBusyCursor()
void setShowBusyCursor(boolean showBusyCursor)
showBusyCursor - true if enabled