public class RemoteSessionAdapter extends Object implements RemoteSession
| Constructor and Description |
|---|
RemoteSessionAdapter(RemoteDbSession rs)
Creates the remote session adapter.
|
| Modifier and Type | Method and Description |
|---|---|
SessionInfo |
getClientSessionInfo() |
<T extends DomainContextDependable> |
getExtension(DomainContext context,
Class<T> extIf) |
RemoteDbSession |
getRemoteDbSession()
Gets the remote db session object.
|
String |
getServerName() |
void |
log(Logger.Level level,
String message) |
void |
logStatistics(Logger.Level level,
boolean clear) |
public RemoteSessionAdapter(RemoteDbSession rs)
rs - the remote session objectpublic RemoteDbSession getRemoteDbSession()
public SessionInfo getClientSessionInfo()
getClientSessionInfo in interface RemoteSessionpublic String getServerName()
getServerName in interface RemoteSessionpublic void log(Logger.Level level, String message)
log in interface RemoteSessionpublic void logStatistics(Logger.Level level, boolean clear)
logStatistics in interface RemoteSessionpublic <T extends DomainContextDependable> T getExtension(DomainContext context, Class<T> extIf)
getExtension in interface RemoteSessionCopyright © 2016 Krake Softwaretechnik. All rights reserved.