| Modifier and Type | Class and Description |
|---|---|
class |
DefaultSessionInfo
The default implementation for a session info.
|
| Modifier and Type | Method and Description |
|---|---|
SessionInfo |
SessionInfo.clone()
Clones a sessioninfo.
The password will be copied if not null. |
SessionInfo |
SessionInfoFactory.create()
Creates a session info from the default property file holding the connection parameters.
|
SessionInfo |
DefaultSessionInfoFactory.create() |
SessionInfo |
SessionInfoFactory.create(Properties properties)
Creates a session info from a properties object.
|
SessionInfo |
DefaultSessionInfoFactory.create(Properties properties) |
SessionInfo |
SessionInfoFactory.create(String propertiesName)
Creates a session info from a property file holding the connection parameters.
|
SessionInfo |
DefaultSessionInfoFactory.create(String propertiesName) |
SessionInfo |
SessionInfoFactory.create(String username,
char[] password,
String propertiesName)
Creates a session info from a username, password and
property file holding the connection parameters.
|
SessionInfo |
DefaultSessionInfoFactory.create(String username,
char[] password,
String propertiesName) |
SessionInfo |
RemoteSession.getClientSessionInfo()
Gets the client user info.
|
SessionInfo |
AlreadyLoggedInException.getLoginInfo()
Gets the application user info.
|
SessionInfo |
PooledSessionTaskDispatcher.getSessionInfo()
Gets the user info.
|
SessionInfo |
SessionHolder.getSessionInfo()
The SessionInfo extends the UserInfo by a SecurityManager.
|
SessionInfo |
ThreadLocalSessionHolder.getSessionInfo() |
SessionInfo |
Session.getSessionInfo()
Gets the current user info.
|
| Modifier and Type | Method and Description |
|---|---|
Session |
SessionFactory.create(SessionInfo sessionInfo)
Creates a session.
|
| Constructor and Description |
|---|
AlreadyLoggedInException(Session session,
SessionInfo loginInfo)
Creates an
AlreadyLoggedInException. |
PooledSessionTaskDispatcher(SessionInfo sessionInfo,
int poolSize,
String name,
boolean useMutexLocking,
long sleepInterval)
Creates a non-supervising pooled db task dispatcher.
|
PooledSessionTaskDispatcher(SessionInfo sessionInfo,
int poolSize,
String name,
boolean useMutexLocking,
long sleepInterval,
boolean supervised,
long deadInterval)
Creates a pooled db task dispatcher.
|
Tentackle - distributed, domain- and model-driven