Package org.tentackle.test.pdo
Class TestServer.SessionImpl
- java.lang.Object
-
- org.tentackle.dbms.rmi.RemoteDbSessionImpl
-
- org.tentackle.test.pdo.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.RemoteDbSessionImplThe 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 voidverifySessionInfo(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
-
-