Uses of Class
org.tentackle.dbms.trip.RemoteDbSessionImpl
Packages that use RemoteDbSessionImpl
Package
Description
Low-level persistence layer implementation.
Persisted preferences remoting.
Low-level persistence layer remoting.
Remoting for resource bundles.
Higher-level PDO-aware persistence implementation.
Number sources remoting.
Security rules remoting.
Higher-level PDO-aware persistence remoting.
-
Uses of RemoteDbSessionImpl in org.tentackle.dbms
Methods in org.tentackle.dbms with parameters of type RemoteDbSessionImplModifier and TypeMethodDescriptionvoidDbUtilities.cleanupRemoteSession(RemoteDbSessionImpl remoteSession) Performs any cleanup when a remote user session is closed. -
Uses of RemoteDbSessionImpl in org.tentackle.dbms.prefs.trip
Constructors in org.tentackle.dbms.prefs.trip with parameters of type RemoteDbSessionImplModifierConstructorDescriptionDbPreferencesOperationRemoteDelegateImpl(RemoteDbSessionImpl serverSession, Class<DbPreferencesOperation> clazz) -
Uses of RemoteDbSessionImpl in org.tentackle.dbms.trip
Methods in org.tentackle.dbms.trip that return RemoteDbSessionImplModifier and TypeMethodDescriptionRemoteDbDelegateImpl.getServerSession()Gets the server session.Methods in org.tentackle.dbms.trip that return types with arguments of type RemoteDbSessionImplModifier and TypeMethodDescriptionstatic Collection<RemoteDbSessionImpl> RemoteDbSessionImpl.getOpenSessions()Returns a list of all open sessions.Methods in org.tentackle.dbms.trip with parameters of type RemoteDbSessionImplModifier and TypeMethodDescriptionprotected voidRemoteDbSessionCleanupThread.cleanupSession(RemoteDbSessionImpl session) Cleans up a session.protected booleanRemoteDbSessionCleanupThread.cleanupZombieSession(RemoteDbSessionImpl session) Cleans up a zombie session.Constructors in org.tentackle.dbms.trip with parameters of type RemoteDbSessionImplModifierConstructorDescriptionAbstractDbObjectRemoteDelegateImpl(RemoteDbSessionImpl serverSession, Class<P> clazz) Creates a delegate on the serverSession socket.AbstractDbOperationRemoteDelegateImpl(RemoteDbSessionImpl serverSession, Class<P> clazz) Creates a delegate on the serverSession socket.DbModificationTrackerRemoteDelegateImpl(RemoteDbSessionImpl session, Class<T> clazz) DbRemoteDelegateImpl(RemoteDbSessionImpl session, Class<Db> dbClass) ModificationLogRemoteDelegateImpl(RemoteDbSessionImpl session, Class<ModificationLog> clazz) RemoteDbDelegateImpl(RemoteDbSessionImpl serverSession, Class<T> servicedClass) Creates a delegate.Constructor parameters in org.tentackle.dbms.trip with type arguments of type RemoteDbSessionImplModifierConstructorDescriptionRemoteDbSessionCleanupThread(long checkInterval, Set<WeakReference<RemoteDbSessionImpl>> sessions, int cleanupRetryMax) Creates the cleanup thread. -
Uses of RemoteDbSessionImpl in org.tentackle.i18n.pdo.trip
Constructors in org.tentackle.i18n.pdo.trip with parameters of type RemoteDbSessionImplModifierConstructorDescriptionStoredBundleKeyRemoteDelegateImpl(RemoteDbSessionImpl session, Class<StoredBundleKeyPersistenceImpl> persistenceClass, Class<StoredBundleKey> pdoClass) Creates the remote delegate forStoredBundleKeyPersistenceImpl.StoredBundleRemoteDelegateImpl(RemoteDbSessionImpl session, Class<StoredBundlePersistenceImpl> persistenceClass, Class<StoredBundle> pdoClass) Creates the remote delegate forStoredBundlePersistenceImpl. -
Uses of RemoteDbSessionImpl in org.tentackle.persist
Methods in org.tentackle.persist with parameters of type RemoteDbSessionImplModifier and TypeMethodDescriptionvoidPersistenceUtilities.cleanupRemoteSession(RemoteDbSessionImpl remoteSession) -
Uses of RemoteDbSessionImpl in org.tentackle.persist.ns.trip
Constructors in org.tentackle.persist.ns.trip with parameters of type RemoteDbSessionImplModifierConstructorDescriptionNumberPoolRemoteDelegateImpl(RemoteDbSessionImpl session, Class<NumberPoolPersistenceImpl> persistenceClass, Class<NumberPool> pdoClass) Creates the remote delegate forNumberPoolPersistenceImpl.NumberRangeRemoteDelegateImpl(RemoteDbSessionImpl session, Class<NumberRangePersistenceImpl> persistenceClass, Class<NumberRange> pdoClass) Creates the remote delegate forNumberRangePersistenceImpl. -
Uses of RemoteDbSessionImpl in org.tentackle.persist.security.trip
Constructors in org.tentackle.persist.security.trip with parameters of type RemoteDbSessionImplModifierConstructorDescriptionSecurityRemoteDelegateImpl(RemoteDbSessionImpl session, Class<SecurityPersistenceImpl> persistenceClass, Class<Security> pdoClass) Creates the remote delegate forSecurityPersistenceImpl. -
Uses of RemoteDbSessionImpl in org.tentackle.persist.trip
Constructors in org.tentackle.persist.trip with parameters of type RemoteDbSessionImplModifierConstructorDescriptionAbstractPersistentObjectRemoteDelegateImpl(RemoteDbSessionImpl serverSession, Class<P> persistenceClass, Class<T> pdoClass) Creates a delegate on the serverSession socket.AbstractPersistentOperationRemoteDelegateImpl(RemoteDbSessionImpl serverSession, Class<P> clazz, Class<T> opClass) Creates a delegate on the serverSession socket.AdminExtensionAdapterRemoteDelegateImpl(RemoteDbSessionImpl session, Class<AdminExtensionAdapter> clazz) Creates the admin extension implementation.RemoteResultSetCursorImpl(RemoteDbSessionImpl session, Class<T> clazz) Creates a remote cursor delegate.