Class PdoRemoteSessionAdapter

  • All Implemented Interfaces:
    org.tentackle.pdo.PdoRemoteSession, org.tentackle.session.RemoteSession

    public class PdoRemoteSessionAdapter
    extends org.tentackle.dbms.RemoteSessionAdapter
    implements org.tentackle.pdo.PdoRemoteSession
    Adapter 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>
      T
      getExtension​(org.tentackle.pdo.DomainContext context, java.lang.Class<T> extIf)  
      • Methods inherited from class org.tentackle.dbms.RemoteSessionAdapter

        getClientSessionInfo, getRemoteDbSession, 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, logStatistics
    • Constructor Detail

      • PdoRemoteSessionAdapter

        public PdoRemoteSessionAdapter​(org.tentackle.dbms.rmi.RemoteDbSession rs)
        Creates the remote session adapter.
        Parameters:
        rs - the remote session object
    • Method Detail

      • getExtension

        public <T extends org.tentackle.pdo.DomainContextDependable> T getExtension​(org.tentackle.pdo.DomainContext context,
                                                                                    java.lang.Class<T> extIf)
        Specified by:
        getExtension in interface org.tentackle.pdo.PdoRemoteSession