| AbstractSessionConfiguration |
|
| BackendConfiguration |
Configuration for a database backend.
The configuration is stored via the standard Preferences and provides
the paramaters necessary to connect to the database backend.
The config refers to a DriverConfiguration that loads the corresponding driver.
|
| DefaultSessionInfo |
The default implementation for a session info.
|
| DefaultSessionTaskDispatcher |
A thread executing tasks in a serialized manner on an exclusive connection.
|
| DriverConfiguration |
Configuration for a backend driver.
The configuration is stored via the standard Preferences and provides
the paramaters necessary to load the a driver.
|
| ExclusiveSessionProvider |
An exclusive session provider.
|
| LoginFailedException |
RMI servers should throw a LoginFailedException if authentication fails (or
any other reason)
|
| ModificationEvent |
Modification event.
|
| ModificationEventDetail |
Holds the event detail.
|
| ModificationListener |
Listener for modifications.
|
| ModificationTracker |
Tracks global PDO changes.
|
| PersistenceException |
Database runtime exception.
|
| RemoteSession |
The remote session.
Provides access to the remote (server-side) client session.
|
| ReturnableSessionProvider |
Returnable session provider.
|
| SavepointHandle |
A savepoint handle.
|
| Session |
The session all PDOs live in.
|
| SessionCloseHandler |
A handler invoked whenever a Session is closed.
|
| SessionDependable |
Interface for objects depending on sessions.
|
| SessionFactory |
|
| SessionHolder |
Holder for a session.
|
| SessionInfo |
Session information.
|
| SessionInfoFactory |
|
| SessionKeepAliveDaemon |
A task dispatcher to keep sessions alive.
|
| SessionPool |
A pool of sessions.
|
| SessionProvider |
Session provider.
|
| SessionTaskDispatcher |
A TaskDispatcher using a Session.
|
| SessionTaskDispatcherLock |
Lock for the DefaultSessionTaskDispatcher.
|
| SessionUtilities |
Utility methods for session related stuff.
|