Serialized Form
-
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.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.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.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.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
-