Class TestServer.SessionImpl

  • All Implemented Interfaces:
    java.rmi.Remote, org.tentackle.dbms.rmi.Exportable, org.tentackle.dbms.rmi.RemoteDbSession
    Enclosing class:
    TestServer

    public static class TestServer.SessionImpl
    extends org.tentackle.dbms.rmi.RemoteDbSessionImpl
    The remote session.
    • Constructor Summary

      Constructors 
      Constructor Description
      SessionImpl​(org.tentackle.dbms.rmi.RemoteDbConnectionImpl con, org.tentackle.session.SessionInfo clientInfo, org.tentackle.session.SessionInfo serverInfo)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void verifySessionInfo​(org.tentackle.session.SessionInfo sessionInfo)  
      • Methods inherited from class org.tentackle.dbms.rmi.RemoteDbSessionImpl

        cleanup, close, closeDb, countMethodInvocation, createRemoteDelegate, createRemoteDelegateClassName, createRemoteDelegateImplClassName, createRemoteDelegateInstance, doLogStatistics, exportMe, exportRemoteDelegate, forceCleanup, getClientHostString, getClientSessionInfo, getClientSocketFactory, getClosedSince, getConnection, getDbRemoteDelegate, getMdcInfo, getOpenSessions, getOptions, getPort, getRemoteDelegate, getServerSessionInfo, getServerSocketFactory, getSession, getSessionNumber, getTimeout, hasTimedOut, isGrouped, isOpen, isUserLoggedIn, log, logStatistics, openDb, polled, setClientSocketFactory, setPort, setServerSocketFactory, setTimeout, startCleanupThread, stopCleanupThread, toString, unexportMe, unexportRemoteDelegate
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • SessionImpl

        public SessionImpl​(org.tentackle.dbms.rmi.RemoteDbConnectionImpl con,
                           org.tentackle.session.SessionInfo clientInfo,
                           org.tentackle.session.SessionInfo serverInfo)
    • Method Detail

      • verifySessionInfo

        public void verifySessionInfo​(org.tentackle.session.SessionInfo sessionInfo)
        Specified by:
        verifySessionInfo in class org.tentackle.dbms.rmi.RemoteDbSessionImpl