- java.lang.Object
-
- org.tentackle.dbms.RemoteSessionAdapter
-
- org.tentackle.persist.PdoRemoteSessionAdapter
-
- All Implemented Interfaces:
org.tentackle.pdo.PdoRemoteSession,org.tentackle.session.RemoteSession
public class PdoRemoteSessionAdapter extends org.tentackle.dbms.RemoteSessionAdapter implements org.tentackle.pdo.PdoRemoteSessionAdapter for a remote session.
Hides the RMI stuff.- Author:
- harald
-
-
Constructor Summary
Constructors Constructor Description PdoRemoteSessionAdapter(org.tentackle.dbms.rmi.RemoteDbSession rs)Creates the remote session adapter.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <T extends org.tentackle.pdo.DomainContextDependable>
TgetExtension(org.tentackle.pdo.DomainContext context, java.lang.Class<T> extIf)-
Methods inherited from class org.tentackle.dbms.RemoteSessionAdapter
getClientSessionInfo, getRemoteDbSession, log, logStatistics
-
-