Serialized Form
-
Package org.tentackle.session
-
Class org.tentackle.session.AbstractSessionTask
class AbstractSessionTask extends AbstractTask implements Serializable- serialVersionUID:
- 1L
-
Exception Class org.tentackle.session.AlreadyLoggedInException
class AlreadyLoggedInException extends LoginFailedException implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
loginInfo
SessionInfo loginInfo
-
-
Exception Class org.tentackle.session.ConstraintException
class ConstraintException extends PersistenceException implements Serializable- serialVersionUID:
- 1L
-
Class org.tentackle.session.DefaultSessionInfo
class DefaultSessionInfo extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
applicationId
long applicationId
-
applicationName
String applicationName
-
clientVersion
String clientVersion
-
cloned
boolean cloned
-
encryptedPassword
byte[] encryptedPassword
-
finallyImmutable
boolean finallyImmutable
-
hostInfo
String hostInfo
-
immutable
boolean immutable
-
immutableLoggingLevel
Logger.Level immutableLoggingLevel
-
locale
Locale locale
-
lockLinger
boolean lockLinger
-
osInfo
String osInfo
-
password
char[] password
-
properties
org.tentackle.common.EncryptedProperties properties
-
propertiesName
String propertiesName
-
sessionName
String sessionName
-
since
long since
-
timeZone
TimeZone timeZone
-
userClassId
int userClassId
-
userId
long userId
-
userName
String userName
-
vmInfo
String vmInfo
-
-
Exception Class org.tentackle.session.LoginFailedException
class LoginFailedException extends PersistenceException implements Serializable- serialVersionUID:
- 1L
-
Class org.tentackle.session.MasterSerialListEvent
- serialVersionUID:
- 1L
-
Serialized Fields
-
serial
long serial
-
-
Class org.tentackle.session.ModificationEvent
class ModificationEvent extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
details
Map<String,
ModificationEventDetail> details the modification details. -
name
String name
the first modification name, null if master. -
serial
long serial
the modification serial, master or first of details.
-
-
Class org.tentackle.session.ModificationEventDetail
class ModificationEventDetail extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
name
String name
the modification name, usually a tablename. -
serial
long serial
the serial number to track the number of changes.
-
-
Exception Class org.tentackle.session.NotFoundException
class NotFoundException extends PersistenceException implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
persistedSerial
long persistedSerial
-
-
Exception Class org.tentackle.session.NotRemovableException
class NotRemovableException extends PersistenceException implements Serializable- serialVersionUID:
- 1L
-
Exception Class org.tentackle.session.PersistenceException
class PersistenceException extends org.tentackle.common.TentackleRuntimeException implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
identifiable
Identifiable identifiable
-
lazyMessage
String lazyMessage
-
-
Record Class org.tentackle.session.SavepointHandle
class SavepointHandle extends Record implements Serializable- serialVersionUID:
- 1L
-
Exception Class org.tentackle.session.SessionClosedException
class SessionClosedException extends PersistenceException implements Serializable- serialVersionUID:
- 1L
-
Class org.tentackle.session.SessionKeepAliveTask
class SessionKeepAliveTask extends AbstractTask implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
timeOut
long timeOut
-
-
Class org.tentackle.session.ThreadLocalSessionHolder
class ThreadLocalSessionHolder extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
sessionImmutable
boolean sessionImmutable
-
-
Exception Class org.tentackle.session.VersionIncompatibleException
class VersionIncompatibleException extends LoginFailedException implements Serializable- serialVersionUID:
- 1L
-