Configuration for a database backend.
The configuration is stored via the standard
Preferences and provides
the parameters necessary to connect to the database backend.
The config refers to a
DriverConfiguration that loads the corresponding driver.
The default implementation for a session info.
A thread executing tasks in a serialized manner on an exclusive connection.
Configuration for a backend driver.
The configuration is stored via the standard
Preferences and provides
the parameters necessary to load the driver.
An exclusive session provider.
RMI servers should throw a LoginFailedException if authentication fails (or
any other reason)
Listener for modifications.
Tracks global PDO changes.
A pool of sessions for multiple session infos.
Allows different users to use multiple sessions in parallel.
Database runtime exception.
The remote session.
Provides access to the remote (server-side) client session.
Returnable session provider.
The session.
Describes a persistence and security context.
A handler invoked whenever a Session is closed.
Interface for objects depending on sessions.
A task dispatcher to keep sessions alive.
A pool of sessions for a given session info.
Allows a single user to use multiple sessions in parallel.
Factory for session pools.
A TaskDispatcher using a Session.
Lock for the DefaultSessionTaskDispatcher.
Utility methods for session related stuff.
Enum that maps the low-level integer constants of the transaction isolation levels in java.sql.Connection.
Enum for read-write or read-only transactions.