Serialized Form
-
Package org.tentackle.dbms
-
Class org.tentackle.dbms.AbstractDbObject
class AbstractDbObject extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
classId
int classId
-
finallyImmutable
boolean finallyImmutable
-
id
long id
-
immutable
boolean immutable
-
immutableLoggingLevel
org.tentackle.log.Logger.Level immutableLoggingLevel
-
modified
boolean modified
-
serial
long serial
-
sessionHolder
SessionHolder sessionHolder
-
tableSerial
long tableSerial
-
-
Class org.tentackle.dbms.AbstractDbOperation
class AbstractDbOperation extends Object implements Serializable- serialVersionUID:
- 1L
-
Class org.tentackle.dbms.DbModification
- serialVersionUID:
- 2L
-
Serialized Fields
-
CL_TRACKEDNAME
int CL_TRACKEDNAME
maximum number of characters for 'trackedName'. -
trackedName
String trackedName
the tablename.
-
-
Record Class org.tentackle.dbms.DbTransactionHandle
class DbTransactionHandle extends Record implements Serializable- serialVersionUID:
- 1L
-
Exception Class org.tentackle.dbms.IdSourceEmptyException
class IdSourceEmptyException extends IdSourceException implements Serializable- serialVersionUID:
- 1L
-
Exception Class org.tentackle.dbms.IdSourceException
class IdSourceException extends PersistenceException implements Serializable- serialVersionUID:
- 1L
-
Class org.tentackle.dbms.IgnoreDuplicatesPersistenceVisitor
class IgnoreDuplicatesPersistenceVisitor extends PersistenceVisitor implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
objectSet
Set<AbstractDbObject<?>> objectSet
-
persistenceOperationAllowed
boolean persistenceOperationAllowed
-
-
Class org.tentackle.dbms.ModificationLog
- serialVersionUID:
- 1L
-
Serialized Fields
-
CL_OBJECTCLASSNAME
int CL_OBJECTCLASSNAME
maximum number of characters for 'objectClassName'. -
CL_TXNAME
int CL_TXNAME
maximum number of characters for 'txName'. -
lazyObject
ModificationLoggable lazyObject
TheAbstractDbObject
the log belongs to. null = unknown. Speeds upModificationLog.getObject(org.tentackle.session.Session)
in distributed applications (see the poolkeeper framework).If the lazyObject is a PersistentObject, it's getPdo() method will hold the PDO.
-
message
String message
optional informational or error message. -
messageParameters
org.tentackle.common.ParameterString messageParameters
Message parameters (lazy) -
modType
ModificationType modType
modification type. -
objectClassId
int objectClassId
object class id. -
objectClassName
String objectClassName
object classname (if classid == 0). -
objectId
long objectId
object id. -
processed
org.tentackle.common.Timestamp processed
processing time. -
txId
long txId
transaction id (optional). -
txName
String txName
transaction name (optional). -
userId
long userId
user id. -
when
org.tentackle.common.Timestamp when
time of event.
-
-
Class org.tentackle.dbms.ModificationLog.ReplayState
class ReplayState extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
first
boolean first
true if this is the first block. -
last
boolean last
true if this is the last block. -
modlogIDs
long[] modlogIDs
the IDs of the replayed modlogs of this chunk. -
oldLogModificationAllowed
boolean oldLogModificationAllowed
saved logModificationAllowed. -
pendingTxId
long pendingTxId
the transaction id if BEGIN modlog found. -
txVoucher
long txVoucher
transaction voucher.
-
-
Class org.tentackle.dbms.PersistenceVisitor
class PersistenceVisitor extends org.tentackle.reflect.ReflectiveVisitor implements Serializable- serialVersionUID:
- 1L
-
-
Package org.tentackle.dbms.prefs
-
Class org.tentackle.dbms.prefs.DbPreferences
class DbPreferences extends Preferences implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
absolutePath
String absolutePath
-
childMap
Map<String,
DbPreferences> childMap -
keyMap
Map<String,
DbPreferencesKey> keyMap -
name
String name
-
parent
DbPreferences parent
-
prefNode
DbPreferencesNode prefNode
-
root
DbPreferences root
-
-
Class org.tentackle.dbms.prefs.DbPreferencesKey
- serialVersionUID:
- 1L
-
Class org.tentackle.dbms.prefs.DbPreferencesNode
- serialVersionUID:
- 1L
-
Class org.tentackle.dbms.prefs.DbPreferencesOperation
class DbPreferencesOperation extends AbstractDbOperation<DbPreferencesOperation> implements Serializable- serialVersionUID:
- 1L
-
Class org.tentackle.dbms.prefs.DbPreferencesOperation.RefreshInfo
class RefreshInfo extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
prefKeys
Collection<DbPreferencesKey> prefKeys
all prefkeys. -
prefNodes
Collection<DbPreferencesNode> prefNodes
all prefnodes. -
serial
long serial
the serial version of the preferences tree.
-
-
-
Package org.tentackle.dbms.rmi
-
Record Class org.tentackle.dbms.rmi.DbObjectResult
class DbObjectResult extends Record implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
id
long id
The field for theid
record component. -
serial
long serial
The field for theserial
record component. -
tableSerial
long tableSerial
The field for thetableSerial
record component.
-
-
Record Class org.tentackle.dbms.rmi.DefaultMasterSerial
class DefaultMasterSerial extends Record implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
serial
long serial
The field for theserial
record component.
-
-
Class org.tentackle.dbms.rmi.RemoteDbConnectionImpl
class RemoteDbConnectionImpl extends RemoteServerObject implements Serializable- serialVersionUID:
- 1L
-
Class org.tentackle.dbms.rmi.RemoteServerObject
class RemoteServerObject extends UnicastRemoteObject implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
csf
RMIClientSocketFactory csf
client-side socket factory (if any) -
port
int port
port number on which to export object -
ssf
RMIServerSocketFactory ssf
server-side socket factory (if any) to use when exporting object
-
-
Exception Class org.tentackle.dbms.rmi.RemoteSessionClosedException
class RemoteSessionClosedException extends SessionClosedException implements Serializable- serialVersionUID:
- 1L
-