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
ConstructorsConstructorDescriptionCreates 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, logStatisticsMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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:
getExtensionin interfacePdoRemoteSession
-