Serialized Form
-
Package org.tentackle.app
-
Class org.tentackle.app.LogoutEvent
class LogoutEvent extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
serial
long serial
-
-
-
Package org.tentackle.ns
-
Exception Class org.tentackle.ns.NumberSourceEmptyException
class NumberSourceEmptyException extends NumberSourceException implements Serializable- serialVersionUID:
- 1L
-
Exception Class org.tentackle.ns.NumberSourceException
class NumberSourceException extends org.tentackle.common.TentackleRuntimeException implements Serializable- serialVersionUID:
- 1L
-
-
Package org.tentackle.ns.pdo
-
Package org.tentackle.pdo
-
Class org.tentackle.pdo.DefaultDomainContext
class DefaultDomainContext extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
writeReplace
This does the trick to set up the non-transient rootId and rootClassId when sent via rmi the first time.- Throws:
ObjectStreamException
- to fulfill the signature only- See Also:
-
-
Serialized Fields
-
names
String[] names
The context name chain.
Array is faster to serialize/deserialize than List. -
nonRootContext
DefaultDomainContext nonRootContext
the non-root context. -
rootClassId
int rootClassId
Class-ID of the root entity.
Necessary in remote sessions. -
rootId
long rootId
ID of the root entity.
Necessary in remote sessions.
-
-
Exception Class org.tentackle.pdo.DomainException
class DomainException extends org.tentackle.common.TentackleRuntimeException implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
identifiable
org.tentackle.misc.Identifiable identifiable
-
-
Class org.tentackle.pdo.DummyPersistentOperation
class DummyPersistentOperation extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
context
DomainContext context
-
operation
T extends Operation<T> operation
-
-
Exception Class org.tentackle.pdo.LockException
class LockException extends PersistenceException implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
contextName
String contextName
-
tokenLockInfo
TokenLockInfo tokenLockInfo
-
-
Exception Class org.tentackle.pdo.NotInvokedInBuddyDelegateException
class NotInvokedInBuddyDelegateException extends org.tentackle.common.TentackleRuntimeException implements Serializable- serialVersionUID:
- 1L
-
Exception Class org.tentackle.pdo.PdoCacheException
class PdoCacheException extends PdoRuntimeException implements Serializable- serialVersionUID:
- 1L
-
Class org.tentackle.pdo.PdoCacheFileStore
class PdoCacheFileStore extends Object implements Serializable- serialVersionUID:
- 1L
-
Class org.tentackle.pdo.PdoInvocationHandler
class PdoInvocationHandler extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
clazz
Class<T extends PersistentDomainObject<T>> clazz
-
domainMixin
org.tentackle.reflect.Mixin<T extends PersistentDomainObject<T>,
DomainObject<T extends PersistentDomainObject<T>>> domainMixin -
persistenceMixin
org.tentackle.reflect.Mixin<T extends PersistentDomainObject<T>,
PersistentObject<T extends PersistentDomainObject<T>>> persistenceMixin
-
-
Exception Class org.tentackle.pdo.PdoRuntimeException
class PdoRuntimeException extends PersistenceException implements Serializable- serialVersionUID:
- 1L
-
Record Class org.tentackle.pdo.TokenLockInfo
class TokenLockInfo extends Record implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
editedBy
long editedBy
The field for theeditedBy
record component. -
editedExpiry
org.tentackle.common.Timestamp editedExpiry
The field for theeditedExpiry
record component. -
editedSince
org.tentackle.common.Timestamp editedSince
The field for theeditedSince
record component.
-
-
-
Package org.tentackle.security
-
Exception Class org.tentackle.security.SecurityException
class SecurityException extends PersistenceException implements Serializable- serialVersionUID:
- 1L
-
-
Package org.tentackle.security.pdo