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.bind
-
Class org.tentackle.bind.BindingEvent
class BindingEvent extends EventObject implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
type
BindingEvent.Type type
-
-
Exception Class org.tentackle.bind.BindingException
class BindingException extends RuntimeException implements Serializable- serialVersionUID:
- 1L
-
Exception Class org.tentackle.bind.BindingVetoException
class BindingVetoException extends Exception implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
resyncRequested
boolean resyncRequested
-
rethrowEnabled
boolean rethrowEnabled
-
-
Class org.tentackle.bind.ValidationEvent
class ValidationEvent extends EventObject implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
results
List<ValidationResult> results
-
-
-
Package org.tentackle.common
-
Class org.tentackle.common.Binary
class Binary extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
data
byte[] data
-
frozen
boolean frozen
-
hash
Integer hash
-
length
int length
-
-
Class org.tentackle.common.BMoney
class BMoney extends BigDecimal implements Serializable- serialVersionUID:
- 1L
-
Class org.tentackle.common.Date
class Date extends Date implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readObject
Reconstitute this object from a stream.- Parameters:
s
- the stream- Throws:
IOException
- if reading from stream failedClassNotFoundException
- if class contained in stream is not found
-
writeObject
Save the state of this object to a stream.- Serial Data:
- the value YYYYMMDD is emitted. This allows serializing and deserializing in different timezones without changing the date.
- Parameters:
s
- the stream- Throws:
IOException
- if writing to stream failed
-
-
Serialized Fields
-
frozen
boolean frozen
-
-
Class org.tentackle.common.DMoney
class DMoney extends BMoney implements Serializable- serialVersionUID:
- 1L
-
Class org.tentackle.common.EncryptedProperties
class EncryptedProperties extends Properties implements Serializable- serialVersionUID:
- 1L
-
Class org.tentackle.common.I18NText
class I18NText extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
defaultLocale
Locale defaultLocale
The default locale, if the value hasn't been set for the fallback locale so far.
Null if textMap is empty or the translation for the fallback language is provided. -
textMap
LinkedHashMap<Locale,
String> textMap Localized strings.
LinkedHashMap
to keep the order of insertions.
-
-
Exception Class org.tentackle.common.InterruptedRuntimeException
class InterruptedRuntimeException extends RuntimeException implements Serializable- serialVersionUID:
- 1L
-
Class org.tentackle.common.ParameterString
class ParameterString extends Object implements Serializable- serialVersionUID:
- 1L
-
Exception Class org.tentackle.common.TentackleRuntimeException
class TentackleRuntimeException extends RuntimeException implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
temporary
boolean temporary
-
-
Class org.tentackle.common.Time
class Time extends Time implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readObject
Reconstitute this object from a stream.- Parameters:
s
- the stream- Throws:
IOException
- if reading from stream failedClassNotFoundException
- if class contained in stream is not found
-
writeObject
Save the state of this object to a stream.- Serial Data:
- the value HHMMSSsss is emitted. This allows serializing and deserializing in different timezones without changing the time.
- Parameters:
s
- the stream- Throws:
IOException
- if writing to stream failed
-
-
Serialized Fields
-
frozen
boolean frozen
-
-
Class org.tentackle.common.Timestamp
class Timestamp extends Timestamp implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readObject
Reconstitute this object from a stream.- Parameters:
s
- the stream- Throws:
IOException
- if reading from stream failedClassNotFoundException
- if class contained in stream is not found
-
writeObject
Save the state of this object to a stream.- Serial Data:
- the value YYYYMMDDHHMMSS is emitted. This allows serializing and deserializing in different timezones without changing the timestamp.
- Parameters:
s
- the stream- Throws:
IOException
- if writing to stream failed
-
-
Serialized Fields
-
frozen
boolean frozen
-
utc
boolean utc
-
-
-
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
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
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
Timestamp processed
processing time. -
txId
long txId
transaction id (optional). -
txName
String txName
transaction name (optional). -
userId
long userId
user id. -
when
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 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
-
-
Package org.tentackle.domain
-
Class org.tentackle.domain.AbstractDomainObject
class AbstractDomainObject extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
pdo
T extends PersistentDomainObject<T> pdo
-
-
Class org.tentackle.domain.AbstractDomainOperation
class AbstractDomainOperation extends Object implements Serializable- serialVersionUID:
- 1L
-
-
Package org.tentackle.domain.ns
-
Class org.tentackle.domain.ns.NumberPoolDomainImpl
class NumberPoolDomainImpl extends AbstractDomainObject<NumberPool,NumberPoolDomainImpl> implements Serializable - serialVersionUID:
- 1L
-
Class org.tentackle.domain.ns.NumberRangeDomainImpl
class NumberRangeDomainImpl extends AbstractDomainObject<NumberRange,NumberRangeDomainImpl> implements Serializable - serialVersionUID:
- 1L
-
-
Package org.tentackle.domain.security
-
Class org.tentackle.domain.security.SecurityDomainImpl
class SecurityDomainImpl extends AbstractDomainObject<Security,SecurityDomainImpl> implements Serializable - serialVersionUID:
- 1L
-
Serialized Fields
-
permissions
Class<? extends Permission>[] permissions
-
-
-
Package org.tentackle.fx
-
Exception Class org.tentackle.fx.FxRuntimeException
class FxRuntimeException extends TentackleRuntimeException implements Serializable- serialVersionUID:
- 1L
-
-
Package org.tentackle.fx.rdc
-
Class org.tentackle.fx.rdc.PdoEvent
class PdoEvent extends javafx.event.Event implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
pdo
PersistentDomainObject<?> pdo
-
-
Exception Class org.tentackle.fx.rdc.RdcRuntimeException
class RdcRuntimeException extends TentackleRuntimeException implements Serializable- serialVersionUID:
- 1L
-
-
Package org.tentackle.i18n.pdo
-
Record Class org.tentackle.i18n.pdo.StoredBundle.StoredBundleUDK
class StoredBundleUDK extends Record implements Serializable -
Class org.tentackle.i18n.pdo.StoredBundleDomainImpl
class StoredBundleDomainImpl extends AbstractDomainObject<StoredBundle,StoredBundleDomainImpl> implements Serializable - serialVersionUID:
- 1L
-
Class org.tentackle.i18n.pdo.StoredBundleKeyDomainImpl
class StoredBundleKeyDomainImpl extends AbstractDomainObject<StoredBundleKey,StoredBundleKeyDomainImpl> implements Serializable - serialVersionUID:
- 1L
-
Class org.tentackle.i18n.pdo.StoredBundleKeyPersistenceImpl
class StoredBundleKeyPersistenceImpl extends AbstractPersistentObject<StoredBundleKey,StoredBundleKeyPersistenceImpl> implements Serializable - serialVersionUID:
- 1L
-
Serialized Fields
-
bundle
StoredBundle bundle
-
bundleId
long bundleId
the bundle id. -
bundleLoaded
boolean bundleLoaded
-
key
String key
the resource bundle key. -
value
String value
the localized string.
-
-
Class org.tentackle.i18n.pdo.StoredBundlePersistenceImpl
class StoredBundlePersistenceImpl extends AbstractPersistentObject<StoredBundle,StoredBundlePersistenceImpl> implements Serializable - serialVersionUID:
- 1L
-
Serialized Fields
-
keys
TrackedList<StoredBundleKey> keys
-
keysLoaded
boolean keysLoaded
-
locale
String locale
the locale, null if default. -
name
String name
the resource bundle name.
-
-
-
Package org.tentackle.io
-
Class org.tentackle.io.ClientSocketFactory
class ClientSocketFactory extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
socketConfigurator
SocketConfigurator socketConfigurator
-
-
Class org.tentackle.io.CompressedClientSocketFactory
class CompressedClientSocketFactory extends ClientSocketFactory implements Serializable- serialVersionUID:
- 1L
-
Class org.tentackle.io.CompressedSslClientSocketFactory
class CompressedSslClientSocketFactory extends SslRMIClientSocketFactory implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
socketConfigurator
SocketConfigurator socketConfigurator
-
-
Class org.tentackle.io.DefaultServerSocketConfigurator
class DefaultServerSocketConfigurator extends SocketConfiguratorBase implements Serializable- serialVersionUID:
- 1L
-
Class org.tentackle.io.DefaultSocketConfigurator
class DefaultSocketConfigurator extends SocketConfiguratorBase implements Serializable- serialVersionUID:
- 1L
-
Exception Class org.tentackle.io.ReconnectedException
class ReconnectedException extends TentackleRuntimeException implements Serializable- serialVersionUID:
- 1L
-
Class org.tentackle.io.SocketConfiguratorBase
class SocketConfiguratorBase extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
keepAlive
Boolean keepAlive
-
oobInline
Boolean oobInline
-
performancePreferences
SocketPerformancePreferences performancePreferences
-
port
int port
-
portRange
int portRange
-
receiveBufferSize
Integer receiveBufferSize
-
reuseAddress
Boolean reuseAddress
-
sendBufferSize
Integer sendBufferSize
-
soLinger
Integer soLinger
-
soTimeout
Integer soTimeout
-
tcpNoDelay
Boolean tcpNoDelay
-
trafficClass
Integer trafficClass
-
-
Class org.tentackle.io.SocketPerformancePreferences
class SocketPerformancePreferences extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
bandwidth
int bandwidth
-
connectionTime
int connectionTime
-
latency
int latency
-
-
Class org.tentackle.io.SslClientSocketFactory
class SslClientSocketFactory extends SslRMIClientSocketFactory implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
socketConfigurator
SocketConfigurator socketConfigurator
-
-
-
Package org.tentackle.misc
-
Class org.tentackle.misc.CopyOnWriteCollection
class CopyOnWriteCollection extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
collection
Collection<E> collection
The wrapped or cloned collection. -
iteratorModifying
boolean iteratorModifying
If true, iterator() will clone the collection.
-
-
Class org.tentackle.misc.CopyOnWriteList
- serialVersionUID:
- 1L
-
Serialized Fields
-
listIteratorModifying
boolean listIteratorModifying
If true, listIterator() will clone the collection.
-
-
Class org.tentackle.misc.CopyOnWriteSet
- serialVersionUID:
- 1L
-
Class org.tentackle.misc.IdentifiableKey
class IdentifiableKey extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
identifiableClass
Class<T extends Identifiable> identifiableClass
-
identifiableId
long identifiableId
-
-
Class org.tentackle.misc.IdentifiableMap
class IdentifiableMap extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
objectMap
Map<IdentifiableKey<T extends Identifiable>,
T extends Identifiable> objectMap -
sortedObjectMap
Map<IdentifiableKey<T extends Identifiable>,
T extends Identifiable> sortedObjectMap
-
-
Class org.tentackle.misc.IdSerialTuple
class IdSerialTuple extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
id
long id
The object id. -
serial
long serial
The serial number (version).
-
-
Class org.tentackle.misc.ImmutableArrayList
- serialVersionUID:
- 1L
-
Serialized Fields
-
finallyImmutable
boolean finallyImmutable
-
hash
int hash
-
immutable
boolean immutable
-
immutableLoggingLevel
Logger.Level immutableLoggingLevel
-
simpleEqualsAndHashCode
boolean simpleEqualsAndHashCode
-
-
Exception Class org.tentackle.misc.ImmutableException
class ImmutableException extends TentackleRuntimeException implements Serializable- serialVersionUID:
- 1L
-
Class org.tentackle.misc.PropertyEvent
class PropertyEvent extends EventObject implements Serializable- serialVersionUID:
- 1L
-
Class org.tentackle.misc.SubString
class SubString extends Object implements Serializable- serialVersionUID:
- 1L
-
Class org.tentackle.misc.TrackedArrayList
- serialVersionUID:
- 1L
-
Class org.tentackle.misc.XUUID
class XUUID extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
id
long id
-
identifiable
Identifiable identifiable
-
uuid
UUID uuid
-
-
-
Package org.tentackle.model
-
Class org.tentackle.model.EntityAliases
- serialVersionUID:
- 1L
-
Exception Class org.tentackle.model.ModelException
class ModelException extends Exception implements Serializable- serialVersionUID:
- 1L
-
-
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 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 TentackleRuntimeException implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
identifiable
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 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
Mixin<T extends PersistentDomainObject<T>,
DomainObject<T extends PersistentDomainObject<T>>> domainMixin -
persistenceMixin
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
Timestamp editedExpiry
The field for theeditedExpiry
record component. -
editedSince
Timestamp editedSince
The field for theeditedSince
record component.
-
-
-
Package org.tentackle.persist
-
Class org.tentackle.persist.AbstractPersistentObject
class AbstractPersistentObject extends AbstractDbObject<P extends AbstractPersistentObject<T,P>> implements Serializable - serialVersionUID:
- 1L
-
Serialized Fields
-
columnPrefix
String columnPrefix
-
editedBy
long editedBy
-
editedExpiry
Timestamp editedExpiry
-
editedSince
Timestamp editedSince
-
embeddingParent
AbstractPersistentObject<?,
?> embeddingParent -
normText
String normText
all persistent objects have a "NormText", i.e. a phonetically normalized text which can be searched made protected here, so all subclasses can directly access it. -
pdo
T extends PersistentDomainObject<T> pdo
-
persistable
boolean persistable
-
renewTokenLock
boolean renewTokenLock
-
rootClassId
int rootClassId
Optional class id of the root entity.
Improves performance in selects in composite entities if the components belong to different kinds of root entities. -
rootId
long rootId
Optional id of the root entity.
Improves performance in selects in composite entities.
-
-
Class org.tentackle.persist.AbstractPersistentOperation
class AbstractPersistentOperation extends AbstractDbOperation<P extends AbstractPersistentOperation<T,P>> implements Serializable - serialVersionUID:
- 1L
-
Serialized Fields
-
context
DomainContext context
-
operation
T extends Operation<T> operation
-
-
Class org.tentackle.persist.ResultSetCursor.FetchList
- serialVersionUID:
- 1L
-
Serialized Fields
-
closed
boolean closed
-
-
-
Package org.tentackle.persist.lock
-
Class org.tentackle.persist.lock.DbTokenLock
- serialVersionUID:
- 1L
-
-
Package org.tentackle.persist.ns
-
Class org.tentackle.persist.ns.NumberPoolPersistenceImpl
class NumberPoolPersistenceImpl extends AbstractPersistentObject<NumberPool,NumberPoolPersistenceImpl> implements Serializable - serialVersionUID:
- 1L
-
Serialized Fields
-
description
String description
short description. -
descriptionPersisted
String descriptionPersisted
the last persisted value of description. -
lowWaterMark
long lowWaterMark
minimum number count before request to fill up from uplink, 0 to disable. -
lowWaterMarkPersisted
long lowWaterMarkPersisted
the last persisted value of lowWaterMark. -
name
String name
the number pool name. -
namePersisted
String namePersisted
the last persisted value of name. -
numberRangeList
TrackedList<NumberRange> numberRangeList
-
numberRangeListLoaded
boolean numberRangeListLoaded
-
online
boolean online
true if online, else offline. -
onlinePersisted
boolean onlinePersisted
the last persisted value of online. -
realm
String realm
pool realm, optional. -
realmPersisted
String realmPersisted
the last persisted value of realm. -
requestSize
long requestSize
number count to request from uplink, 0 to disable. -
requestSizePersisted
long requestSizePersisted
the last persisted value of requestSize. -
uplink
String uplink
uplink configuration (optional). -
uplinkPersisted
String uplinkPersisted
the last persisted value of uplink.
-
-
Class org.tentackle.persist.ns.NumberRangePersistenceImpl
class NumberRangePersistenceImpl extends AbstractPersistentObject<NumberRange,NumberRangePersistenceImpl> implements Serializable - serialVersionUID:
- 1L
-
Serialized Fields
-
begin
long begin
begin of range. -
beginPersisted
long beginPersisted
the last persisted value of begin. -
end
long end
end of range. -
endPersisted
long endPersisted
the last persisted value of end. -
numberPool
NumberPool numberPool
-
numberPoolId
long numberPoolId
ID of the number pool. -
numberPoolIdPersisted
long numberPoolIdPersisted
the last persisted value of numberPoolId. -
numberPoolLoaded
boolean numberPoolLoaded
-
-
-
Package org.tentackle.persist.security
-
Class org.tentackle.persist.security.SecurityPersistenceImpl
class SecurityPersistenceImpl extends AbstractPersistentObject<Security,SecurityPersistenceImpl> implements Serializable - serialVersionUID:
- 1L
-
Serialized Fields
-
allowed
boolean allowed
the false if denied, true if allowed. -
domainContextClassId
int domainContextClassId
the class id of the DomainContext's context entity, 0 if all contexts. -
domainContextId
long domainContextId
the id of DomainContext's context object, 0 if all instances. -
granteeClassId
int granteeClassId
the class id of the entity the permissions are granted to, 0 if all classes. -
granteeId
long granteeId
the id of the entity the permissions are granted to, 0 if all grantees. -
message
String message
the user message. -
objectClassId
int objectClassId
the protected object's class id, 0 if not an entity. -
objectClassName
String objectClassName
the protected classname, null if an entity. -
objectId
long objectId
the id of the protected object, 0 if all instances or not an entity. -
permissions
String permissions
the permissions as a comma-separated list. -
priority
int priority
the priority or evaluation order, 0 is highest or first.
-
-
-
Package org.tentackle.reflect
-
Class org.tentackle.reflect.InterceptableInvocationHandler
class InterceptableInvocationHandler extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
clazz
Class<T extends Interceptable & Serializable> clazz
-
mixin
Mixin<T extends Interceptable & Serializable,
T extends Interceptable & Serializable> mixin
-
-
Class org.tentackle.reflect.Mixin
class Mixin extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
declClass
Class<M extends Serializable> declClass
-
delegate
M extends Serializable delegate
-
implClass
Class<M extends Serializable> implClass
-
-
-
Package org.tentackle.script
-
Exception Class org.tentackle.script.ScriptRuntimeException
class ScriptRuntimeException extends RuntimeException implements Serializable- serialVersionUID:
- 1L
-
-
Package org.tentackle.security
-
Exception Class org.tentackle.security.SecurityException
class SecurityException extends PersistenceException implements Serializable- serialVersionUID:
- 1L
-
-
Package org.tentackle.security.pdo
-
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
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 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
-
-
Package org.tentackle.sql
-
Exception Class org.tentackle.sql.BackendException
class BackendException extends RuntimeException implements Serializable- serialVersionUID:
- 1L
-
-
Package org.tentackle.task
-
Class org.tentackle.task.AbstractTask
class AbstractTask extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
cause
Throwable cause
-
completed
long completed
-
id
long id
-
repeat
long repeat
-
result
Serializable result
-
scheduled
long scheduled
-
started
long started
-
-
Exception Class org.tentackle.task.TaskException
class TaskException extends TentackleRuntimeException implements Serializable- serialVersionUID:
- 1L
-
-
Package org.tentackle.update
-
Class org.tentackle.update.AbstractUpdateServiceImpl
class AbstractUpdateServiceImpl extends UnicastRemoteObject implements Serializable- serialVersionUID:
- 1L
-
Class org.tentackle.update.ClientInfo
class ClientInfo extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
application
String application
-
architecture
String architecture
-
installationType
InstallationType installationType
-
platform
String platform
-
version
String version
-
-
Class org.tentackle.update.UpdateInfo
class UpdateInfo extends Object implements Serializable- serialVersionUID:
- 1L
-
-
Package org.tentackle.validate
-
Exception Class org.tentackle.validate.ValidationFailedException
class ValidationFailedException extends RuntimeException implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
results
List<ValidationResult> results
-
-
Record Class org.tentackle.validate.ValidationResult.CollectionIndex
class CollectionIndex extends Record implements Serializable-
Serialized Fields
-
index
int index
The field for theindex
record component. -
pathPostfix
String pathPostfix
The field for thepathPostfix
record component. -
pathPrefix
String pathPrefix
The field for thepathPrefix
record component.
-
-
-
Exception Class org.tentackle.validate.ValidationRuntimeException
class ValidationRuntimeException extends RuntimeException implements Serializable- serialVersionUID:
- 1L
-
-
Package org.tentackle.validate.severity
-
Class org.tentackle.validate.severity.AbstractValidationResult
class AbstractValidationResult extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
configuredScopes
Class<? extends ValidationScope>[] configuredScopes
-
errorCode
String errorCode
-
message
String message
-
validationPath
String validationPath
-
-
Class org.tentackle.validate.severity.FailedValidationResult
class FailedValidationResult extends AbstractValidationResult implements Serializable- serialVersionUID:
- 1L
-
Class org.tentackle.validate.severity.InfoValidationResult
class InfoValidationResult extends FailedValidationResult implements Serializable- serialVersionUID:
- 1L
-