java.lang.Object
org.tentackle.dbms.RemoteSessionAdapter
org.tentackle.persist.PdoRemoteSessionAdapter
- All Implemented Interfaces:
PdoRemoteSession
,org.tentackle.session.RemoteSession
Adapter for a remote session.
Hides the RMI stuff.
Hides the RMI stuff.
- Author:
- harald
-
Constructor Summary
ConstructorDescriptionCreates the remote session adapter. -
Method Summary
Modifier and TypeMethodDescription<T extends DomainContextDependable>
TgetExtension
(DomainContext context, Class<T> extIf) Methods inherited from class org.tentackle.dbms.RemoteSessionAdapter
getClientSessionInfo, getRemoteDbSession, log, log, logStatistics
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.tentackle.session.RemoteSession
getClientSessionInfo, log, log, logStatistics
-
Constructor Details
-
PdoRemoteSessionAdapter
Creates the remote session adapter.- Parameters:
rs
- the remote session object
-
-
Method Details
-
getExtension
- Specified by:
getExtension
in interfacePdoRemoteSession
-