Serialized Form
- 
Package org.tentackle.app- 
Class org.tentackle.app.LogoutEventclass LogoutEvent extends Object implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
seriallong serial 
 
- 
 
 
- 
- 
Package org.tentackle.ns- 
Exception Class org.tentackle.ns.NumberSourceEmptyExceptionclass NumberSourceEmptyException extends NumberSourceException implements Serializable- serialVersionUID:
- 1L
 
- 
Exception Class org.tentackle.ns.NumberSourceExceptionclass NumberSourceException extends org.tentackle.common.TentackleRuntimeException implements Serializable- serialVersionUID:
- 1L
 
 
- 
- 
Package org.tentackle.ns.pdo
- 
Package org.tentackle.pdo- 
Class org.tentackle.pdo.DefaultDomainContextclass DefaultDomainContext extends Object implements Serializable- serialVersionUID:
- 1L
 - 
Serialization Methods- 
writeReplaceThis 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- 
namesString[] names The context name chain.
 Array is faster to serialize/deserialize than List.
- 
nonRootContextDefaultDomainContext nonRootContext the non-root context.
- 
rootClassIdint rootClassId Class-ID of the root entity.
 Necessary in remote sessions.
- 
rootIdlong rootId ID of the root entity.
 Necessary in remote sessions.
 
- 
 
- 
Exception Class org.tentackle.pdo.DomainExceptionclass DomainException extends org.tentackle.common.TentackleRuntimeException implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
identifiableorg.tentackle.misc.Identifiable identifiable 
 
- 
 
- 
Class org.tentackle.pdo.DummyPersistentOperationclass DummyPersistentOperation extends Object implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
contextDomainContext context 
- 
operationT extends Operation<T> operation 
 
- 
 
- 
Exception Class org.tentackle.pdo.LockExceptionclass LockException extends PersistenceException implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
contextNameString contextName 
- 
tokenLockInfoTokenLockInfo tokenLockInfo 
 
- 
 
- 
Exception Class org.tentackle.pdo.NotInvokedInBuddyDelegateExceptionclass NotInvokedInBuddyDelegateException extends org.tentackle.common.TentackleRuntimeException implements Serializable- serialVersionUID:
- 1L
 
- 
Exception Class org.tentackle.pdo.PdoCacheExceptionclass PdoCacheException extends PdoRuntimeException implements Serializable- serialVersionUID:
- 1L
 
- 
Class org.tentackle.pdo.PdoCacheFileStoreclass PdoCacheFileStore extends Object implements Serializable- serialVersionUID:
- 1L
 
- 
Class org.tentackle.pdo.PdoInvocationHandlerclass PdoInvocationHandler extends Object implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
clazzClass<T extends PersistentDomainObject<T>> clazz 
- 
domainMixinorg.tentackle.reflect.Mixin<T extends PersistentDomainObject<T>, DomainObject<T extends PersistentDomainObject<T>>> domainMixin 
- 
persistenceMixinorg.tentackle.reflect.Mixin<T extends PersistentDomainObject<T>, PersistentObject<T extends PersistentDomainObject<T>>> persistenceMixin 
 
- 
 
- 
Exception Class org.tentackle.pdo.PdoRuntimeExceptionclass PdoRuntimeException extends PersistenceException implements Serializable- serialVersionUID:
- 1L
 
- 
Record Class org.tentackle.pdo.TokenLockInfoclass TokenLockInfo extends Record implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
editedBylong editedBy The field for theeditedByrecord component.
- 
editedExpiryorg.tentackle.common.Timestamp editedExpiry The field for theeditedExpiryrecord component.
- 
editedSinceorg.tentackle.common.Timestamp editedSince The field for theeditedSincerecord component.
 
- 
 
 
- 
- 
Package org.tentackle.security- 
Exception Class org.tentackle.security.SecurityExceptionclass SecurityException extends PersistenceException implements Serializable- serialVersionUID:
- 1L
 
 
- 
- 
Package org.tentackle.security.pdo