public interface RemoteSession
| Modifier and Type | Method and Description |
|---|---|
SessionInfo |
getClientSessionInfo()
Gets the client user info.
|
void |
log(Logger.Level level,
String message)
Logs at the server-side.
|
void |
logStatistics(Logger.Level level,
boolean clear)
Logs the statistics at the server-side.
|
SessionInfo getClientSessionInfo()
The server may set certain values in the session info that may be of interest by the client application, for example the userId.
void log(Logger.Level level, String message)
level - the log levelmessage - the log messagevoid logStatistics(Logger.Level level, boolean clear)
level - the logging levelclear - true if clear statistics after dumpTentackle - distributed, domain- and model-driven