Index

A B C D E F G H I J K L M N O P Q R S T U V W X Z 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

A

absolutePath() - Method in class org.tentackle.prefs.DefaultPreferences
 
absolutePath() - Method in interface org.tentackle.prefs.PersistedPreferences
Returns this preference node's absolute path name.
AbstractBinder - Class in org.tentackle.bind
Binding Workhorse.
AbstractBinder() - Constructor for class org.tentackle.bind.AbstractBinder
Creates a binder.
AbstractBinding - Class in org.tentackle.bind
Common implementation of a binding.
AbstractBinding(Binder, BindingMember[], BindingMember) - Constructor for class org.tentackle.bind.AbstractBinding
Creates a binding.
AbstractBindingFactory - Class in org.tentackle.bind
Base implementation of a binding factory.
AbstractBindingFactory() - Constructor for class org.tentackle.bind.AbstractBindingFactory
Creates a binding factory.
AbstractClassMapper<S> - Class in org.tentackle.reflect
Base implementation for class mappers.
Implements lenient (superclass/interface) and package (class base names) lookup.
AbstractClassMapper(String) - Constructor for class org.tentackle.reflect.AbstractClassMapper
Creates a class mapper.
AbstractConnection - Class in org.tentackle.trip.transport
Base class of a connection.
AbstractConnection(Transport, TripStream) - Constructor for class org.tentackle.trip.transport.AbstractConnection
Creates a new TCP connection.
AbstractConnectionPool - Class in org.tentackle.trip.transport
Base class for connection pools.
The pooling parameters are optionally defined in the URI query string.
AbstractConnectionPool(Transport, Dictionary) - Constructor for class org.tentackle.trip.transport.AbstractConnectionPool
Creates a TCP connection pool.
AbstractDictionaryBasedTripType<T> - Class in org.tentackle.trip.types
Base class for dictionary-aware trip types.
AbstractDictionaryBasedTripType(Class, TripTypeCategory...) - Constructor for class org.tentackle.trip.types.AbstractDictionaryBasedTripType
Creates the type.
AbstractInterceptor - Class in org.tentackle.reflect
An abstract interceptor.
AbstractInterceptor() - Constructor for class org.tentackle.reflect.AbstractInterceptor
Parent constructor.
AbstractInterceptorAnnotationProcessor - Class in org.tentackle.apt
Processor for annotations annotated with @Interception.
Provides annotation checking during compilation and IDE editing.
AbstractInterceptorAnnotationProcessor(Interception.Type) - Constructor for class org.tentackle.apt.AbstractInterceptorAnnotationProcessor
Creates an interception annotation processor.
AbstractMappedDiagnosticContext - Class in org.tentackle.log
Base implementation of a mapped diagnostic context.
AbstractMappedDiagnosticContext() - Constructor for class org.tentackle.log.AbstractMappedDiagnosticContext
Parent constructor.
AbstractObjectValidator<T> - Class in org.tentackle.validate.validator
Object validator base class.
AbstractObjectValidator() - Constructor for class org.tentackle.validate.validator.AbstractObjectValidator
Parent constructor.
AbstractPool<T> - Class in org.tentackle.misc
Base implementation of a pool managing Poolable resources.
It allows min/max sizes, fixed increments, and timeouts for unused instances.
AbstractPool(String, int, int, int, int, long, long) - Constructor for class org.tentackle.misc.AbstractPool
Creates a pool.
AbstractPoolSlot<T> - Class in org.tentackle.misc
A slot holding a poolable managed by a pool.
AbstractPoolSlot(Pool, int, T) - Constructor for class org.tentackle.misc.AbstractPoolSlot
Creates a slot.
AbstractPredefinedArrayTripType<T> - Class in org.tentackle.trip.types
Base class for all predefined array types.
AbstractPredefinedArrayTripType(Class) - Constructor for class org.tentackle.trip.types.AbstractPredefinedArrayTripType
Creates the type.
AbstractRepeatableValidator<T> - Class in org.tentackle.validate.validator
An abstract repeatable validator.
AbstractRepeatableValidator() - Constructor for class org.tentackle.validate.validator.AbstractRepeatableValidator
Parent constructor.
AbstractScope - Class in org.tentackle.validate.scope
Base class for validation scope implementations.
AbstractScope() - Constructor for class org.tentackle.validate.scope.AbstractScope
Parent constructor.
AbstractScript - Class in org.tentackle.script
Abstract implementation of a script.
AbstractScript(ScriptingLanguage, String, boolean, boolean) - Constructor for class org.tentackle.script.AbstractScript
Creates a script.
AbstractScriptingLanguage - Class in org.tentackle.script
Common code for scripting languages.
AbstractScriptingLanguage() - Constructor for class org.tentackle.script.AbstractScriptingLanguage
Parent constructor.
AbstractScriptValidationMessageConverter - Class in org.tentackle.validate.validator
Converts a validator message script.
AbstractScriptValidationMessageConverter() - Constructor for class org.tentackle.validate.validator.AbstractScriptValidationMessageConverter
Parent constructor.
AbstractServiceAnnotationProcessor - Class in org.tentackle.apt
Common implementation for service annotation processors.
AbstractServiceAnnotationProcessor() - Constructor for class org.tentackle.apt.AbstractServiceAnnotationProcessor
Parent constructor.
AbstractTask - Class in org.tentackle.task
Default task.
AbstractTask() - Constructor for class org.tentackle.task.AbstractTask
Parent constructor.
AbstractTransport - Class in org.tentackle.trip.transport
Base class for transport implementations.
AbstractTransport(URI) - Constructor for class org.tentackle.trip.transport.AbstractTransport
Creates a new transport.
AbstractTripComponentProvider<T> - Class in org.tentackle.trip.provider
Base class for TripComponentProvider implementations.
AbstractTripComponentProvider(Class, String[]) - Constructor for class org.tentackle.trip.provider.AbstractTripComponentProvider
Creates the provider.
AbstractTripType<T> - Class in org.tentackle.trip.types
Base class for all trip types.
AbstractTripType(Class) - Constructor for class org.tentackle.trip.types.AbstractTripType
Creates the type.
AbstractTripType(Class, TripTypeCategory...) - Constructor for class org.tentackle.trip.types.AbstractTripType
Creates the type.
AbstractValidationResult - Class in org.tentackle.validate.severity
Base implementation for validation results.
AbstractValidationResult() - Constructor for class org.tentackle.validate.severity.AbstractValidationResult
For TRIP.
AbstractValidationResult(Validator, ValidationContext, String) - Constructor for class org.tentackle.validate.severity.AbstractValidationResult
Creates a validation result.
AbstractValidationResult(Validator, ValidationContext, String, String) - Constructor for class org.tentackle.validate.severity.AbstractValidationResult
Creates a validation result.
AbstractValidator<T> - Class in org.tentackle.validate.validator
An abstract validator.
AbstractValidator() - Constructor for class org.tentackle.validate.validator.AbstractValidator
Parent constructor.
accept() - Method in class org.tentackle.trip.transport.AbstractTransport
 
accept() - Method in interface org.tentackle.trip.Transport
Accepts connections from clients.
accept() - Method in class org.tentackle.trip.transport.TcpTransport
 
accept(T) - Method in interface org.tentackle.misc.Acceptor
Performs this operation on the given argument.
accept(T) - Method in class org.tentackle.misc.BlockingHolder
 
accept(T) - Method in class org.tentackle.misc.Holder
 
accept(T) - Method in class org.tentackle.misc.VolatileHolder
 
Acceptor<T,E> - Interface in org.tentackle.misc
Similar to Consumer but allows checked exceptions.
acceptTypeVisitor(TypeMirror, Class) - Method in class org.tentackle.apt.AbstractServiceAnnotationProcessor
Invokes the accept method on given type mirror.
Resolves type variables to their upper bound.
add(int, E) - Method in class org.tentackle.misc.CopyOnWriteList
 
add(int, E) - Method in class org.tentackle.misc.ImmutableArrayList
 
add(int, E) - Method in class org.tentackle.misc.TrackedArrayList
Inserts the specified element at the specified position in this list.
Shifts the element currently at that position (if any) and any following elements to the right (adds one to their indices).
add(E) - Method in class org.tentackle.misc.CopyOnWriteCollection
 
add(E) - Method in class org.tentackle.misc.CopyOnWriteList.ReadOnlyListIterator
 
add(E) - Method in class org.tentackle.misc.ImmutableArrayList
 
add(E) - Method in class org.tentackle.misc.TrackedArrayList
Appends the specified element to the end of this list.
add(Method) - Method in class org.tentackle.reflect.IndexedMethodCache
Adds a method to the cache, if not already present.
add(String, long) - Method in class org.tentackle.misc.NamedCounter
Adds a value to given named counter.
add(Collection) - Method in class org.tentackle.misc.IdentifiableMap
Adds a collection to the map.
add(TimeKeeper) - Method in class org.tentackle.misc.TimeKeeper
Adds another duration.
add(T) - Method in class org.tentackle.misc.IdentifiableMap
Adds an object to the map.
addAll(int, Collection) - Method in class org.tentackle.misc.CopyOnWriteList
 
addAll(int, Collection) - Method in class org.tentackle.misc.ImmutableArrayList
 
addAll(int, Collection) - Method in class org.tentackle.misc.TrackedArrayList
Inserts all the elements in the specified collection into this list, starting at the specified position.
Shifts the element currently at that position (if any) and any following elements to the right (increases their indices).
addAll(Collection) - Method in class org.tentackle.misc.CopyOnWriteCollection
 
addAll(Collection) - Method in class org.tentackle.misc.ImmutableArrayList
 
addAll(Collection) - Method in class org.tentackle.misc.TrackedArrayList
Appends all the elements in the specified collection to the end of this list, in the order that they are returned by the specified collection's Iterator.
The behavior of this operation is undefined if the specified collection is modified while the operation is in progress.
addBinding(Binding) - Method in interface org.tentackle.bind.Binder
Programmatically adds a binding to this view.
addBindingOptions(String) - Method in interface org.tentackle.bind.BindableElement
Adds binding options.
addBindingOptions(String) - Method in class org.tentackle.bind.DefaultBindableElement
 
addBlunt(E) - Method in class org.tentackle.misc.TrackedArrayList
 
addBlunt(E) - Method in interface org.tentackle.misc.TrackedList
Adds the element to the list but does not mark it modified.
added(E) - Method in interface org.tentackle.misc.TrackedListListener
An element has been added to the list.
addEntry(DictionaryEntry) - Method in interface org.tentackle.trip.Dictionary
Adds an entry to the dictionary.
If a temporary entry for the given class name already exists, the entry will be replaced.
Throws a TripRuntimeException if a non-temporary entry already exists with the same ordinal or class name.
addEntry(DictionaryEntry) - Method in class org.tentackle.trip.impl.DefaultDictionary
 
addField(Collection, Field, TripType, int) - Method in class org.tentackle.trip.provider.TentackleRuntimeExceptionComponentProvider
 
addField(Collection, Field, TripType, int) - Method in class org.tentackle.trip.provider.ThrowableComponentProvider
Adds a field to the given collection.
addFieldValidatorsToMap(Map, Class, ValidationScope) - Method in class org.tentackle.validate.ValidationUtilities
Gets all validators for all annotated fields or methods of given class.
If an attribute is annotated both at the field and the (getter-)method level, the method gets precedence.
addFieldValidatorsToMap(Map, Field, Method, ValidationScope) - Method in class org.tentackle.validate.ValidationUtilities
Get validators for an annotated fields and/or method.
addFirst(E) - Method in class org.tentackle.misc.CopyOnWriteList
 
addIfAbsent(E) - Method in class org.tentackle.misc.TrackedArrayList
 
addIfAbsent(E) - Method in interface org.tentackle.misc.TrackedList
Adds the element to the list only if not already in the list.
addLast(E) - Method in class org.tentackle.misc.CopyOnWriteList
 
addListener(TrackedListListener) - Method in class org.tentackle.misc.TrackedArrayList
 
addListener(TrackedListListener) - Method in interface org.tentackle.misc.TrackedList
Adds a listener.
addListener(ClassMappedListener) - Method in interface org.tentackle.reflect.ClassMapper
Adds a class mapped listener.
addListener(ClassMappedListener) - Method in class org.tentackle.reflect.DefaultClassMapper
 
addMethod(Method, Class, Class...) - Method in class org.tentackle.reflect.MethodCache
Adds the method to the cache.
addNodeChangeListener(NodeChangeListener) - Method in class org.tentackle.prefs.DefaultPreferences
 
addNodeChangeListener(NodeChangeListener) - Method in interface org.tentackle.prefs.PersistedPreferences
Registers the specified listener to receive node change events for this node.
addPreferenceChangeListener(PreferenceChangeListener) - Method in class org.tentackle.prefs.DefaultPreferences
 
addPreferenceChangeListener(PreferenceChangeListener) - Method in interface org.tentackle.prefs.PersistedPreferences
Registers the specified listener to receive preference change events for this preference node.
addPropertyListener(String, PropertyListener) - Method in class org.tentackle.misc.PropertySupport
Adds a property listener that gets invoked if the given property changes.
addPropertyListener(PropertyListener) - Method in class org.tentackle.misc.PropertySupport
Adds a property listener that gets invoked if any of the properties change.
addReference(Reference, T, boolean) - Method in class org.tentackle.trip.impl.DefaultTripStream
 
addReference(Reference, T, boolean) - Method in interface org.tentackle.trip.TripStream
Adds a reference to the stream.
The method is invoked by the receiver to add an object received from the sender.
addRemovedObject(E) - Method in class org.tentackle.misc.TrackedArrayList
Adds an object to the list of removed objects.
Only objects of type <E> are added.
addRemovedObjects(Collection) - Method in class org.tentackle.misc.TrackedArrayList
Adds a list of objects to the list of removed objects.
Only objects of type <E> are added.
AddShortcut - Class in org.tentackle.misc.time
Shortcut to add some value.
AddShortcut() - Constructor for class org.tentackle.misc.time.AddShortcut
Creates an add shortcut.
addTask(Task) - Method in class org.tentackle.task.DefaultTaskDispatcher
 
addTask(Task) - Method in interface org.tentackle.task.TaskDispatcher
Adds a task to the queue.
addTaskAndWait(Task) - Method in class org.tentackle.task.DefaultTaskDispatcher
 
addTaskAndWait(Task) - Method in interface org.tentackle.task.TaskDispatcher
Adds a task to the queue.
Throws a TaskException if the wait times out.
addTaskListener(TaskListener) - Method in class org.tentackle.task.AbstractTask
 
addTaskListener(TaskListener) - Method in class org.tentackle.task.DefaultTaskDispatcher
 
addTaskListener(TaskListener) - Method in interface org.tentackle.task.Task
Adds a task listener.
addTaskListener(TaskListener) - Method in interface org.tentackle.task.TaskDispatcher
Adds a task listener.
addToModelListener(ToModelListener) - Method in class org.tentackle.bind.AbstractBinder
 
addToModelListener(ToModelListener) - Method in class org.tentackle.bind.AbstractBinding
 
addToModelListener(ToModelListener) - Method in interface org.tentackle.bind.Binder
Adds a to-model binding listener.
The binding listener will be invoked before each binding operation from the view to the model.
addToModelListener(ToModelListener) - Method in interface org.tentackle.bind.Binding
Adds a to-model binding listener.
The binding listener will be invoked before each binding operation from the view to the model.
addToViewListener(ToViewListener) - Method in class org.tentackle.bind.AbstractBinder
 
addToViewListener(ToViewListener) - Method in class org.tentackle.bind.AbstractBinding
 
addToViewListener(ToViewListener) - Method in interface org.tentackle.bind.Binder
Adds a to-view binding listener.
The binding listener will be invoked before each binding operation from the model to the view.
addToViewListener(ToViewListener) - Method in interface org.tentackle.bind.Binding
Adds a to-view binding listener.
The binding listener will be invoked before each binding operation from the model to the view.
addValidationListener(ValidationListener) - Method in class org.tentackle.bind.AbstractBinder
 
addValidationListener(ValidationListener) - Method in class org.tentackle.bind.AbstractBinding
 
addValidationListener(ValidationListener) - Method in interface org.tentackle.bind.Binder
Adds a validation listener.
The validation listener will be invoked if validations are present for this binding (annotations at the field or getter-method) and the validation has failed or has messages.
addValidationListener(ValidationListener) - Method in interface org.tentackle.bind.Binding
Adds a validation listener.
The validation listener will be invoked if validations are present for this binding (annotations at the field or getter-method) and the validation has failed or has messages.
addValidator(Annotation, AnnotatedElement, int, List, ValidationScope, Class) - Method in class org.tentackle.validate.ValidationUtilities
Adds a validator to a list.
addValidator(Validator) - Method in class org.tentackle.bind.AbstractBinding
 
addValidator(Validator) - Method in interface org.tentackle.bind.Binding
Adds a validator.
afterLast() - Method in interface org.tentackle.misc.ScrollableResource
Positions the scrollable resource after the last row.
Works even for empty scrollable resources.
ALL - Enum constant in enum class org.tentackle.reflect.Interception.Type
public or hidden.
AllInterceptorAnnotationProcessor - Class in org.tentackle.apt
Processor for all interception annotations in the core package.
Applies to interceptors applicable to interfaces extending Interceptable or implementation classes of Interceptable.
AllInterceptorAnnotationProcessor() - Constructor for class org.tentackle.apt.AllInterceptorAnnotationProcessor
 
AllScope - Interface in org.tentackle.validate.scope
Validation scope valid in all scopes.
AllScopeImpl - Class in org.tentackle.validate.scope
Default scope default implementation.
AllScopeImpl() - Constructor for class org.tentackle.validate.scope.AllScopeImpl
Creates the "all"-scope.
ALWAYS - Static variable in annotation interface org.tentackle.trip.TripDeduplicatable
Turns on deduplication w/o consulting any method.
ALWAYS - Static variable in annotation interface org.tentackle.trip.TripReferencable
Always referencable.
annotation - Variable in class org.tentackle.validate.validator.AbstractRepeatableValidator
 
ANY - Enum constant in enum class org.tentackle.validate.validator.Fail.Results
Fail if at least one result has been collected, no matter whether it is marked as failed or just a warning.
append(char) - Method in class org.tentackle.io.AppendableWriter
 
append(CharSequence) - Method in class org.tentackle.io.AppendableWriter
 
append(CharSequence, int, int) - Method in class org.tentackle.io.AppendableWriter
 
AppendableWriter - Class in org.tentackle.io
A Writer to an Appendable.
AppendableWriter() - Constructor for class org.tentackle.io.AppendableWriter
Creates an Appendable writer using a StringBuffer.
AppendableWriter(Appendable) - Constructor for class org.tentackle.io.AppendableWriter
Creates an Appendable writer.
appliesTo(Class...) - Method in class org.tentackle.validate.scope.AbstractScope
 
appliesTo(Class...) - Method in class org.tentackle.validate.scope.AllScopeImpl
 
appliesTo(Class...) - Method in interface org.tentackle.validate.ValidationScope
Checks if this scope falls within at least one of the given scopes.
apply(String, Properties) - Method in class org.tentackle.misc.DefaultPropertiesResource
 
apply(String, Properties) - Method in interface org.tentackle.misc.PropertiesResource
Applies the loaded properties.
The method must not throw an exception if the resource is not found, but just return false.
apply(SmartDateTimeParser, String) - Method in class org.tentackle.misc.time.DateFilter
 
apply(SmartDateTimeParser, String) - Method in class org.tentackle.misc.time.OffsetFilter
 
apply(SmartDateTimeParser, String) - Method in class org.tentackle.misc.time.ZoneFilter
 
apply(SmartDateTimeParser, String) - Method in interface org.tentackle.misc.time.SmartDateTimeParser.TextFilter
Applies this filter to the input text.
apply(SmartDateTimeParser, DateTimeParseException, String) - Method in class org.tentackle.misc.time.MissingOffsetHandler
 
apply(SmartDateTimeParser, DateTimeParseException, String) - Method in class org.tentackle.misc.time.MissingTimeHandler
 
apply(SmartDateTimeParser, DateTimeParseException, String) - Method in class org.tentackle.misc.time.MissingZoneIdHandler
 
apply(SmartDateTimeParser, DateTimeParseException, String) - Method in interface org.tentackle.misc.time.SmartDateTimeParser.ErrorHandler
Applies the handler to given text and modifies it for retry.
applyEnvironment(Properties, String) - Method in class org.tentackle.misc.PropertiesUtilities
Applies the environment to given properties.
applyPatterns(Locale, FormatHelper.Patterns) - Static method in class org.tentackle.misc.FormatHelper
Applies a set of patterns to a locale.
applyPatterns(FormatHelper.Patterns) - Static method in class org.tentackle.misc.FormatHelper
Applies a set of patterns to the current locale.
ARRAY - Enum constant in enum class org.tentackle.trip.impl.DefaultOpCode
n-dimensional array for all arrays w/o a predefined trip type.
ARRAY - Enum constant in enum class org.tentackle.trip.TripTypeCategory
array type.
ARRAYN - Enum constant in enum class org.tentackle.trip.impl.DefaultOpCode
1-dimensional array with a predefined trip type.
ARRAYN1 - Enum constant in enum class org.tentackle.trip.impl.DefaultOpCode
1-dimensional small array (length < 256) with a predefined trip type.
ARRAYN2 - Enum constant in enum class org.tentackle.trip.impl.DefaultOpCode
1-dimensional small array (length < 65,536) with a predefined trip type.
ArrayTripType<T> - Class in org.tentackle.trip.types
Fallback for arrays of objects w/o a dedicated trip type.
This is the core type for the majority of object arrays.
ArrayTripType(Class) - Constructor for class org.tentackle.trip.types.ArrayTripType
Creates the array type.
ArrayTypeBuilder<T> - Class in org.tentackle.trip.builder
Builder for array types.
ArrayTypeBuilder() - Constructor for class org.tentackle.trip.builder.ArrayTypeBuilder
Creates the type builder.
assertAlive() - Method in class org.tentackle.task.DefaultTaskDispatcher
Asserts that the dispatcher is still alive.
assertAllBound() - Method in interface org.tentackle.bind.Binder
Tests the binding.
The method verifies that all objects of the GUI are bound and throws a BindingException if it finds at least one unbound object.
All unbound objects are logged.
assertComparable(C) - Method in class org.tentackle.validate.validator.AbstractValidator
Casts given object to a comparable.
assertDurationValid() - Method in class org.tentackle.misc.TimeKeeper
Asserts that end ist valid.
assertIntervalsInRange() - Method in class org.tentackle.task.DefaultTaskDispatcher
Asserts that the intervals are in range, if set
assertMutable() - Method in class org.tentackle.misc.ImmutableArrayList
Asserts that the object is mutable.
assertMutable() - Method in class org.tentackle.misc.TrackedArrayList
Asserts that the object is mutable and not a snapshot.
assertNotAlive() - Method in class org.tentackle.task.DefaultTaskDispatcher
Asserts that the dispatcher is not running.
assertNotKilled() - Method in class org.tentackle.task.DefaultTaskDispatcher
Asserts that this dispatcher hasn't been killed yet.
assertNullAllowed(E) - Method in class org.tentackle.misc.TrackedArrayList
Asserts whether null-values are allowed.
assertNullAllowed(Collection) - Method in class org.tentackle.misc.TrackedArrayList
Asserts whether null-values are allowed.
assertType(char, Class) - Static method in enum class org.tentackle.trip.PredefinedArrayType
Asserts that the given type corresponds to the same as the given class.

B

beforeFirst() - Method in interface org.tentackle.misc.ScrollableResource
Positions the scrollable resource before the first row.
Works even for empty scrollable resources.
beginIndex() - Method in record class org.tentackle.misc.time.SmartDateTimeParser.TextRange
Returns the value of the beginIndex record component.
BIGDECIMAL - Enum constant in enum class org.tentackle.trip.impl.DefaultOpCode
java.math.BigDecimal, org.tentackle.common.BMoney and org.tentackle.common.DMoney.
BigDecimalTripType - Class in org.tentackle.trip.types
Trip type for BigDecimal.
BigDecimalTripType() - Constructor for class org.tentackle.trip.types.BigDecimalTripType
Creates the type.
BINARY - Enum constant in enum class org.tentackle.trip.impl.DefaultOpCode
binary data.
BinaryTripType - Class in org.tentackle.trip.types
Trip type for Binary and TBinary.
BinaryTripType() - Constructor for class org.tentackle.trip.types.BinaryTripType
Creates the type.
bind() - Method in interface org.tentackle.bind.Binder
Binds objects.
Bindable - Annotation Interface in org.tentackle.bind
Annotates a member of a class for eligibility in GUI bindings.
BindableCache - Interface in org.tentackle.bind
Cache for bindable elements per class.
BindableElement - Interface in org.tentackle.bind
A bindable element.
bindAllInherited() - Method in interface org.tentackle.bind.Binder
Binds objects with inheritance.
binder() - Method in record class org.tentackle.validate.ValidationUtilities.MapResult
Returns the value of the binder record component.
Binder - Interface in org.tentackle.bind
The Binder that associates components with object binding paths.
Binding - Interface in org.tentackle.bind
Binding between a class member and some related component.
BindingEvent - Class in org.tentackle.bind
 
BindingEvent(Binding, BindingEvent.Type, Object, Object) - Constructor for class org.tentackle.bind.BindingEvent
A binding event.
BindingEvent.Type - Enum Class in org.tentackle.bind
 
BindingException - Exception Class in org.tentackle.bind
Binding exception.
BindingException() - Constructor for exception class org.tentackle.bind.BindingException
Creates a binding exception.
BindingException(String) - Constructor for exception class org.tentackle.bind.BindingException
Creates a binding exception.
BindingException(String, Throwable) - Constructor for exception class org.tentackle.bind.BindingException
Creates a binding exception.
BindingException(Throwable) - Constructor for exception class org.tentackle.bind.BindingException
Creates a binding exception.
BindingFactory - Interface in org.tentackle.bind
The binding factory.
BindingMember - Interface in org.tentackle.bind
A member in the binding chain.
bindingPath() - Method in record class org.tentackle.validate.ValidationUtilities.MapResult
Returns the value of the bindingPath record component.
BindingVetoException - Exception Class in org.tentackle.bind
BindingListeners may throw a BindingVetoException to inhibit the transfer of data between the view and the model, respectively vice versa.
BindingVetoException(boolean, String) - Constructor for exception class org.tentackle.bind.BindingVetoException
Constructs a BindingVetoException with optional rethrowEnabled as a binding runtime exception.
BindingVetoException(String) - Constructor for exception class org.tentackle.bind.BindingVetoException
Constructs a BindingVetoException.
BindingVetoException(String, boolean) - Constructor for exception class org.tentackle.bind.BindingVetoException
Constructs a BindingVetoException with optional resync of model or view.
BlockingByteArrayInputStream - Class in org.tentackle.io
An input stream waiting for data available in an NotifyingByteArrayOutputStream.
BlockingByteArrayInputStream(NotifyingByteArrayOutputStream) - Constructor for class org.tentackle.io.BlockingByteArrayInputStream
Creates an input stream on an output stream.
BlockingHolder<T> - Class in org.tentackle.misc
A blocking holder.
thread a waits on get() until... thread b invokes accept()
BlockingHolder() - Constructor for class org.tentackle.misc.BlockingHolder
 
BOOLEAN - Enum constant in enum class org.tentackle.trip.impl.DefaultOpCode
boolean value.
BOOLEAN - Enum constant in enum class org.tentackle.trip.PredefinedArrayType
 
BOOLEAN_PRIMITIVE - Enum constant in enum class org.tentackle.trip.PredefinedArrayType
 
BooleanArrayTripType - Class in org.tentackle.trip.types
Trip type for Boolean array.
BooleanArrayTripType() - Constructor for class org.tentackle.trip.types.BooleanArrayTripType
Creates the type.
BooleanPrimitiveArrayTripType - Class in org.tentackle.trip.types
Trip type for boolean[] array.
BooleanPrimitiveArrayTripType() - Constructor for class org.tentackle.trip.types.BooleanPrimitiveArrayTripType
Creates the type.
BooleanPrimitiveTripType - Class in org.tentackle.trip.types
Trip type for boolean primitive.
BooleanPrimitiveTripType() - Constructor for class org.tentackle.trip.types.BooleanPrimitiveTripType
Creates the type.
BooleanTripType - Class in org.tentackle.trip.types
Trip type for Boolean.
BooleanTripType() - Constructor for class org.tentackle.trip.types.BooleanTripType
Creates the type.
BooleanTripType(Class) - Constructor for class org.tentackle.trip.types.BooleanTripType
Super constructor for the primitive type.
BOOLN - Enum constant in enum class org.tentackle.trip.impl.DefaultOpCode
block of booleans within the array.
build(Class) - Method in class org.tentackle.trip.builder.ArrayTypeBuilder
 
build(Class) - Method in class org.tentackle.trip.builder.CollectionTypeBuilder
 
build(Class) - Method in class org.tentackle.trip.builder.EnumTypeBuilder
 
build(Class) - Method in class org.tentackle.trip.builder.MapTypeBuilder
 
build(Class) - Method in class org.tentackle.trip.builder.ObjectTypeBuilder
 
build(Class) - Method in class org.tentackle.trip.builder.ProxyTypeBuilder
 
build(Class) - Method in class org.tentackle.trip.builder.RecordTypeBuilder
 
build(Class) - Method in class org.tentackle.trip.builder.ThrowableTypeBuilder
 
build(Class) - Method in interface org.tentackle.trip.TripTypeBuilder
Builds a trip type for a concrete class.
buildMessage(String, Object...) - Method in class org.tentackle.log.DefaultLogger
Builds the message text to log.
Prepends the optional MDC and formats with MessageFormat if params given.
buildMethod() - Method in record class org.tentackle.reflect.ReflectionHelper.CanonicalBuilderInfo
Returns the value of the buildMethod record component.
BYTE - Enum constant in enum class org.tentackle.trip.impl.DefaultOpCode
byte value.
BYTE - Enum constant in enum class org.tentackle.trip.PredefinedArrayType
 
BYTE_PRIMITIVE - Enum constant in enum class org.tentackle.trip.PredefinedArrayType
 
ByteArrayTripType - Class in org.tentackle.trip.types
Trip type for Byte array.
ByteArrayTripType() - Constructor for class org.tentackle.trip.types.ByteArrayTripType
Creates the type.
BYTEN - Enum constant in enum class org.tentackle.trip.impl.DefaultOpCode
block of bytes within the array.
BytePrimitiveArrayTripType - Class in org.tentackle.trip.types
Trip type for byte[] array.
BytePrimitiveArrayTripType() - Constructor for class org.tentackle.trip.types.BytePrimitiveArrayTripType
Creates the type.
BytePrimitiveTripType - Class in org.tentackle.trip.types
Trip type for byte primitive.
BytePrimitiveTripType() - Constructor for class org.tentackle.trip.types.BytePrimitiveTripType
Creates the type.
ByteTripType - Class in org.tentackle.trip.types
Trip type for Byte.
ByteTripType() - Constructor for class org.tentackle.trip.types.ByteTripType
Creates the type.
ByteTripType(Class) - Constructor for class org.tentackle.trip.types.ByteTripType
 

C

calendarFieldToString(int, boolean) - Static method in class org.tentackle.misc.FormatHelper
Translates a field of Calendar to a localized string.
CallHandler - Class in org.tentackle.trip.transport
Handles a remote call.
Runs in a regular thread.
CallHandler(Transport, TripStream, TransportClientInfo, RemoteCall) - Constructor for class org.tentackle.trip.transport.CallHandler
Creates a new handler.
CanonicalBuilder - Annotation Interface in org.tentackle.reflect
Annotation to mark a class or one of its constructors being constructed by a builder.
CanonicalBuilderInfo(Constructor, Map, Method) - Constructor for record class org.tentackle.reflect.ReflectionHelper.CanonicalBuilderInfo
Creates an instance of a CanonicalBuilderInfo record class.
CanonicalConstructor - Annotation Interface in org.tentackle.reflect
Annotation to mark a constructor as a canonical constructor.
Either the constructor's parameters are annotated with CanonicalName or the corresponding members must be annotated with CanonicalField or CanonicalGetter.
CanonicalField - Annotation Interface in org.tentackle.reflect
Annotation to mark a field as an argument for a canonical constructor.
CanonicalGetter - Annotation Interface in org.tentackle.reflect
Annotation to mark a method as a getter to provide an argument for a canonical constructor.
The method must be public and have no parameters.
canonicalize(T) - Method in class org.tentackle.misc.Canonicalizer
Gets the canonicalized form of an object.
Canonicalizer<T> - Class in org.tentackle.misc
Utility to canonicalize objects.
Canonicalizer() - Constructor for class org.tentackle.misc.Canonicalizer
Creates a non-threadsafe unlimited Canonicalizer.
Canonicalizer(boolean, int) - Constructor for class org.tentackle.misc.Canonicalizer
Creates a Canonicalizer.
CanonicalName - Annotation Interface in org.tentackle.reflect
Annotation to mark a parameter with a canonical name.
Necessary to derive the parameter name via reflection, unless the code was compiled with the javac -parameters option, which we don't want to require for Tentackle applications.
Changeable - Annotation Interface in org.tentackle.validate.validator
The annotated element is changeable.
ChangeableBindingEvaluator - Interface in org.tentackle.validate
Annotations used to determine whether a UI-component is changeable must implement this interface.
ChangeableContainer - Annotation Interface in org.tentackle.validate.validator
Repeating container annotation for Changeable.
ChangeableImpl - Class in org.tentackle.validate.validator
Implementation of the Changeable-validator.
ChangeableImpl() - Constructor for class org.tentackle.validate.validator.ChangeableImpl
Creates a Changeable-validator.
ChangeableScope - Interface in org.tentackle.validate.scope
Validation scope for the changeable attribute of UI components.
ChangeableScopeImpl - Class in org.tentackle.validate.scope
Changeable scope default implementation.
ChangeableScopeImpl() - Constructor for class org.tentackle.validate.scope.ChangeableScopeImpl
Creates the changeable scope.
changed(PropertyEvent) - Method in interface org.tentackle.misc.PropertyListener
Property was changed.
CHAR - Enum constant in enum class org.tentackle.trip.impl.DefaultOpCode
character value.
CHAR - Enum constant in enum class org.tentackle.trip.PredefinedArrayType
 
CHAR_PRIMITIVE - Enum constant in enum class org.tentackle.trip.PredefinedArrayType
 
CHAR1 - Enum constant in enum class org.tentackle.trip.impl.DefaultOpCode
small character value (fits in 1 byte).
CharacterArrayTripType - Class in org.tentackle.trip.types
Trip type for Character array.
CharacterArrayTripType() - Constructor for class org.tentackle.trip.types.CharacterArrayTripType
Creates the type.
CharacterPrimitiveArrayTripType - Class in org.tentackle.trip.types
Trip type for char[] array.
CharacterPrimitiveArrayTripType() - Constructor for class org.tentackle.trip.types.CharacterPrimitiveArrayTripType
Creates the type.
CharacterPrimitiveTripType - Class in org.tentackle.trip.types
Trip type for character primitive.
CharacterPrimitiveTripType() - Constructor for class org.tentackle.trip.types.CharacterPrimitiveTripType
Creates the type.
CharacterTripType - Class in org.tentackle.trip.types
Trip type for Character.
CharacterTripType() - Constructor for class org.tentackle.trip.types.CharacterTripType
Creates the type.
CharacterTripType(Class) - Constructor for class org.tentackle.trip.types.CharacterTripType
Super constructor for the primitive type.
CHARN - Enum constant in enum class org.tentackle.trip.impl.DefaultOpCode
block of small characters within the array.
childrenNames() - Method in class org.tentackle.prefs.DefaultPreferences
 
childrenNames() - Method in interface org.tentackle.prefs.PersistedPreferences
Returns the names of the children of this preference node, relative to this node.
childValue(Hashtable) - Method in class org.tentackle.misc.InheritableThreadLocalHashTable
 
CLASS - Enum constant in enum class org.tentackle.trip.impl.DefaultOpCode
any other clazz.
CLASS - Enum constant in enum class org.tentackle.trip.TripTypeCategory
regular class.
ClassArgConstructorVisitor - Class in org.tentackle.apt.visitor
A visitor for constructors with a single argument of a given class.
ClassArgConstructorVisitor(AbstractServiceAnnotationProcessor, Class) - Constructor for class org.tentackle.apt.visitor.ClassArgConstructorVisitor
 
classMapped(String, Class) - Method in interface org.tentackle.reflect.ClassMappedListener
A class was mapped the first time.
ClassMappedListener - Interface in org.tentackle.reflect
Listener invoked when a class is mapped the first time.
ClassMapper - Interface in org.tentackle.reflect
Maps names or classes to classes.
ClassMapperFactory - Interface in org.tentackle.reflect
Classmapper factory.
ClassToServicesMapper<T> - Class in org.tentackle.reflect
Maps a class or interface to a list of service classes.
Used for mapped services to collect all services in the classpath, not only the first.
ClassToServicesMapper(String, Map, String[]) - Constructor for class org.tentackle.reflect.ClassToServicesMapper
Constructs a mapper.
ClassTripComponent<P> - Class in org.tentackle.trip.impl
A TripComponent implementation for a class component type.
ClassTripComponent(TripType, int, Class) - Constructor for class org.tentackle.trip.impl.ClassTripComponent
Creates a new class component.
ClassTripType - Class in org.tentackle.trip.types
Trip type for Class.
ClassTripType() - Constructor for class org.tentackle.trip.types.ClassTripType
Creates the type.
cleanup() - Method in class org.tentackle.task.DefaultTaskDispatcher
Does any necessary cleanup after the dispatcher thread has been terminated.
cleanupDaemon(Thread) - Method in class org.tentackle.daemon.DaemonSupervisor
Does any cleanup necessary whenever a daemon terminated or crashed.
clear() - Method in class org.tentackle.log.DefaultMappedDiagnosticContext
 
clear() - Method in interface org.tentackle.log.MappedDiagnosticContext
Clear all entries in the MDC of the underlying implementation.
clear() - Method in class org.tentackle.misc.CopyOnWriteCollection
 
clear() - Method in class org.tentackle.misc.IdentifiableMap
Clears the map.
clear() - Method in class org.tentackle.misc.TrackedArrayList
Removes all elements from this list.
The list will be empty after this call returns.
clear() - Method in class org.tentackle.prefs.DefaultPreferences
 
clear() - Method in interface org.tentackle.prefs.PersistedPreferences
Removes all the preferences (key-value associations) in this preference node.
clear() - Method in class org.tentackle.trip.impl.DefaultTripStream
 
clear() - Method in class org.tentackle.trip.impl.EchoTransceiver
Clears the object references in the streams.
clear() - Method in interface org.tentackle.trip.TripStream
Clears the stream's state.
The sender and receiver should invoke this method to mark the boundary between messages.
clearModifiable() - Method in class org.tentackle.trip.impl.DefaultTripStream
 
clearModifiable() - Method in class org.tentackle.trip.impl.EchoTransceiver
Clears the object references in the streams, keeping the immutable objects (deduplicatables).
clearModifiable() - Method in interface org.tentackle.trip.TripStream
Clears all references that belong to modifiable objects.
Invoked in the middle of a roundtrip, i.e., at the client side, after the request was sent to the server and at the server side, before the response is sent back to the client.
This keeps the references of immutable objects on both sides and reduces the size of the response since for those objects, only the reference number is sent back without the referenced value.
clearStartCount(int) - Method in class org.tentackle.daemon.DaemonSupervisor
The daemon may clear this if properly running.
CLIENT_DESERIALIZATION_ERROR - Enum constant in enum class org.tentackle.trip.impl.DefaultOpCode
client side deserialization error.
CLIENT_SERIALIZATION_ERROR - Enum constant in enum class org.tentackle.trip.impl.DefaultOpCode
client side serialization error.
clientId() - Method in record class org.tentackle.trip.transport.TransportClientInfo
Returns the value of the clientId record component.
ClientTransportCloseRequest - Interface in org.tentackle.trip
Return values of remote calls can implement this interface.
It is used to programmatically request the client to release or close the transport(s) after having received the return value of a remote method invocation.
clone() - Method in class org.tentackle.misc.IdSerialTuple
 
clone() - Method in class org.tentackle.misc.ImmutableArrayList
 
clone() - Method in class org.tentackle.misc.TimeKeeper
 
clone() - Method in class org.tentackle.misc.TrackedArrayList
Clones the list.
A cloned list is always not modified, mutable, and does not contain any removed objects or snapshots.
clonedCollection() - Method in class org.tentackle.misc.CopyOnWriteCollection
Gets the cloned collection.
clonedList() - Method in class org.tentackle.misc.CopyOnWriteList
Gets the cloned list.
close() - Method in class org.tentackle.io.AppendableWriter
Closing an AppendableWriter has no effect.
close() - Method in class org.tentackle.io.CompressedInputStream
 
close() - Method in class org.tentackle.io.CompressedOutputStream
Overridden to print stats only
close() - Method in class org.tentackle.io.DecryptingInputStream
 
close() - Method in class org.tentackle.io.EncryptingOutputStream
Overridden to print stats only
close() - Method in class org.tentackle.io.PacketSizedInputStream
 
close() - Method in class org.tentackle.io.PacketSizedOutputStream
 
close() - Method in class org.tentackle.log.LoggerOutputStream
 
close() - Method in interface org.tentackle.misc.Poolable
Closes the resource.
close() - Method in interface org.tentackle.misc.ScrollableResource
Closes the scrollable resource.
The scrollable resource is opened in its constructor.
close() - Method in class org.tentackle.trip.transport.AbstractTransport
 
close() - Method in interface org.tentackle.trip.Transport
Closes this transport.
close() - Method in class org.tentackle.trip.transport.LoopbackConnection
 
close() - Method in class org.tentackle.trip.transport.TcpConnection
 
close(long) - Method in class org.tentackle.misc.AbstractPoolSlot
 
close(long) - Method in interface org.tentackle.misc.PoolSlot
Closes this slot and the managed poolable.
closeAllTransports() - Method in class org.tentackle.trip.impl.DefaultTransportManager
 
closeAllTransports() - Method in interface org.tentackle.trip.TransportManager
Closes all transports and removes them from the manager.
Use this method when the application is shutting down gracefully.
collection() - Method in class org.tentackle.misc.CopyOnWriteCollection
Gets the collection.
COLLECTION - Enum constant in enum class org.tentackle.trip.impl.DefaultOpCode
collections (list, set).
CollectionHeader(int, T) - Constructor for record class org.tentackle.trip.types.CollectionTripType.CollectionHeader
Creates an instance of a CollectionHeader record class.
CollectionIndex(int, String, String) - Constructor for record class org.tentackle.validate.ValidationResult.CollectionIndex
Creates an instance of a CollectionIndex record class.
CollectionTripType<T> - Class in org.tentackle.trip.types
Trip type for Collections.
CollectionTripType(Class) - Constructor for class org.tentackle.trip.types.CollectionTripType
Creates the type.
CollectionTripType.CollectionHeader<T> - Record Class in org.tentackle.trip.types
CollectionTypeBuilder<T> - Class in org.tentackle.trip.builder
Builder for collection types.
CollectionTypeBuilder() - Constructor for class org.tentackle.trip.builder.CollectionTypeBuilder
Creates the type builder.
CommandLine - Class in org.tentackle.misc
Command line arguments and options.
CommandLine() - Constructor for class org.tentackle.misc.CommandLine
Creates an empty command line.
CommandLine(String[]) - Constructor for class org.tentackle.misc.CommandLine
Creates a command line from console args.
compareTo(Binder) - Method in class org.tentackle.bind.AbstractBinder
Compares two binders.
Binders are distinguished by their unique instance number.
compareTo(IdentifiableKey) - Method in class org.tentackle.misc.IdentifiableKey
 
compareTo(IdSerialTuple) - Method in class org.tentackle.misc.IdSerialTuple
 
compareTo(TimeKeeper) - Method in class org.tentackle.misc.TimeKeeper
 
compareTo(Task) - Method in class org.tentackle.task.AbstractTask
compareTo(ValidationMapper) - Method in class org.tentackle.validate.ValidationMapper
 
completed(Task) - Method in interface org.tentackle.task.TaskListener
Invoked whenever a task completes.
COMPONENT_ORDINAL - Enum constant in enum class org.tentackle.trip.impl.DefaultOpCode
ordinal value (4 bytes).
COMPONENT_ORDINAL - Enum constant in enum class org.tentackle.trip.impl.OpCodeCategory
Ordinal type.
COMPONENT_ORDINAL_SKIP1 - Enum constant in enum class org.tentackle.trip.impl.DefaultOpCode
skip one ordinal value.
COMPONENT_ORDINAL_SKIP10 - Enum constant in enum class org.tentackle.trip.impl.DefaultOpCode
skip ten ordinal values.
COMPONENT_ORDINAL_SKIP11 - Enum constant in enum class org.tentackle.trip.impl.DefaultOpCode
skip eleven ordinal values.
COMPONENT_ORDINAL_SKIP12 - Enum constant in enum class org.tentackle.trip.impl.DefaultOpCode
skip twelve ordinal values.
COMPONENT_ORDINAL_SKIP13 - Enum constant in enum class org.tentackle.trip.impl.DefaultOpCode
skip thirteen ordinal values.
COMPONENT_ORDINAL_SKIP14 - Enum constant in enum class org.tentackle.trip.impl.DefaultOpCode
skip fourteen ordinal values.
COMPONENT_ORDINAL_SKIP15 - Enum constant in enum class org.tentackle.trip.impl.DefaultOpCode
skip fifteen ordinal values.
COMPONENT_ORDINAL_SKIP2 - Enum constant in enum class org.tentackle.trip.impl.DefaultOpCode
skip two ordinal values.
COMPONENT_ORDINAL_SKIP3 - Enum constant in enum class org.tentackle.trip.impl.DefaultOpCode
skip three ordinal values.
COMPONENT_ORDINAL_SKIP4 - Enum constant in enum class org.tentackle.trip.impl.DefaultOpCode
skip four ordinal values.
COMPONENT_ORDINAL_SKIP5 - Enum constant in enum class org.tentackle.trip.impl.DefaultOpCode
skip five ordinal values.
COMPONENT_ORDINAL_SKIP6 - Enum constant in enum class org.tentackle.trip.impl.DefaultOpCode
skip six ordinal values.
COMPONENT_ORDINAL_SKIP7 - Enum constant in enum class org.tentackle.trip.impl.DefaultOpCode
skip seven ordinal values.
COMPONENT_ORDINAL_SKIP8 - Enum constant in enum class org.tentackle.trip.impl.DefaultOpCode
skip eight ordinal values.
COMPONENT_ORDINAL_SKIP9 - Enum constant in enum class org.tentackle.trip.impl.DefaultOpCode
skip nine ordinal values.
COMPONENT_ORDINAL1 - Enum constant in enum class org.tentackle.trip.impl.DefaultOpCode
small ordinal value (fits in 1 byte).
COMPONENT_ORDINAL2 - Enum constant in enum class org.tentackle.trip.impl.DefaultOpCode
small ordinal value (fits in 2 bytes).
COMPONENT_ORDINAL3 - Enum constant in enum class org.tentackle.trip.impl.DefaultOpCode
small ordinal value (fits in 3 bytes).
CompositePreferences - Class in org.tentackle.prefs
User- and System-Preferences combined.
Implements Preferences in such a way that user-space overwrites system-space which is the default for most applications.
CompositePreferences(boolean) - Constructor for class org.tentackle.prefs.CompositePreferences
Creates composite preferences.
CompoundValue - Class in org.tentackle.misc
A compound value.
CompoundValue(String) - Constructor for class org.tentackle.misc.CompoundValue
Creates and configures a compound value.
CompoundValue(String, Class) - Constructor for class org.tentackle.misc.CompoundValue
Creates and configures a compound value.
CompoundValue(String, Class, boolean, boolean, Function) - Constructor for class org.tentackle.misc.CompoundValue
Creates and configures a compound value.
CompoundValue.Type - Enum Class in org.tentackle.misc
The value type of strings.
CompressedEncryptedTransport - Class in org.tentackle.trip.transport
Transport implementation for compressed and encrypted TCP.
Uses a Cryptor for symmetric encryption.
CompressedEncryptedTransport(URI) - Constructor for class org.tentackle.trip.transport.CompressedEncryptedTransport
Creates a new transport.
CompressedInputStream - Class in org.tentackle.io
Stream to read compressed data from the underlying input stream.
CompressedInputStream(InputStream) - Constructor for class org.tentackle.io.CompressedInputStream
Creates a new compressed input stream.
The buffer size adapts dynamically to the packet size.
CompressedOutputStream - Class in org.tentackle.io
Stream to write compressed data to the underlying output stream.
CompressedOutputStream(OutputStream) - Constructor for class org.tentackle.io.CompressedOutputStream
Creates a compressed output stream with the maximum allowed buffer size (32K-1) and a default minCompressSize of 64.
CompressedOutputStream(OutputStream, int) - Constructor for class org.tentackle.io.CompressedOutputStream
Creates a compressed output stream.
CompressedOutputStream(OutputStream, int, int) - Constructor for class org.tentackle.io.CompressedOutputStream
Creates a compressed output stream.
CompressedSslTransport - Class in org.tentackle.trip.transport
Transport implementation for compressed SSL over TCP.
CompressedSslTransport(URI) - Constructor for class org.tentackle.trip.transport.CompressedSslTransport
Creates a new compressed SSL transport.
CompressedTransport - Class in org.tentackle.trip.transport
Transport implementation for compressed TCP.
CompressedTransport(URI) - Constructor for class org.tentackle.trip.transport.CompressedTransport
Creates a new transport.
ConcurrencyHelper - Class in org.tentackle.misc
Methods related to concurrency and multithreading.
condition() - Element in annotation interface org.tentackle.validate.validator.Changeable
The optional condition.
condition() - Element in annotation interface org.tentackle.validate.validator.Equal
The optional condition.
condition() - Element in annotation interface org.tentackle.validate.validator.Fail
The optional condition.
Used in conjunction with Fail.value().
condition() - Element in annotation interface org.tentackle.validate.validator.False
The optional condition.
condition() - Element in annotation interface org.tentackle.validate.validator.Greater
The optional condition.
condition() - Element in annotation interface org.tentackle.validate.validator.GreaterOrEqual
The optional condition.
condition() - Element in annotation interface org.tentackle.validate.validator.Less
The optional condition.
condition() - Element in annotation interface org.tentackle.validate.validator.LessOrEqual
The optional condition.
condition() - Element in annotation interface org.tentackle.validate.validator.Mandatory
The optional condition.
condition() - Element in annotation interface org.tentackle.validate.validator.NotEmpty
The optional condition.
condition() - Element in annotation interface org.tentackle.validate.validator.NotEqual
The optional condition.
condition() - Element in annotation interface org.tentackle.validate.validator.NotNull
The optional condition.
condition() - Element in annotation interface org.tentackle.validate.validator.NotZero
The optional condition.
condition() - Element in annotation interface org.tentackle.validate.validator.Null
The optional condition.
condition() - Element in annotation interface org.tentackle.validate.validator.Pattern
The optional condition.
condition() - Element in annotation interface org.tentackle.validate.validator.Size
The optional condition.
condition() - Element in annotation interface org.tentackle.validate.validator.True
The optional condition.
condition() - Element in annotation interface org.tentackle.validate.validator.Validate
The optional condition.
condition() - Element in annotation interface org.tentackle.validate.validator.Zero
The optional condition.
configureTestMode(Logger.Level) - Method in class org.tentackle.validate.ValidationUtilities
Configures test mode.
Connection - Interface in org.tentackle.trip
An outgoing connection from a client to a server.
ConnectionHandler - Class in org.tentackle.trip.transport
Handler for a new incoming connection.
ConnectionHandler(Transport, String, InputStream, OutputStream) - Constructor for class org.tentackle.trip.transport.ConnectionHandler
Creates a new handler.
connectionName() - Method in record class org.tentackle.trip.transport.TransportClientInfo
Returns the value of the connectionName record component.
ConnectionPoolSlot - Class in org.tentackle.trip.transport
 
ConnectionPoolSlot(Pool, int, Connection) - Constructor for class org.tentackle.trip.transport.ConnectionPoolSlot
Creates a connection slot.
CONSTANT - Enum constant in enum class org.tentackle.misc.CompoundValue.Type
a fixed value (constant)
constructor() - Method in record class org.tentackle.reflect.ReflectionHelper.CanonicalBuilderInfo
Returns the value of the constructor record component.
contains(Object) - Method in class org.tentackle.misc.CopyOnWriteCollection
 
containsAll(Collection) - Method in class org.tentackle.misc.CopyOnWriteCollection
 
containsKey(Object) - Method in class org.tentackle.reflect.PropertyMap
 
convert(Class, Object) - Method in class org.tentackle.misc.ObjectUtilities
Converts value to the given type.
convert(String, ScriptingLanguage) - Method in interface org.tentackle.script.ScriptConverter
Converts a script according to given language.
convert(String, ScriptingLanguage) - Method in class org.tentackle.validate.validator.AbstractScriptValidationMessageConverter
 
convert(T) - Method in class org.tentackle.trip.types.CollectionTripType
Converts the collection.
The default implementation does nothing.
Provided for ImmutableCollectionTripType.
convert(T) - Method in class org.tentackle.trip.types.ImmutableCollectionTripType
 
convert(T) - Method in class org.tentackle.trip.types.ImmutableMapTripType
 
convert(T) - Method in class org.tentackle.trip.types.MapTripType
Converts the map.
The default implementation does nothing.
Provided for ImmutableMapTripType.
Convertible<T> - Interface in org.tentackle.misc
A convertible object.
convertPathName(String) - Method in class org.tentackle.prefs.DefaultPreferences
Converts the given pathname if absolute.
For pathname starting with a slash the optional name of the root node will be prepended.
copy() - Method in interface org.tentackle.misc.Snapshotable
Creates a copy of this object.
This is done by creating a snapshot and then reverting it into a new object.
copy() - Method in class org.tentackle.misc.TrackedArrayList
 
copy(T) - Method in class org.tentackle.trip.impl.TripObjectSerializer
 
CopyOnWriteCollection<E> - Class in org.tentackle.misc
A copy-on-write wrapper for collections.
The first modifying operation creates a clone to leave the original collection untouched.
CopyOnWriteCollection() - Constructor for class org.tentackle.misc.CopyOnWriteCollection
Creates a wrapper for an empty collection.
CopyOnWriteCollection(Collection) - Constructor for class org.tentackle.misc.CopyOnWriteCollection
Creates a wrapper for a collection with read-only iterators.
CopyOnWriteCollection(Collection, boolean) - Constructor for class org.tentackle.misc.CopyOnWriteCollection
Creates a wrapper for a collection.
CopyOnWriteCollection.ReadOnlyIterator<E> - Class in org.tentackle.misc
Wrapper for an iterator that forbids invocations of the remove()-method.
CopyOnWriteList<E> - Class in org.tentackle.misc
A copy-on-write wrapper for lists.
The first modifying operation creates a clone to leave the original list untouched.
CopyOnWriteList() - Constructor for class org.tentackle.misc.CopyOnWriteList
Creates a wrapper for an empty list.
CopyOnWriteList(List) - Constructor for class org.tentackle.misc.CopyOnWriteList
Creates a wrapper for a list with read-only iterators and modifying list-iterators.
CopyOnWriteList(List, boolean, boolean) - Constructor for class org.tentackle.misc.CopyOnWriteList
Creates a wrapper for a list.
CopyOnWriteList.ReadOnlyListIterator<E> - Class in org.tentackle.misc
Wrapper for a list iterator that forbids modifying method invocations.
CopyOnWriteSet<E> - Class in org.tentackle.misc
A copy-on-write wrapper for sets.
The first modifying operation creates a clone to leave the original set untouched.
CopyOnWriteSet() - Constructor for class org.tentackle.misc.CopyOnWriteSet
Creates a wrapper for an empty set.
CopyOnWriteSet(Set) - Constructor for class org.tentackle.misc.CopyOnWriteSet
Creates a wrapper for a set with read-only iterators.
CopyOnWriteSet(Set, boolean) - Constructor for class org.tentackle.misc.CopyOnWriteSet
Creates a wrapper for a set.
count(TimeKeeper) - Method in class org.tentackle.log.StatisticsResult
Count an invocation.
count(TimeKeeper, int) - Method in class org.tentackle.log.StatisticsResult
Count invocations.
countMethodInvocation(Method, Class, TimeKeeper) - Method in class org.tentackle.log.MethodStatistics
Counts the invocation of a delegate method.
countMethodInvocation(Method, TimeKeeper) - Method in class org.tentackle.log.MethodStatistics
Counts the invocation of a delegate method.
create() - Method in class org.tentackle.misc.PropertiesUtilities
Creates empty properties.
create(int) - Method in class org.tentackle.misc.PropertiesUtilities
Creates empty properties.
create(Class) - Method in class org.tentackle.trip.creators.InvocationTargetExceptionInstanceCreator
 
create(Class, Map) - Method in class org.tentackle.trip.creators.InvocationTargetExceptionInstanceCreator
 
create(Class) - Method in interface org.tentackle.trip.TripInstanceCreator
Creates a default instance of the class.
create(Class, Map) - Method in interface org.tentackle.trip.TripInstanceCreator
Creates an instance of the class with the given values via constructor.
This method is only invoked if TripInstanceCreator.isCreationFromValuesSupported(Class) returns true.
create(String, Class) - Static method in interface org.tentackle.reflect.ClassMapper
Creates a class mapper for a given mapped service.
The mapper maintains a map of implementation classes to other classes (usually interfaces).
create(String, Class) - Method in interface org.tentackle.reflect.ClassMapperFactory
Creates a class mapper for a given mapped service.
The mapper maintains a map of implementation classes to other classes (usually interfaces).
create(String, Class) - Method in class org.tentackle.reflect.DefaultClassMapperFactory
 
create(String, Class, Object, Object, ValidationScope, List) - Method in class org.tentackle.validate.DefaultValidationContextFactory
 
create(String, Class, Object, Object, ValidationScope, List) - Method in interface org.tentackle.validate.ValidationContextFactory
Creates a validation context.
create(String, Class, Supplier, Object, ValidationScope, List) - Method in class org.tentackle.validate.DefaultValidationContextFactory
 
create(String, Class, Supplier, Object, ValidationScope, List) - Method in interface org.tentackle.validate.ValidationContextFactory
Creates a validation context with a lazy object provider.
The object to validate is retrieved only if actually validated.
createBindableElement(Class, String) - Method in class org.tentackle.bind.AbstractBindingFactory
 
createBindableElement(Class, String) - Method in interface org.tentackle.bind.BindingFactory
Creates a bindable element
createBindingEvent(boolean, Object, Object) - Method in class org.tentackle.bind.AbstractBinding
 
createBindingEvent(boolean, Object, Object) - Method in interface org.tentackle.bind.Binding
Creates a binding event.
createBindingMember(Class, BindingMember, String, String, BindableElement) - Method in class org.tentackle.bind.AbstractBindingFactory
 
createBindingMember(Class, BindingMember, String, String, BindableElement) - Method in interface org.tentackle.bind.BindingFactory
Creates a binding member.
createBlockingExecutor(Executor) - Static method in class org.tentackle.misc.ConcurrencyHelper
Wraps an existing executor by a blocking executor.
The returned executor waits until the command has been executed by the given executor.
createCallHandler(TripStream, TransportClientInfo, RemoteCall) - Method in class org.tentackle.trip.transport.AbstractTransport
 
createCallHandler(TripStream, TransportClientInfo, RemoteCall) - Method in interface org.tentackle.trip.Transport
Creates a call handler for the given remote call.
createCallHandler(TripStream, TransportClientInfo, RemoteCall) - Method in class org.tentackle.trip.transport.LoopbackTransport
 
createCanonicalMembers(Constructor) - Method in class org.tentackle.trip.types.ObjectTripType
Creates the canonical members.
The members can be provided by CanonicalField or CanonicalGetter annotations.
createClientConnectionPool() - Method in class org.tentackle.trip.transport.AbstractTransport
Creates the connection pool for outgoing connections.
createClientConnectionPool() - Method in class org.tentackle.trip.transport.LoopbackTransport
 
createClientConnectionPool() - Method in class org.tentackle.trip.transport.TcpTransport
 
createCollection(int) - Method in class org.tentackle.trip.types.CollectionTripType
Creates a new collection instance.
createCollection(int) - Method in class org.tentackle.trip.types.ImmutableCollectionTripType
 
createComponent(String, TripType) - Method in interface org.tentackle.trip.Dictionary
Creates a new component of this entry.
createComponent(String, TripType) - Method in class org.tentackle.trip.impl.DefaultDictionary
 
createComponent(TripType, int, Class) - Method in class org.tentackle.trip.impl.DefaultTripFactory
 
createComponent(TripType, int, Class) - Method in interface org.tentackle.trip.TripFactory
Creates a new component for the given class or interface.
createComponent(TripType, int, Field, boolean, T) - Method in class org.tentackle.trip.impl.DefaultTripFactory
 
createComponent(TripType, int, Field, boolean, T) - Method in interface org.tentackle.trip.TripFactory
Creates a new component for the given field within an object.
createComponent(TripType, int, Method, Method, boolean, T) - Method in class org.tentackle.trip.impl.DefaultTripFactory
 
createComponent(TripType, int, Method, Method, boolean, T) - Method in interface org.tentackle.trip.TripFactory
Creates a new component for the given getter within an object.
createComponent(TripType, int, RecordComponent) - Method in class org.tentackle.trip.impl.DefaultTripFactory
 
createComponent(TripType, int, RecordComponent) - Method in interface org.tentackle.trip.TripFactory
Creates a new component for the given record component.
createComponent(TripType, T) - Method in class org.tentackle.trip.impl.DefaultTripFactory
 
createComponent(TripType, T) - Method in interface org.tentackle.trip.TripFactory
Creates a new component for the given enum constant.
createComponents(T) - Method in class org.tentackle.trip.types.AbstractDictionaryBasedTripType
Creates the components for this trip type.
createComponents(T) - Method in class org.tentackle.trip.types.ObjectTripType
 
createCompoundValue(String, Class, Function) - Method in class org.tentackle.validate.DefaultValidatorCompoundValueFactory
Creates a compound value.
The created compound value is always created as cached and threadsafe execution required.
createCompressedInputStream(InputStream) - Method in class org.tentackle.trip.transport.CompressedSslTransport
Creates the compressed input stream.
createCompressedInputStream(InputStream) - Method in class org.tentackle.trip.transport.CompressedTransport
Creates the compressed input stream.
createCompressedOutputStream(OutputStream) - Method in class org.tentackle.trip.impl.EchoTransceiver
Creates the compressed output stream.
createCompressedOutputStream(OutputStream) - Method in class org.tentackle.trip.transport.CompressedSslTransport
Creates the compressed output stream.
createCompressedOutputStream(OutputStream) - Method in class org.tentackle.trip.transport.CompressedTransport
Creates the compressed output stream.
createConditionParameter(String) - Method in class org.tentackle.validate.DefaultValidatorCompoundValueFactory
 
createConditionParameter(String) - Method in interface org.tentackle.validate.ValidatorCompoundValueFactory
Creates the compound value for the condition parameter.
createConnectionHandler(String, InputStream, OutputStream) - Method in class org.tentackle.trip.transport.AbstractTransport
 
createConnectionHandler(String, InputStream, OutputStream) - Method in class org.tentackle.trip.transport.CompressedSslTransport
 
createConnectionHandler(String, InputStream, OutputStream) - Method in class org.tentackle.trip.transport.CompressedTransport
 
createConnectionHandler(String, InputStream, OutputStream) - Method in interface org.tentackle.trip.Transport
Creates a connection handler for the given streams.
createConnectionHandler(String, InputStream, OutputStream) - Method in class org.tentackle.trip.transport.EncryptedTransport
 
createConnectionHandler(String, InputStream, OutputStream) - Method in class org.tentackle.trip.transport.LoopbackTransport
 
createDaemon(int) - Method in class org.tentackle.daemon.DaemonSupervisor
Creates a new startable daemon.
createDecryptingInputStream(InputStream) - Method in class org.tentackle.trip.transport.CompressedEncryptedTransport
 
createDecryptingInputStream(InputStream) - Method in class org.tentackle.trip.transport.EncryptedTransport
Creates the encrypted input stream.
createDefaultBuilder() - Method in class org.tentackle.trip.impl.DefaultTripTypeBuilderFactory
Creates the default type builder.
createDeflater() - Method in class org.tentackle.io.CompressedOutputStream
Creates the deflater.
createDeflater() - Method in class org.tentackle.trip.transport.FastCompressedOutputStream
 
createDelegate(Class[], Object[]) - Method in class org.tentackle.reflect.Mixin
Creates the delegate instance for the implementation class.
Since delegates may be found in superclasses, we need some expensive isAssignableFrom checking.
createDeserializer(InputStream) - Method in class org.tentackle.trip.impl.DefaultTripFactory
 
createDeserializer(InputStream) - Method in interface org.tentackle.trip.TripFactory
Creates a new deserializer.
createDictionary(UUID, boolean) - Method in class org.tentackle.trip.impl.DefaultTripFactory
 
createDictionary(UUID, boolean) - Method in interface org.tentackle.trip.TripFactory
Creates a new dictionary.
createEncryptingOutputStream(OutputStream) - Method in class org.tentackle.trip.transport.CompressedEncryptedTransport
 
createEncryptingOutputStream(OutputStream) - Method in class org.tentackle.trip.transport.EncryptedTransport
Creates the encrypted output stream.
createEntry(int, String, boolean, DictionaryEntryComponent[]) - Method in interface org.tentackle.trip.Dictionary
Creates an entry with components.
createEntry(int, String, boolean, DictionaryEntryComponent[]) - Method in class org.tentackle.trip.impl.DefaultDictionary
 
createEntry(Class) - Method in interface org.tentackle.trip.Dictionary
Creates a new entry for the given class.
createEntry(Class) - Method in class org.tentackle.trip.impl.DefaultDictionary
 
createException(String) - Method in class org.tentackle.misc.AbstractPool
Creates an exception.
createException(String) - Method in class org.tentackle.misc.AbstractPoolSlot
Creates an exception.
createException(String) - Method in class org.tentackle.trip.transport.AbstractConnectionPool
 
createException(String) - Method in class org.tentackle.trip.transport.ConnectionPoolSlot
 
createException(Connection, String) - Method in class org.tentackle.trip.transport.AbstractConnectionPool
 
createException(T, String) - Method in class org.tentackle.misc.AbstractPool
Creates an exception.
createExecutorService() - Method in class org.tentackle.io.Reconnector
Creates the executor service.
createInitializedDefault() - Method in class org.tentackle.trip.types.AbstractDictionaryBasedTripType
Creates an instance of the class with its no-args constructor.
If a TripInstanceCreator is provided, it will be used instead.
createInitializedDefault() - Method in class org.tentackle.trip.types.CollectionTripType
 
createInitializedDefault() - Method in class org.tentackle.trip.types.MapTripType
 
createInitializedDefault() - Method in class org.tentackle.trip.types.ObjectTripType
Creates an instance of the class with its no-args constructor.
If the class provides a constructor annotated with CanonicalConstructor, the construction will be delayed and this method returns null.
createInitializedDefault() - Method in class org.tentackle.trip.types.ThrowableTripType
 
createInterceptable(Class) - Method in class org.tentackle.reflect.DefaultInterceptableFactory
 
createInterceptable(Class) - Method in interface org.tentackle.reflect.InterceptableFactory
Creates an interceptable.
createInterceptableMethod(Class, Class, Method) - Method in class org.tentackle.reflect.InterceptionUtilities
Creates an interceptable method.
createInvocationHandler(UUID, Transport, Class...) - Method in class org.tentackle.trip.impl.DefaultTripFactory
 
createInvocationHandler(UUID, Transport, Class...) - Method in interface org.tentackle.trip.TripFactory
Creates a new invocation handler for the given class and remote id.
This method is invoked from TripFactory.createRemoteProxy(UUID, Transport, Class[]).
createLocalVariableReference(String) - Method in class org.tentackle.script.AbstractScriptingLanguage
 
createLocalVariableReference(String) - Method in interface org.tentackle.script.ScriptingLanguage
Creates a local reference for a variable name.
Some languages need a special syntax.
createLock(Object) - Method in class org.tentackle.task.DefaultTaskDispatcher
Creates a dispatcher lock.
createMap(int) - Method in class org.tentackle.trip.types.ImmutableMapTripType
 
createMap(int) - Method in class org.tentackle.trip.types.MapTripType
Creates a new map instance.
createMapping(String, Method, Method) - Method in class org.tentackle.reflect.PropertyMap
Creates a property mapping.
createMessage(String, ValidationContext) - Method in class org.tentackle.validate.validator.AbstractValidator
Creates the message.
createMessageParameter(String) - Method in class org.tentackle.validate.DefaultValidatorCompoundValueFactory
 
createMessageParameter(String) - Method in interface org.tentackle.validate.ValidatorCompoundValueFactory
Creates the compound value for the message parameter.
createProxyClass(Class[]) - Static method in class org.tentackle.reflect.ReflectionHelper
Creates a proxy class by the given interfaces.
The method exists since Proxy#getProxyClass() is deprecated.
createReadOnlyIterator(Iterator) - Method in class org.tentackle.misc.CopyOnWriteCollection
Creates a read-only iterator for the collection.
createReadOnlyListIterator(ListIterator) - Method in class org.tentackle.misc.CopyOnWriteList
Creates a read-only iterator for the collection.
createRegistry() - Method in class org.tentackle.trip.impl.DefaultTripFactory
 
createRegistry() - Method in class org.tentackle.trip.transport.AbstractTransport
Creates the server's registry.
createRegistry() - Method in interface org.tentackle.trip.TripFactory
Creates a new registry.
createRemoteDelegate(UUID, T, IndexedMethodCache) - Method in class org.tentackle.trip.impl.DefaultRegistry
Creates a new RemoteDelegate.
createRemoteProxy(UUID, Transport, Class...) - Method in class org.tentackle.trip.impl.DefaultTripFactory
 
createRemoteProxy(UUID, Transport, Class...) - Method in interface org.tentackle.trip.TripFactory
Creates a new remote proxy for the given class and remote id.
This method is invoked at the transmitter side, i.e., the client.
createScript(String, boolean, boolean, Function) - Method in interface org.tentackle.script.ScriptingLanguage
Creates a script.
createScript(String, String, boolean, boolean, Function) - Method in class org.tentackle.script.DefaultScriptFactory
 
createScript(String, String, boolean, boolean, Function) - Method in interface org.tentackle.script.ScriptFactory
Creates a script object.
createScriptVariables(ValidationContext) - Method in class org.tentackle.validate.validator.AbstractValidator
Creates the script variables from the validation context.
createSerializer(OutputStream) - Method in class org.tentackle.trip.impl.DefaultTripFactory
 
createSerializer(OutputStream) - Method in interface org.tentackle.trip.TripFactory
Creates a new serializer.
createServerSocket() - Method in class org.tentackle.trip.transport.TcpTransport
Creates the server socket.
createServerThread(Runnable) - Method in class org.tentackle.trip.transport.AbstractTransport
Creates a new server-side thread.
createSlot(int) - Method in class org.tentackle.misc.AbstractPool
Creates a new slot.
createSlot(int) - Method in class org.tentackle.trip.transport.LoopbackConnectionPool
 
createSlot(int) - Method in class org.tentackle.trip.transport.TcpConnectionPool
 
createSlots(int) - Method in class org.tentackle.misc.AbstractPool
Creates new slots of resources.
The number of created slots is at least 1.
createSlotStr(Pool, int, T) - Method in class org.tentackle.misc.AbstractPoolSlot
Creates the string representation of this slot.
createSnapshot() - Method in interface org.tentackle.misc.Snapshotable
Creates a snapshot of this object.
createSnapshot() - Method in class org.tentackle.misc.TrackedArrayList
Creates a new snapshot.
The snapshot is a copy of the list.
createSnapshot(TrackedList) - Static method in interface org.tentackle.misc.TrackedList
Creates a snapshot from a list.
createSocket() - Method in class org.tentackle.trip.transport.TcpConnectionPool
Creates a new client socket.
createStackDump() - Method in class org.tentackle.misc.DiagnosticUtilities
Creates the stackdump string for the whole application.
createStream(UUID) - Method in class org.tentackle.trip.transport.ConnectionHandler
Creates a new stream for the given UUID.
createStream(UUID) - Method in class org.tentackle.trip.transport.LoopbackConnectionHandler
 
createStream(Dictionary, Socket) - Method in class org.tentackle.trip.transport.CompressedSslTransport
 
createStream(Dictionary, Socket) - Method in class org.tentackle.trip.transport.CompressedTransport
 
createStream(Dictionary, Socket) - Method in class org.tentackle.trip.transport.EncryptedTransport
 
createStream(Dictionary, Socket) - Method in class org.tentackle.trip.transport.TcpTransport
Creates a trip stream for the given client socket.
createStream(Dictionary, Serializer, Deserializer) - Method in class org.tentackle.trip.impl.DefaultTripFactory
 
createStream(Dictionary, Serializer, Deserializer) - Method in interface org.tentackle.trip.TripFactory
Creates a new stream.
createTemporaryEntry(Class) - Method in interface org.tentackle.trip.Dictionary
Creates a temporary entry for the given class.
Only used by the client side.
createTemporaryEntry(Class) - Method in class org.tentackle.trip.impl.DefaultDictionary
 
createTransport(URI) - Method in class org.tentackle.trip.impl.DefaultTripFactory
 
createTransport(URI) - Method in interface org.tentackle.trip.TripFactory
Creates a new Transport for the given URI.
createTransportManager() - Method in class org.tentackle.trip.impl.DefaultTripFactory
 
createTransportManager() - Method in interface org.tentackle.trip.TripFactory
Creates a new TransportManager.
createType(Class) - Method in class org.tentackle.trip.impl.DefaultTripFactory
Creates a trip type for the given class.
createValidationEvent(List) - Method in class org.tentackle.bind.AbstractBinding
 
createValidationEvent(List) - Method in interface org.tentackle.bind.Binding
Creates a validation event.
createValidationResult(Validator, ValidationContext, String) - Method in class org.tentackle.validate.severity.MajorSeverityImpl
 
createValidationResult(Validator, ValidationContext, String) - Method in class org.tentackle.validate.severity.MinorSeverityImpl
 
createValidationResult(Validator, ValidationContext, String) - Method in interface org.tentackle.validate.ValidationSeverity
Creates the validation result.
createValidationResult(Validator, ValidationContext, String) - Method in class org.tentackle.validate.ValidationUtilities
Creates a validation result.
createValidationResultList(String, ValidationContext) - Method in class org.tentackle.validate.validator.AbstractValidator
Creates a list of a single validation result.
createValueParameter(String, Class) - Method in class org.tentackle.validate.DefaultValidatorCompoundValueFactory
 
createValueParameter(String, Class) - Method in interface org.tentackle.validate.ValidatorCompoundValueFactory
Creates the compound value for the value parameter.
creditLetter() - Method in record class org.tentackle.misc.FormatHelper.Patterns
Returns the value of the creditLetter record component.
CsvConverter - Class in org.tentackle.misc
Converts values to or from a string separated by delimiters.
Implements RFC 4180 as well.
CsvConverter() - Constructor for class org.tentackle.misc.CsvConverter
Creates the converter.

D

DaemonSupervisor - Class in org.tentackle.daemon
A supervisor controlling the life cycle of daemons.
DaemonSupervisor(String, long, int) - Constructor for class org.tentackle.daemon.DaemonSupervisor
Creates a supervisor for one daemon.
DaemonSupervisor(String, long, int, int) - Constructor for class org.tentackle.daemon.DaemonSupervisor
Creates a supervisor.
DaemonSupervisor.TerminationInfo - Class in org.tentackle.daemon
The daemon termination info.
DATE - Enum constant in enum class org.tentackle.trip.impl.DefaultOpCode
java.util.Date, java.sql.Date and org.tentackle.common.Date.
DateFilter - Class in org.tentackle.misc.time
Filter add a missing or to convert a 2-digit year into a 4-digit one if the format requires that.
DateFilter() - Constructor for class org.tentackle.misc.time.DateFilter
Creates a date filter.
datePattern() - Method in record class org.tentackle.misc.FormatHelper.Patterns
Returns the value of the datePattern record component.
DateTimeUtilities - Class in org.tentackle.misc
Utility methods related to the java.time API.
DateTimeUtilities() - Constructor for class org.tentackle.misc.DateTimeUtilities
Creates the date- and time-utilities.
DateTripType - Class in org.tentackle.trip.types
Trip type for Date.
DateTripType() - Constructor for class org.tentackle.trip.types.DateTripType
Creates the type.
debitCreditToString(BMoney, boolean) - Static method in class org.tentackle.misc.FormatHelper
Translates a money value to a string with a suffix indicating whether debit or credit.
debitLetter() - Method in record class org.tentackle.misc.FormatHelper.Patterns
Returns the value of the debitLetter record component.
DecryptingInputStream - Class in org.tentackle.io
Stream to read encrypted data from the underlying input stream.
DecryptingInputStream(InputStream) - Constructor for class org.tentackle.io.DecryptingInputStream
Creates a new decrypting input stream with the default Cryptor.
DecryptingInputStream(InputStream, Cryptor) - Constructor for class org.tentackle.io.DecryptingInputStream
Creates a new decrypting input stream.
The buffer size adapts dynamically to the packet size.
deduplicatable - Variable in class org.tentackle.trip.types.AbstractDictionaryBasedTripType
Whether objects are deduplicatable according to TripDeduplicatable.
Null if no annotation present.
deduplicatableMethod - Variable in class org.tentackle.trip.types.AbstractDictionaryBasedTripType
Optional method provided by TripDeduplicatable to decide whether objects are deduplicatable or not.
deduplicationEnabled - Static variable in class org.tentackle.trip.types.AbstractTripType
Global flag to enable/disable deduplication.
Deduplication is enabled by default and should not be disabled in most cases.
DefaultBindableCache - Class in org.tentackle.bind
Cache for bindable elements per class.
DefaultBindableCache(BindingFactory) - Constructor for class org.tentackle.bind.DefaultBindableCache
Creates a bindable cache.
DefaultBindableElement - Class in org.tentackle.bind
A bindable element.
DefaultBindableElement(String) - Constructor for class org.tentackle.bind.DefaultBindableElement
Creates a bindable element.
DefaultBindingMember - Class in org.tentackle.bind
Default implementation of BindingMember.
DefaultBindingMember(Class, BindingMember, String, String, BindableElement) - Constructor for class org.tentackle.bind.DefaultBindingMember
Creates a binding member.
DefaultClassMapper - Class in org.tentackle.reflect
A default implementation of a class mapper.
The map is either initialized from a map or a Properties-object which in turn could be loaded from a properties file, an XML-file or constructed at runtime.
DefaultClassMapper(String, Class) - Constructor for class org.tentackle.reflect.DefaultClassMapper
Creates a class mapper for a given mapped service class.
This is the most common usage of a class mapper.
DefaultClassMapper(String, ClassLoader, Map, String[]) - Constructor for class org.tentackle.reflect.DefaultClassMapper
Constructs a class mapper.
DefaultClassMapper(String, ClassLoader, Properties, String[]) - Constructor for class org.tentackle.reflect.DefaultClassMapper
Constructs a class mapper.
DefaultClassMapper(String, String) - Constructor for class org.tentackle.reflect.DefaultClassMapper
Creates a class mapper for a given mapped service name.
DefaultClassMapperFactory - Class in org.tentackle.reflect
The default class mapper factory.
DefaultClassMapperFactory() - Constructor for class org.tentackle.reflect.DefaultClassMapperFactory
Creates the class mapper factory.
DefaultDeserializer - Class in org.tentackle.trip.impl
Default implementation of a low-level deserializer.
DefaultDeserializer(byte[], InputStream) - Constructor for class org.tentackle.trip.impl.DefaultDeserializer
Creates a deserializer.
DefaultDeserializer(InputStream) - Constructor for class org.tentackle.trip.impl.DefaultDeserializer
Creates a deserializer with a default deserialization buffer.
DefaultDictionary - Class in org.tentackle.trip.impl
Default implementation of a dictionary.
DefaultDictionary(UUID, boolean) - Constructor for class org.tentackle.trip.impl.DefaultDictionary
Creates a dictionary.
DefaultDictionaryEntry - Class in org.tentackle.trip.impl
Default implementation of a dictionary entry.
DefaultDictionaryEntry(int, String, boolean, DictionaryEntryComponent[]) - Constructor for class org.tentackle.trip.impl.DefaultDictionaryEntry
Creates an entry with components.
DefaultDictionaryEntryComponent - Class in org.tentackle.trip.impl
A component of a dictionary entry.
DefaultDictionaryEntryComponent(String, TripType) - Constructor for class org.tentackle.trip.impl.DefaultDictionaryEntryComponent
 
DefaultInterceptableFactory - Class in org.tentackle.reflect
Default implementation of an InterceptableFactory.
DefaultInterceptableFactory() - Constructor for class org.tentackle.reflect.DefaultInterceptableFactory
Creates the factory.
defaultLanguage - Variable in class org.tentackle.script.DefaultScriptFactory
The default language.
DefaultLogger - Class in org.tentackle.log
Pluggable logger using the standard java logging using java.util.logging.
DefaultLogger(String) - Constructor for class org.tentackle.log.DefaultLogger
Creates a logger.
DefaultLoggerFactory - Class in org.tentackle.log
Default implementation for the logger factory.
DefaultLoggerFactory() - Constructor for class org.tentackle.log.DefaultLoggerFactory
Creates the factory.
DefaultMappedDiagnosticContext - Class in org.tentackle.log
The MDC implementation for the java util logging.
Although MDC is not supported by the Java logging API and its formatters, this implementation keeps a thread-local map of properties so that there's no difference to the application concerning the effective logging provider.
DefaultMappedDiagnosticContext() - Constructor for class org.tentackle.log.DefaultMappedDiagnosticContext
Creates the MDC for java-util logging.
DefaultOpCode - Enum Class in org.tentackle.trip.impl
Predefined operation codes.
DefaultPreferences - Class in org.tentackle.prefs
Wraps a java util preferences node into a PersistedPreferences node.
DefaultPreferences(Preferences) - Constructor for class org.tentackle.prefs.DefaultPreferences
Creates a preferences node.
DefaultPreferencesFactory - Class in org.tentackle.prefs
Factory for Preferences wrapped by PersistedPreferences.
Use case is to map invocations of PersistedPreferences by the framework or applications back to the standard java util prefs.
DefaultPreferencesFactory() - Constructor for class org.tentackle.prefs.DefaultPreferencesFactory
Creates the preferences factory.
DefaultPropertiesResource - Class in org.tentackle.misc
Default properties resource based on FileHelper.
DefaultPropertiesResource() - Constructor for class org.tentackle.misc.DefaultPropertiesResource
Creates the default loader.
DefaultRegistry - Class in org.tentackle.trip.impl
The default implementation of Registry.
DefaultRegistry() - Constructor for class org.tentackle.trip.impl.DefaultRegistry
Creates a new registry.
DefaultRemoteDelegate<T> - Class in org.tentackle.trip.impl
The default implementation of a remote delegate.
DefaultRemoteDelegate(Registry, UUID, T, IndexedMethodCache) - Constructor for class org.tentackle.trip.impl.DefaultRemoteDelegate
Creates a new remote delegate.
DefaultScope - Interface in org.tentackle.validate
The default validation scope.
DefaultScriptFactory - Class in org.tentackle.script
Default implementation of a script factory.
DefaultScriptFactory() - Constructor for class org.tentackle.script.DefaultScriptFactory
Creates the script factory.
DefaultSerializer - Class in org.tentackle.trip.impl
Default implementation of a low-level serializer.
DefaultSerializer(byte[], OutputStream) - Constructor for class org.tentackle.trip.impl.DefaultSerializer
Creates a serializer.
DefaultSerializer(OutputStream) - Constructor for class org.tentackle.trip.impl.DefaultSerializer
Creates a serializer with a default serialization buffer.
DefaultSeverity - Interface in org.tentackle.validate.severity
The default severity.
DefaultSeverityImpl - Class in org.tentackle.validate.severity
Implements the default severity.
DefaultSeverityImpl() - Constructor for class org.tentackle.validate.severity.DefaultSeverityImpl
Creates the default severity.
DefaultTaskDispatcher - Class in org.tentackle.task
A thread executing tasks in a serialized manner.
DefaultTaskDispatcher(String) - Constructor for class org.tentackle.task.DefaultTaskDispatcher
Creates a task dispatcher with counter-based locking, 1 s sleep, 30 s dead interval.
DefaultTaskDispatcher(String, boolean, long, long) - Constructor for class org.tentackle.task.DefaultTaskDispatcher
Creates a task dispatcher.
DefaultTaskDispatcherLock - Class in org.tentackle.task
Lock for the DefaultTaskDispatcher.
DefaultTaskDispatcherLock(TaskDispatcher, Object) - Constructor for class org.tentackle.task.DefaultTaskDispatcherLock
Creates a dispatcher lock.
DefaultTransportManager - Class in org.tentackle.trip.impl
Default implementation of a TransportManager.
DefaultTransportManager() - Constructor for class org.tentackle.trip.impl.DefaultTransportManager
Creates a new transport manager.
DefaultTripFactory - Class in org.tentackle.trip.impl
Default implementation of a trip factory.
DefaultTripFactory() - Constructor for class org.tentackle.trip.impl.DefaultTripFactory
Creates the factory.
DefaultTripStream - Class in org.tentackle.trip.impl
Default implementation of a TripStream.
DefaultTripStream(Dictionary, Serializer, Deserializer) - Constructor for class org.tentackle.trip.impl.DefaultTripStream
Creates a new stream.
DefaultTripTypeBuilderFactory - Class in org.tentackle.trip.impl
The default type builder factory.
DefaultTripTypeBuilderFactory() - Constructor for class org.tentackle.trip.impl.DefaultTripTypeBuilderFactory
Creates the factory.
DefaultValidationContext - Class in org.tentackle.validate
Default implementation of a validation context.
DefaultValidationContext() - Constructor for class org.tentackle.validate.DefaultValidationContext
For TRIP only.
DefaultValidationContext(String, Class, Object, Object, ValidationScope, List) - Constructor for class org.tentackle.validate.DefaultValidationContext
Creates a validation context.
DefaultValidationContext(String, Class, Supplier, Object, ValidationScope, List) - Constructor for class org.tentackle.validate.DefaultValidationContext
Creates a validation context with a lazy object provider.
The object to validate is retrieved only if actually validated.
DefaultValidationContextFactory - Class in org.tentackle.validate
Default implementation of a ValidationContextFactory.
DefaultValidationContextFactory() - Constructor for class org.tentackle.validate.DefaultValidationContextFactory
Creates the validation context factory.
DefaultValidationScopeFactory - Class in org.tentackle.validate
Default implementation of a validation scope factory.
DefaultValidationScopeFactory() - Constructor for class org.tentackle.validate.DefaultValidationScopeFactory
Creates the factory.
DefaultValidationSeverityFactory - Class in org.tentackle.validate
Default implementation of a validation severity factory.
DefaultValidationSeverityFactory() - Constructor for class org.tentackle.validate.DefaultValidationSeverityFactory
Creates the factory.
DefaultValidatorCompoundValueFactory - Class in org.tentackle.validate
Default compound value factory for validators.
DefaultValidatorCompoundValueFactory() - Constructor for class org.tentackle.validate.DefaultValidatorCompoundValueFactory
 
DelegateDescriptor - Record Class in org.tentackle.trip.remote
Delegate descriptor returned if the return value of a remote call is itself a remote object.
DelegateDescriptor(UUID, Class[]) - Constructor for record class org.tentackle.trip.remote.DelegateDescriptor
Creates an instance of a DelegateDescriptor record class.
DelegateDescriptor(UUID, Object) - Constructor for record class org.tentackle.trip.remote.DelegateDescriptor
Creates a descriptor from the remote object.
derive4DigitYearFrom2DigitYear(int) - Method in class org.tentackle.misc.time.NumberShortcut
Converts a short 2-digit year to a 4-digit year.
deriveMonthFromDay(int) - Method in class org.tentackle.misc.time.NumberShortcut
Derives the month from a day input.
deriveType() - Method in class org.tentackle.trip.impl.DefaultTripStream
 
deriveType() - Method in interface org.tentackle.trip.TripStream
Derives the concrete type from the given OpCode.
Same as TripStream.deriveType(OpCode) but reads the opcode.
deriveType(OpCode) - Method in class org.tentackle.trip.impl.DefaultTripStream
 
deriveType(OpCode) - Method in interface org.tentackle.trip.TripStream
Derives the concrete type from the given OpCode.
If the returned derived type is dictionary-based, the next opcode must be read from the stream, which is either a reference or an ordinal.
deriveYearFromMonth(int) - Method in class org.tentackle.misc.time.NumberShortcut
Derives the year, if only month and day are given.
deserialize(byte[], int, int) - Method in interface org.tentackle.trip.Deserializer
Deserializes a byte array.
Low-level method passes the bytes unmodified.
deserialize(byte[], int, int) - Method in class org.tentackle.trip.impl.DefaultDeserializer
 
deserialize(InputStream) - Method in class org.tentackle.trip.impl.TripObjectSerializer
Deserialize an object from an input stream.
deserializeBoolean() - Method in interface org.tentackle.trip.Deserializer
Deserializes a boolean value.
deserializeBoolean() - Method in class org.tentackle.trip.impl.DefaultDeserializer
 
deserializeByte() - Method in interface org.tentackle.trip.Deserializer
Deserializes a byte.
deserializeByte() - Method in class org.tentackle.trip.impl.DefaultDeserializer
 
deserializeByteAsUnsigned() - Method in interface org.tentackle.trip.Deserializer
Deserializes a byte as an unsigned integer.
deserializeByteAsUnsigned() - Method in class org.tentackle.trip.impl.DefaultDeserializer
 
deserializeChar() - Method in interface org.tentackle.trip.Deserializer
Deserializes a char value.
deserializeChar() - Method in class org.tentackle.trip.impl.DefaultDeserializer
 
deserializeDouble() - Method in interface org.tentackle.trip.Deserializer
Deserializes a double value.
deserializeDouble() - Method in class org.tentackle.trip.impl.DefaultDeserializer
 
deserializeFloat() - Method in interface org.tentackle.trip.Deserializer
Deserializes a float value.
deserializeFloat() - Method in class org.tentackle.trip.impl.DefaultDeserializer
 
deserializeInt() - Method in interface org.tentackle.trip.Deserializer
Deserializes an int value.
deserializeInt() - Method in class org.tentackle.trip.impl.DefaultDeserializer
 
deserializeInt3() - Method in interface org.tentackle.trip.Deserializer
Deserializes a 3-byte int value.
deserializeInt3() - Method in class org.tentackle.trip.impl.DefaultDeserializer
 
deserializeInt3AsUnsigned() - Method in interface org.tentackle.trip.Deserializer
Deserializes three bytes as an unsigned integer.
deserializeInt3AsUnsigned() - Method in class org.tentackle.trip.impl.DefaultDeserializer
 
deserializeLong() - Method in interface org.tentackle.trip.Deserializer
Deserializes a long value.
deserializeLong() - Method in class org.tentackle.trip.impl.DefaultDeserializer
 
deserializeLong5() - Method in interface org.tentackle.trip.Deserializer
Deserializes a 5-byte long value.
deserializeLong5() - Method in class org.tentackle.trip.impl.DefaultDeserializer
 
deserializeLong6() - Method in interface org.tentackle.trip.Deserializer
Deserializes a 6-byte long value.
deserializeLong6() - Method in class org.tentackle.trip.impl.DefaultDeserializer
 
deserializeLong7() - Method in interface org.tentackle.trip.Deserializer
Deserializes a 7-byte long value.
deserializeLong7() - Method in class org.tentackle.trip.impl.DefaultDeserializer
 
deserializeOpCode() - Method in interface org.tentackle.trip.Deserializer
Deserializes a byte to an op code.
deserializeOpCode() - Method in class org.tentackle.trip.impl.DefaultDeserializer
 
Deserializer - Interface in org.tentackle.trip
Low-level deserializer for primitive values and Strings.
deserializeShort() - Method in interface org.tentackle.trip.Deserializer
Deserializes a short value.
deserializeShort() - Method in class org.tentackle.trip.impl.DefaultDeserializer
 
deserializeShortAsUnsigned() - Method in interface org.tentackle.trip.Deserializer
Deserializes two bytes as an unsigned integer.
deserializeShortAsUnsigned() - Method in class org.tentackle.trip.impl.DefaultDeserializer
 
determineBestSeparator(Collection) - Method in class org.tentackle.misc.CsvConverter
Determines the separator char to avoid quoting.
determineScale(String) - Static method in class org.tentackle.misc.FormatHelper
Determines the scale from a given numeric string.
determineValidators() - Method in class org.tentackle.bind.AbstractBinding
Determine the validators for this member.
DiagnosticUtilities - Class in org.tentackle.misc
Utilities for diagnostic purposes.
DiagnosticUtilities() - Constructor for class org.tentackle.misc.DiagnosticUtilities
Creates a utility instance.
Dictionary - Interface in org.tentackle.trip
Dictionary of objects to send over the wire.
DICTIONARY - Enum constant in enum class org.tentackle.trip.impl.DefaultOpCode
dictionary entry.
DICTIONARY_BASED - Enum constant in enum class org.tentackle.trip.impl.OpCodeCategory
Dictionary-based type.
Those types need to be checked against the runtime values and always serialize either a new dictionary entry or its ordinal.
DICTIONARY_ORDINAL - Enum constant in enum class org.tentackle.trip.impl.DefaultOpCode
ordinal value (4 bytes).
DICTIONARY_ORDINAL - Enum constant in enum class org.tentackle.trip.impl.OpCodeCategory
Dictionary ordinal type.
DICTIONARY_ORDINAL1 - Enum constant in enum class org.tentackle.trip.impl.DefaultOpCode
small ordinal value (fits in 1 byte).
DICTIONARY_ORDINAL2 - Enum constant in enum class org.tentackle.trip.impl.DefaultOpCode
small ordinal value (fits in 2 bytes).
DICTIONARY_ORDINAL3 - Enum constant in enum class org.tentackle.trip.impl.DefaultOpCode
small ordinal value (fits in 3 bytes).
DictionaryEntry - Interface in org.tentackle.trip
Dictionary entry.
Maps an ordinal to an object class along with optional components defining a contract for a stream.
Sent over the wire as a simple DTO.
Only concrete classes and records become part of the dictionary, no abstract classes and no interfaces.
DictionaryEntryComponent - Interface in org.tentackle.trip
A component of a dictionary entry.
DictionaryEntryTripType - Class in org.tentackle.trip.types
Trip type for DictionaryEntry.
DictionaryEntryTripType() - Constructor for class org.tentackle.trip.types.DictionaryEntryTripType
Creates the type.
DisallowedTripType<T> - Class in org.tentackle.trip.types
Trip type for disallowed types.
This type is used to programmatically prevent instances of certain classes to be deserialized.
The application usually replaces ObjectTypeBuilder with its own builder, which checks for allowed classes and returns this type for all others.
DisallowedTripType(Class) - Constructor for class org.tentackle.trip.types.DisallowedTripType
Creates the type.
discardSnapshot(TrackedList) - Method in class org.tentackle.misc.TrackedArrayList
 
discardSnapshot(T) - Method in interface org.tentackle.misc.Snapshotable
Discards the given snapshot.
discardSnapshots() - Method in interface org.tentackle.misc.Snapshotable
Discards all snapshots.
discardSnapshots() - Method in class org.tentackle.misc.TrackedArrayList
 
divide(long) - Method in class org.tentackle.misc.TimeKeeper
Divides this duration.
doBind(BindingMember[], String, Class, boolean) - Method in class org.tentackle.bind.AbstractBinder
Binds an object to a view.
doCreateStackDump(StringBuilder) - Method in class org.tentackle.misc.DiagnosticUtilities
Creates the stackdump.
doCreateStackDump(StringBuilder, ThreadInfo, Thread) - Method in class org.tentackle.misc.DiagnosticUtilities
Creates the stackdump string for a given thread.
doLog(Logger.Level, String, Throwable, Object...) - Method in class org.tentackle.log.DefaultLogger
Logging workhorse.
doLog(Logger.Level, Throwable, String, Supplier...) - Method in class org.tentackle.log.DefaultLogger
Logging workhorse.
doLog(Logger.Level, Throwable, Supplier) - Method in class org.tentackle.log.DefaultLogger
Logging workhorse.
DOUBLE - Enum constant in enum class org.tentackle.trip.impl.DefaultOpCode
double value.
DOUBLE - Enum constant in enum class org.tentackle.trip.PredefinedArrayType
 
DOUBLE_PRIMITIVE - Enum constant in enum class org.tentackle.trip.PredefinedArrayType
 
DOUBLE4 - Enum constant in enum class org.tentackle.trip.impl.DefaultOpCode
small double value (fits in 4 bytes).
DoubleArrayTripType - Class in org.tentackle.trip.types
Trip type for Double array.
DoubleArrayTripType() - Constructor for class org.tentackle.trip.types.DoubleArrayTripType
Creates the type.
DoublePrimitiveArrayTripType - Class in org.tentackle.trip.types
Trip type for double[] array.
DoublePrimitiveArrayTripType() - Constructor for class org.tentackle.trip.types.DoublePrimitiveArrayTripType
Creates the type.
DoublePrimitiveTripType - Class in org.tentackle.trip.types
Trip type for double primitive type.
DoublePrimitiveTripType() - Constructor for class org.tentackle.trip.types.DoublePrimitiveTripType
Creates the type.
DoubleTripType - Class in org.tentackle.trip.types
Trip type for Double.
DoubleTripType() - Constructor for class org.tentackle.trip.types.DoubleTripType
Creates the type.
DoubleTripType(Class) - Constructor for class org.tentackle.trip.types.DoubleTripType
Super constructor for the primitive type.
DummyDelegate - Interface in org.tentackle.reflect
Marker interface for dummy delegates.
Allows Mixins with a valid delegate class to be treated as dummy mixins.
durationToString(double) - Method in class org.tentackle.misc.TimeKeeper
Formats a duration.

E

echo() - Method in class org.tentackle.trip.impl.EchoTransceiver
Echoes the transmission and switches from transmit- to receive-mode.
EchoTransceiver - Class in org.tentackle.trip.impl
Echoing transmitter/receiver for low-level serializing/deserializing w/o a transport layer.
EchoTransceiver() - Constructor for class org.tentackle.trip.impl.EchoTransceiver
Creates a new EchoTransceiver.
The transceiver is initially in transmit-mode.
EchoTransceiver(boolean, Cryptor) - Constructor for class org.tentackle.trip.impl.EchoTransceiver
Creates a new EchoTransceiver.
The transceiver is initially in transmit-mode.
EchoTransceiver(Dictionary, Dictionary, boolean, Cryptor) - Constructor for class org.tentackle.trip.impl.EchoTransceiver
Creates a new EchoTransceiver.
The transceiver is initially in transmit-mode.
EffectiveClassProvider<T> - Interface in org.tentackle.reflect
An object that provides the effective class.
elementName() - Method in record class org.tentackle.validate.ValidationUtilities.ValidatorKey
Returns the value of the elementName record component.
elementUtils - Variable in class org.tentackle.apt.AbstractServiceAnnotationProcessor
 
EncryptedTransport - Class in org.tentackle.trip.transport
Transport implementation for encrypted TCP.
Uses a Cryptor for symmetric encryption.
EncryptedTransport(URI) - Constructor for class org.tentackle.trip.transport.EncryptedTransport
Creates a new transport.
EncryptingOutputStream - Class in org.tentackle.io
Stream to write encrypted data to the underlying output stream.
EncryptingOutputStream(OutputStream) - Constructor for class org.tentackle.io.EncryptingOutputStream
Creates an encrypted output stream using the default Cryptor.
EncryptingOutputStream(OutputStream, int, Cryptor) - Constructor for class org.tentackle.io.EncryptingOutputStream
Creates an encrypted output stream.
EncryptingOutputStream(OutputStream, Cryptor) - Constructor for class org.tentackle.io.EncryptingOutputStream
Creates an encrypted output stream.
end() - Method in class org.tentackle.misc.TimeKeeper
Marks the end of a duration.
END - Enum constant in enum class org.tentackle.trip.impl.DefaultOpCode
end marker.
endIndex() - Method in record class org.tentackle.misc.time.SmartDateTimeParser.TextRange
Returns the value of the endIndex record component.
endsWith(SubString) - Method in class org.tentackle.misc.SubString
Returns whether this segment ends with another segment.
endsWithIgnoreCase(SubString) - Method in class org.tentackle.misc.SubString
Returns whether this segment ends with another segment, ignoring the case.
entrySet() - Method in class org.tentackle.reflect.PropertyMap
 
ENUM - Enum constant in enum class org.tentackle.trip.impl.DefaultOpCode
enum class.
ENUM - Enum constant in enum class org.tentackle.trip.TripTypeCategory
enum type.
EnumTripComponent<T> - Class in org.tentackle.trip.impl
A TripComponent implementation for enums.
EnumTripComponent(TripType, T) - Constructor for class org.tentackle.trip.impl.EnumTripComponent
Creates a new EnumTripComponent.
EnumTripType<T> - Class in org.tentackle.trip.types
Fallback for enums w/o a dedicated trip type.
This is the core type for the majority of enums.
EnumTripType(Class) - Constructor for class org.tentackle.trip.types.EnumTripType
Creates the type.
EnumTypeBuilder<T> - Class in org.tentackle.trip.builder
Builder for enum types.
EnumTypeBuilder() - Constructor for class org.tentackle.trip.builder.EnumTypeBuilder
Creates the type builder.
Equal - Annotation Interface in org.tentackle.validate.validator
The annotated element must be equal to another value.
EqualContainer - Annotation Interface in org.tentackle.validate.validator
Repeating container annotation for Equal.
EqualImpl - Class in org.tentackle.validate.validator
Implementation of the Equal-validator.
EqualImpl() - Constructor for class org.tentackle.validate.validator.EqualImpl
Creates a Equal-validator.
equals(Object) - Method in class org.tentackle.bind.AbstractBinder
 
equals(Object) - Method in class org.tentackle.log.MethodStatisticsKey
 
equals(Object) - Method in class org.tentackle.misc.CopyOnWriteCollection
 
equals(Object) - Method in record class org.tentackle.misc.FormatHelper.Patterns
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class org.tentackle.misc.IdentifiableKey
 
equals(Object) - Method in class org.tentackle.misc.IdSerialTuple
 
equals(Object) - Method in class org.tentackle.misc.ImmutableArrayList
 
equals(Object) - Method in class org.tentackle.misc.SubString
 
equals(Object) - Method in record class org.tentackle.misc.time.SmartDateTimeParser.TextRange
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class org.tentackle.misc.XUUID
 
equals(Object) - Method in class org.tentackle.reflect.IndexedMethodCache
 
equals(Object) - Method in class org.tentackle.reflect.PropertyMap
 
equals(Object) - Method in class org.tentackle.reflect.PropertyMapping
 
equals(Object) - Method in record class org.tentackle.reflect.ReflectionHelper.CanonicalBuilderInfo
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class org.tentackle.script.AbstractScriptingLanguage
 
equals(Object) - Method in class org.tentackle.script.ScriptVariable
 
equals(Object) - Method in class org.tentackle.task.AbstractTask
 
equals(Object) - Method in class org.tentackle.trip.impl.DefaultDictionaryEntry
 
equals(Object) - Method in class org.tentackle.trip.impl.DefaultDictionaryEntryComponent
 
equals(Object) - Method in class org.tentackle.trip.Reference
 
equals(Object) - Method in record class org.tentackle.trip.remote.DelegateDescriptor
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class org.tentackle.trip.remote.IdentifiedRemoteCall
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class org.tentackle.trip.remote.IdentifiedRemoteResponse
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class org.tentackle.trip.remote.InitialRemoteCall
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class org.tentackle.trip.remote.InitialRemoteResponse
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class org.tentackle.trip.transport.TransportClientInfo
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class org.tentackle.trip.TransportKey
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class org.tentackle.trip.types.AbstractTripType
 
equals(Object) - Method in record class org.tentackle.trip.types.CollectionTripType.CollectionHeader
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class org.tentackle.trip.types.MapTripType.MapHeader
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class org.tentackle.validate.ValidationMapper
 
equals(Object) - Method in record class org.tentackle.validate.ValidationResult.CollectionIndex
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class org.tentackle.validate.ValidationUtilities.MapResult
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class org.tentackle.validate.ValidationUtilities.ValidatorKey
Indicates whether some other object is "equal to" this one.
equalsSegment(SubString) - Method in class org.tentackle.misc.SubString
Returns whether the segments are equal.
equalsSegmentIgnoreCase(SubString) - Method in class org.tentackle.misc.SubString
Returns whether the segments are equal, ignoring the case.
error() - Element in annotation interface org.tentackle.validate.validator.Changeable
An optional error code.
Used to identify the error.
error() - Element in annotation interface org.tentackle.validate.validator.Equal
An optional error code.
Used to identify the error.
error() - Element in annotation interface org.tentackle.validate.validator.False
An optional error code.
Used to identify the error.
error() - Element in annotation interface org.tentackle.validate.validator.Greater
An optional error code.
Used to identify the error.
error() - Element in annotation interface org.tentackle.validate.validator.GreaterOrEqual
An optional error code.
Used to identify the error.
error() - Element in annotation interface org.tentackle.validate.validator.Less
An optional error code.
Used to identify the error.
error() - Element in annotation interface org.tentackle.validate.validator.LessOrEqual
An optional error code.
Used to identify the error.
error() - Element in annotation interface org.tentackle.validate.validator.Mandatory
An optional error code.
Used to identify the error.
error() - Element in annotation interface org.tentackle.validate.validator.NotEmpty
An optional error code.
Used to identify the error.
error() - Element in annotation interface org.tentackle.validate.validator.NotEqual
An optional error code.
Used to identify the error.
error() - Element in annotation interface org.tentackle.validate.validator.NotNull
An optional error code.
Used to identify the error.
error() - Element in annotation interface org.tentackle.validate.validator.NotZero
An optional error code.
Used to identify the error.
error() - Element in annotation interface org.tentackle.validate.validator.Null
An optional error code.
Used to identify the error.
error() - Element in annotation interface org.tentackle.validate.validator.Pattern
An optional error code.
Used to identify the error.
error() - Element in annotation interface org.tentackle.validate.validator.Size
An optional error code.
Used to identify the error.
error() - Element in annotation interface org.tentackle.validate.validator.True
An optional error code.
Used to identify the error.
error() - Element in annotation interface org.tentackle.validate.validator.Zero
An optional error code.
Used to identify the error.
ERROR - Enum constant in enum class org.tentackle.trip.impl.OpCodeCategory
Low-level serialization/deserialization error.
execute(Set) - Method in interface org.tentackle.script.Script
Executes a script.
execute(ScriptVariable...) - Method in class org.tentackle.script.AbstractScript
 
execute(ScriptVariable...) - Method in interface org.tentackle.script.Script
Executes a script.
executeTask(Task) - Method in class org.tentackle.task.DefaultTaskDispatcher
Executes a task.
exportNode(OutputStream) - Method in class org.tentackle.prefs.DefaultPreferences
 
exportSubtree(OutputStream) - Method in class org.tentackle.prefs.DefaultPreferences
 
extractGenericInnerTypeClass(Type) - Static method in class org.tentackle.reflect.ReflectionHelper
Extracts the inner class from a generic type.
The type must be a parameterized generic type (usually determined by the binding) for a single type argument.
Works for wildcard types as well.
Examples:
extractValidators(Annotation, AnnotatedElement, List, ValidationScope, Holder) - Method in class org.tentackle.validate.ValidationUtilities
Extract validators for an annotation.

F

Fail - Annotation Interface in org.tentackle.validate.validator
The validation results must contain at least one failed result.
Used to abort the validation with a ValidationFailedException.
Fail.Results - Enum Class in org.tentackle.validate.validator
Type of validation results collected so far.
FailContainer - Annotation Interface in org.tentackle.validate.validator
Repeating container annotation for Fail.
FAILED - Enum constant in enum class org.tentackle.validate.validator.Fail.Results
Fail only if at least one result has been collected, that is marked as failed.
This is the default.
FailedValidationResult - Class in org.tentackle.validate.severity
Simple failed result.
FailedValidationResult() - Constructor for class org.tentackle.validate.severity.FailedValidationResult
For TRIP.
FailedValidationResult(Validator, ValidationContext, String) - Constructor for class org.tentackle.validate.severity.FailedValidationResult
Creates a failed validation result.
FailImpl - Class in org.tentackle.validate.validator
Implementation of the Fail-validator.
FailImpl() - Constructor for class org.tentackle.validate.validator.FailImpl
Creates a Fail-validator.
False - Annotation Interface in org.tentackle.validate.validator
The annotated element must be false.
FalseContainer - Annotation Interface in org.tentackle.validate.validator
Repeating container annotation for False.
FalseImpl - Class in org.tentackle.validate.validator
Implementation of the False-validator.
FalseImpl() - Constructor for class org.tentackle.validate.validator.FalseImpl
Creates a False-validator.
FastCompressedOutputStream - Class in org.tentackle.trip.transport
 
FastCompressedOutputStream(OutputStream) - Constructor for class org.tentackle.trip.transport.FastCompressedOutputStream
Creates a compressed output stream with the maximum allowed buffer size (32K-1) and a default minCompressSize of 64.
FastCompressedOutputStream(OutputStream, int) - Constructor for class org.tentackle.trip.transport.FastCompressedOutputStream
Creates a compressed output stream.
FastCompressedOutputStream(OutputStream, int, int) - Constructor for class org.tentackle.trip.transport.FastCompressedOutputStream
Creates a compressed output stream.
fetch() - Method in interface org.tentackle.misc.ScrollableResource
Fetches the next objects up to the fetchsize.
This method is provided to minimize the number of roundtrips especially for remote cursors.
FieldTripComponent<P,T> - Class in org.tentackle.trip.impl
A TripComponent implementation for fields.
FieldTripComponent(TripType, int, Field, boolean, T) - Constructor for class org.tentackle.trip.impl.FieldTripComponent
Creates a new FieldTripComponent.
finalizeResponse() - Method in class org.tentackle.trip.transport.CallHandler
Finalizes the response.
finalizeResponse() - Method in class org.tentackle.trip.transport.LoopbackCallHandler
 
finallyImmutable - Variable in class org.tentackle.misc.ImmutableArrayList
 
findAllInterfaces(Class, Class) - Static method in class org.tentackle.reflect.ReflectionHelper
Finds all declared interfaces for a given class.
Same as ReflectionHelper.findInterface(Class, Class), but collects all such interfaces.
findBestMethod(Class, Class[]) - Method in class org.tentackle.reflect.ReflectiveVisitor
Finds the most specific overloaded method for a given class and method arguments.
findDeclaredMethod(Class, Method) - Method in class org.tentackle.reflect.InterceptionUtilities
Finds the declared interface method for a given method signature.
This usually indicates that the invocation handler is not servicing the expected interface.
The default implementation just logs the fact that something is weird and returns the passed method.
findInterceptors(Class, Method, Method) - Method in class org.tentackle.reflect.InterceptionUtilities
Finds all interceptors of a method.
findInterface(Class, Class) - Static method in class org.tentackle.reflect.ReflectionHelper
Finds the declared interface for a given class.
Checks the interfaces of the class and its superclasses until it finds a declared interface that is of the given interface type or a subtype of.
findRemoteImplementation(Class) - Method in class org.tentackle.trip.impl.DefaultTripFactory
 
findRemoteImplementation(Class) - Method in interface org.tentackle.trip.TripFactory
Finds the class implementing the given remote interface.
The implementing class must be annotated with RemoteService.
findVisitMethod(Class[]) - Method in class org.tentackle.reflect.ReflectiveVisitor
Finds the visit method for a class.
fine(String) - Method in class org.tentackle.log.DefaultLogger
 
fine(String) - Method in interface org.tentackle.log.Logger
Logs a message with level FINE.
fine(String, Object...) - Method in class org.tentackle.log.DefaultLogger
 
fine(String, Object...) - Method in interface org.tentackle.log.Logger
Logs a message with level FINE.
fine(String, Throwable) - Method in class org.tentackle.log.DefaultLogger
 
fine(String, Throwable) - Method in interface org.tentackle.log.Logger
Logs a message with level FINE.
fine(String, Supplier...) - Method in class org.tentackle.log.DefaultLogger
 
fine(String, Supplier...) - Method in interface org.tentackle.log.Logger
Logs a message with level FINE.
fine(Throwable, Supplier) - Method in class org.tentackle.log.DefaultLogger
 
fine(Throwable, Supplier) - Method in interface org.tentackle.log.Logger
Logs a message with level FINE.
fine(Supplier) - Method in class org.tentackle.log.DefaultLogger
 
fine(Supplier) - Method in interface org.tentackle.log.Logger
Logs a message with level FINE.
FINE - Enum constant in enum class org.tentackle.log.Logger.Level
FINE is a message level providing tracing information.
finer(String) - Method in class org.tentackle.log.DefaultLogger
 
finer(String) - Method in interface org.tentackle.log.Logger
Logs a message with level FINER.
finer(String, Object...) - Method in class org.tentackle.log.DefaultLogger
 
finer(String, Object...) - Method in interface org.tentackle.log.Logger
Logs a message with level FINER.
finer(String, Throwable) - Method in class org.tentackle.log.DefaultLogger
 
finer(String, Throwable) - Method in interface org.tentackle.log.Logger
Logs a message with level FINER.
finer(String, Supplier...) - Method in class org.tentackle.log.DefaultLogger
 
finer(String, Supplier...) - Method in interface org.tentackle.log.Logger
Logs a message with level FINER.
finer(Throwable, Supplier) - Method in class org.tentackle.log.DefaultLogger
 
finer(Throwable, Supplier) - Method in interface org.tentackle.log.Logger
Logs a message with level FINER.
finer(Supplier) - Method in class org.tentackle.log.DefaultLogger
 
finer(Supplier) - Method in interface org.tentackle.log.Logger
Logs a message with level FINER.
FINER - Enum constant in enum class org.tentackle.log.Logger.Level
FINEST indicates a highly detailed tracing message.
fireCompleted() - Method in class org.tentackle.task.AbstractTask
 
fireCompleted() - Method in interface org.tentackle.task.Task
fireCompleted(Task) - Method in class org.tentackle.task.DefaultTaskDispatcher
firePropertyChanged(String, Object, Object) - Method in class org.tentackle.misc.PropertySupport
Fires property listeners.
fireStarted() - Method in class org.tentackle.task.AbstractTask
 
fireStarted() - Method in interface org.tentackle.task.Task
fireStarted(Task) - Method in class org.tentackle.task.DefaultTaskDispatcher
fireToModel(Object, Object) - Method in class org.tentackle.bind.AbstractBinding
 
fireToModel(Object, Object) - Method in interface org.tentackle.bind.Binding
Invokes ToModelListener.toModel(org.tentackle.bind.BindingEvent) for all registered listeners.
If one of the listeners fires a BindingVetoException the value will not be set into the model.
fireToModel(Binding, Object, Object) - Method in class org.tentackle.bind.AbstractBinder
 
fireToModel(Binding, Object, Object) - Method in interface org.tentackle.bind.Binder
Invokes ToModelListener.toModel(org.tentackle.bind.BindingEvent) for all registered listeners.
If one of the listeners fires a BindingVetoException the value will not be set into the model.
fireToView(Object, Object) - Method in class org.tentackle.bind.AbstractBinding
 
fireToView(Object, Object) - Method in interface org.tentackle.bind.Binding
Invokes ToViewListener.toView(org.tentackle.bind.BindingEvent) for all registered listeners.
If one of the listeners fires a BindingVetoException the value will not be set into the view.
fireToView(Binding, Object, Object) - Method in class org.tentackle.bind.AbstractBinder
 
fireToView(Binding, Object, Object) - Method in interface org.tentackle.bind.Binder
Invokes ToViewListener.toView(org.tentackle.bind.BindingEvent) for all registered listeners.
If one of the listeners fires a BindingVetoException the value will not be set into the view.
fireValidated(List) - Method in class org.tentackle.bind.AbstractBinding
 
fireValidated(List) - Method in interface org.tentackle.bind.Binding
Invokes ValidationListener.validated(ValidationEvent) for all registered listeners.
fireValidated(Binding, List) - Method in class org.tentackle.bind.AbstractBinder
 
fireValidated(Binding, List) - Method in interface org.tentackle.bind.Binder
Invokes ValidationListener.validated(ValidationEvent) for all registered listeners.
first() - Method in interface org.tentackle.misc.ScrollableResource
Rewinds the scrollable resource to the first row.
FIXED_TYPE - Enum constant in enum class org.tentackle.trip.impl.OpCodeCategory
Fixed type.
Fixed types need not be checked against the runtime values.
flag() - Element in annotation interface org.tentackle.validate.validator.Pattern
The regexp flags from Pattern
FLOAT - Enum constant in enum class org.tentackle.trip.impl.DefaultOpCode
float value.
FLOAT - Enum constant in enum class org.tentackle.trip.PredefinedArrayType
 
FLOAT_PRIMITIVE - Enum constant in enum class org.tentackle.trip.PredefinedArrayType
 
FloatArrayTripType - Class in org.tentackle.trip.types
Trip type for Float array.
FloatArrayTripType() - Constructor for class org.tentackle.trip.types.FloatArrayTripType
Creates the type.
floatingNumberPattern() - Method in record class org.tentackle.misc.FormatHelper.Patterns
Returns the value of the floatingNumberPattern record component.
FloatPrimitiveArrayTripType - Class in org.tentackle.trip.types
Trip type for float[] array.
FloatPrimitiveArrayTripType() - Constructor for class org.tentackle.trip.types.FloatPrimitiveArrayTripType
Creates the type.
FloatPrimitiveTripType - Class in org.tentackle.trip.types
Trip type for float primitive.
FloatPrimitiveTripType() - Constructor for class org.tentackle.trip.types.FloatPrimitiveTripType
Creates the type.
FloatTripType - Class in org.tentackle.trip.types
Trip type for Float.
FloatTripType() - Constructor for class org.tentackle.trip.types.FloatTripType
Creates the type.
FloatTripType(Class) - Constructor for class org.tentackle.trip.types.FloatTripType
Super constructor for the primitive type.
flush() - Method in class org.tentackle.io.AppendableWriter
Flushing an AppendableWriter has no effect.
flush() - Method in class org.tentackle.io.CompressedOutputStream
Flushes this output stream and forces any buffered output bytes to be written out to the stream.
flush() - Method in class org.tentackle.io.EncryptingOutputStream
Flushes this output stream and forces any buffered output bytes to be written out to the stream.
flush() - Method in class org.tentackle.log.LoggerOutputStream
 
flush() - Method in class org.tentackle.prefs.CompositePreferences
Flushes the preferences (system and user).
flush() - Method in class org.tentackle.prefs.DefaultPreferences
 
flush() - Method in interface org.tentackle.prefs.PersistedPreferences
Forces any changes in the contents of this preference node and its descendants to the persistent store.
flush() - Method in interface org.tentackle.trip.Connection
Flushes the output stream.
Invoked when a call is serialized completely and should be sent to the server.
flush() - Method in class org.tentackle.trip.impl.DefaultSerializer
Flushes to the output stream.
flush() - Method in interface org.tentackle.trip.Serializer
Flushes all pending serializations.
flush() - Method in class org.tentackle.trip.transport.AbstractConnection
 
flush() - Method in class org.tentackle.trip.transport.LoopbackConnection
 
forEachRemaining(Consumer) - Method in class org.tentackle.misc.CopyOnWriteCollection.ReadOnlyIterator
 
format(Class, String, Object...) - Method in class org.tentackle.validate.ValidationUtilities
Gets a formatted and localized string.
format(Object, String, Object...) - Method in class org.tentackle.validate.ValidationUtilities
Gets a formatted and localized string.
format(T) - Method in class org.tentackle.misc.time.SmartDateTimeParser
Formats the given temporal.
formatDate(Date) - Static method in class org.tentackle.misc.FormatHelper
Formats a date.
formatFloatingNumber(Number) - Static method in class org.tentackle.misc.FormatHelper
Formats a floating number.
FormatHelper - Class in org.tentackle.misc
Formatting helper methods.
FormatHelper.Patterns - Record Class in org.tentackle.misc
Patterns to initialize formatting.
formatInteger(Number) - Static method in class org.tentackle.misc.FormatHelper
Formats an integer.
formatLocalDate(LocalDate) - Static method in class org.tentackle.misc.FormatHelper
Formats a date.
formatLocalDateTime(LocalDateTime) - Static method in class org.tentackle.misc.FormatHelper
Formats a timestamp.
formatLocalTime(LocalTime) - Static method in class org.tentackle.misc.FormatHelper
Formats a time.
formatOffsetDateTime(OffsetDateTime) - Static method in class org.tentackle.misc.FormatHelper
Formats a timestamp with zone offset.
formatOffsetTime(OffsetTime) - Static method in class org.tentackle.misc.FormatHelper
Formats a time with zone offset.
formatShortDate(Date) - Static method in class org.tentackle.misc.FormatHelper
Formats a short date.
formatShortLocalDate(LocalDate) - Static method in class org.tentackle.misc.FormatHelper
Formats a short date.
formatShortLocalDateTime(LocalDateTime) - Static method in class org.tentackle.misc.FormatHelper
Formats a short timestamp.
formatShortLocalTime(LocalTime) - Static method in class org.tentackle.misc.FormatHelper
Formats a short time.
formatShortOffsetDateTime(OffsetDateTime) - Static method in class org.tentackle.misc.FormatHelper
Formats a short timestamp with zone offset.
formatShortOffsetTime(OffsetTime) - Static method in class org.tentackle.misc.FormatHelper
Formats a short time with zone offset.
formatShortTime(Date) - Static method in class org.tentackle.misc.FormatHelper
Formats a short time.
formatShortTimestamp(Date) - Static method in class org.tentackle.misc.FormatHelper
Formats a short timestamp.
formatShortZonedDateTime(ZonedDateTime) - Static method in class org.tentackle.misc.FormatHelper
Formats a short timestamp with timezone.
formatTime(Date) - Static method in class org.tentackle.misc.FormatHelper
Formats a time.
formatTimestamp(Date) - Static method in class org.tentackle.misc.FormatHelper
Formats a timestamp.
formatZonedDateTime(ZonedDateTime) - Static method in class org.tentackle.misc.FormatHelper
Formats a timestamp with timezone.
fromCsv(char, Collection) - Method in class org.tentackle.misc.CsvConverter
Reads CSV lines.

G

get() - Static method in interface org.tentackle.log.Logger
Gets a logger for the invoking class.
Same as Logger.get(Class) but uses the StackWalker to determine the caller class.
get() - Method in class org.tentackle.misc.AbstractPool
 
get() - Method in class org.tentackle.misc.BlockingHolder
 
get() - Method in class org.tentackle.misc.Holder
 
get() - Method in interface org.tentackle.misc.Pool
Gets a resource from the pool.
get() - Method in interface org.tentackle.misc.Provider
Gets a result.
get() - Method in interface org.tentackle.misc.ScrollableResource
Gets the object of the current row.
get() - Method in class org.tentackle.misc.VolatileHolder
 
get() - Static method in record class org.tentackle.trip.transport.TransportClientInfo
Gets the client info from the thread local variable.
get(int) - Method in class org.tentackle.misc.CopyOnWriteList
 
get(int) - Method in class org.tentackle.reflect.IndexedMethodCache
Gets the method at the given index.
get(Class) - Static method in interface org.tentackle.log.Logger
Gets a logger for the given classname.
If the logger doesn't exist so far for the given class, it will be created.
get(Class, long) - Method in class org.tentackle.misc.IdentifiableMap
Retrieves an object from the map.
get(Class) - Method in class org.tentackle.validate.DefaultValidationContext
 
get(Class) - Method in interface org.tentackle.validate.ValidationContext
Gets a validation property for an object of given class.
get(Object) - Method in class org.tentackle.reflect.PropertyMap
 
get(Object) - Method in class org.tentackle.validate.DefaultValidationContext
 
get(Object) - Method in interface org.tentackle.validate.ValidationContext
Gets an application-specific validation property.
get(String) - Method in class org.tentackle.log.DefaultMappedDiagnosticContext
 
get(String) - Method in interface org.tentackle.log.MappedDiagnosticContext
Get the context identified by the key parameter.
get(String) - Method in class org.tentackle.misc.NamedCounter
Gets the value for given named counter.
get(String) - Method in class org.tentackle.misc.NamedValue
Gets the value for given name.
get(String, String) - Method in class org.tentackle.prefs.DefaultPreferences
 
get(String, String) - Method in interface org.tentackle.prefs.PersistedPreferences
Returns the value associated with the specified key in this preference node.
get(T) - Method in class org.tentackle.reflect.PropertyMapping
Gets the property value.
getAbbreviations() - Method in interface org.tentackle.script.ScriptingLanguage
Gets the abbreviations for the she-bang notations.
getABoolean(String) - Method in class org.tentackle.prefs.CompositePreferences
Gets a Boolean.
getADouble(String) - Method in class org.tentackle.prefs.CompositePreferences
Gets a Double.
getAFloat(String) - Method in class org.tentackle.prefs.CompositePreferences
Gets a Float.
getAll() - Method in class org.tentackle.misc.IdentifiableMap
Gets all objects in the map.
getAllFields(Class, Class[], boolean, Class[], boolean) - Static method in class org.tentackle.reflect.ReflectionHelper
Gets all declared fields of the given class and its superclasses.
getAllMethods(Class, Class[], boolean, Class[], boolean) - Static method in class org.tentackle.reflect.ReflectionHelper
Gets all declared methods of the given class and its superclasses.
getAllOpCodes() - Method in class org.tentackle.trip.impl.DefaultTripFactory
 
getAllOpCodes() - Method in interface org.tentackle.trip.TripFactory
Gets all the OpCodes.
getAllScope() - Method in class org.tentackle.validate.DefaultValidationScopeFactory
 
getAllScope() - Method in interface org.tentackle.validate.ValidationScopeFactory
Gets the request AllScope singleton.
getAllSorted() - Method in class org.tentackle.misc.IdentifiableMap
Gets all objects sorted by class + ID.
getAllSorted(Class) - Method in class org.tentackle.misc.IdentifiableMap
Gets all objects for a given class.
getAllTasks() - Method in class org.tentackle.task.DefaultTaskDispatcher
 
getAllTasks() - Method in interface org.tentackle.task.TaskDispatcher
Gets all tasks.
The returned collection is a copy of the internal queue, so modifications to the collection does not affect the queue.
getALong(String) - Method in class org.tentackle.prefs.CompositePreferences
Gets a Long.
getAnnotatedElement() - Method in class org.tentackle.validate.validator.AbstractValidator
 
getAnnotatedElement() - Method in interface org.tentackle.validate.Validator
Gets the annotated element.
getAnnotatedElementName(AnnotatedElement) - Method in class org.tentackle.validate.ValidationUtilities
Gets the member-name of the annotated element.
getAnnotation() - Method in class org.tentackle.reflect.AbstractInterceptor
 
getAnnotation() - Method in interface org.tentackle.reflect.Interceptor
Gets the interceptor annotation.
getAnnotation() - Method in interface org.tentackle.validate.RepeatableValidator
Gets the annotation of this container validator.
getAnnotation() - Method in class org.tentackle.validate.validator.AbstractRepeatableValidator
 
getAnnotation() - Method in class org.tentackle.validate.validator.ChangeableImpl
 
getAnnotation() - Method in class org.tentackle.validate.validator.EqualImpl
 
getAnnotation() - Method in class org.tentackle.validate.validator.FailImpl
 
getAnnotation() - Method in class org.tentackle.validate.validator.FalseImpl
 
getAnnotation() - Method in interface org.tentackle.validate.Validator
Gets the annotation of this validator.
getAnnotation() - Method in class org.tentackle.validate.validator.GreaterImpl
 
getAnnotation() - Method in class org.tentackle.validate.validator.GreaterOrEqualImpl
 
getAnnotation() - Method in class org.tentackle.validate.validator.LessImpl
 
getAnnotation() - Method in class org.tentackle.validate.validator.LessOrEqualImpl
 
getAnnotation() - Method in class org.tentackle.validate.validator.MandatoryImpl
 
getAnnotation() - Method in class org.tentackle.validate.validator.NotEmptyImpl
 
getAnnotation() - Method in class org.tentackle.validate.validator.NotEqualImpl
 
getAnnotation() - Method in class org.tentackle.validate.validator.NotNullImpl
 
getAnnotation() - Method in class org.tentackle.validate.validator.NotZeroImpl
 
getAnnotation() - Method in class org.tentackle.validate.validator.NullImpl
 
getAnnotation() - Method in class org.tentackle.validate.validator.PatternImpl
 
getAnnotation() - Method in class org.tentackle.validate.validator.SizeImpl
 
getAnnotation() - Method in class org.tentackle.validate.validator.TrueImpl
 
getAnnotation() - Method in class org.tentackle.validate.validator.ValidateImpl
 
getAnnotation() - Method in class org.tentackle.validate.validator.ZeroImpl
 
getAnnotation() - Method in interface org.tentackle.validate.ValidatorList
Gets the annotation of this validator list
getAnnotationList() - Method in interface org.tentackle.validate.ValidatorList
Gets the annotations.
getAnnotations() - Method in interface org.tentackle.validate.RepeatableValidator
Gets the contained annotations.
getAppendable() - Method in class org.tentackle.io.AppendableWriter
Gets the appendable.
getArgs() - Method in class org.tentackle.misc.CommandLine
Gets the arguments.
getArguments() - Method in class org.tentackle.misc.CommandLine
Gets the list of non-option arguments
getArrayClass() - Method in enum class org.tentackle.trip.PredefinedArrayType
Gets the class of the predefined array type.
getBean() - Method in class org.tentackle.reflect.PropertyMap
Gets the bean.
getBeanType() - Method in class org.tentackle.reflect.PropertyMap
Gets the bean's type.
getBeginIndex() - Method in class org.tentackle.misc.SubString
Gets the beginning index.
getBindableCache() - Method in class org.tentackle.bind.AbstractBindingFactory
 
getBindableCache() - Method in interface org.tentackle.bind.BindingFactory
Gets the cache for bindable elements.
getBindableElementClass(Class) - Method in class org.tentackle.bind.AbstractBindingFactory
 
getBindableElementClass(Class) - Method in interface org.tentackle.bind.BindingFactory
Gets the bindable element class for a given model class.
getBindableMap(Class, boolean) - Method in interface org.tentackle.bind.BindableCache
Gets the bindable elements for given class.
The elements are sorted by ordinal + camelName.
getBindableMap(Class, boolean) - Method in class org.tentackle.bind.DefaultBindableCache
Gets the map of bindables for given class.
getBinder() - Method in class org.tentackle.bind.AbstractBinding
 
getBinder() - Method in interface org.tentackle.bind.Binding
Gets the binder managing this binding.
getBinder() - Method in class org.tentackle.validate.ValidationMapper
Gets the optional binder.
getBinding(String) - Method in interface org.tentackle.bind.Binder
Gets a binding by object.
getBindingOptions() - Method in interface org.tentackle.bind.BindableElement
Gets the binding options.
getBindingOptions() - Method in class org.tentackle.bind.DefaultBindableElement
 
getBindingPath() - Method in class org.tentackle.validate.ValidationMapper
Gets the replacement binding path.
getBindingProperty(Class) - Method in class org.tentackle.bind.AbstractBinder
 
getBindingProperty(Class) - Method in interface org.tentackle.bind.Binder
Gets a binding property for an object of given class.
Some components need additional info which is not provided by the bound field.
getBindingProperty(Object) - Method in class org.tentackle.bind.AbstractBinder
Gets a binding property.
Some components need additional info which is not provided by the bound field.
getBindingProperty(Object) - Method in interface org.tentackle.bind.Binder
Gets a binding property.
Some components need additional info which is not provided by the bound field.
getBindings() - Method in interface org.tentackle.bind.Binder
Gets the list of all bindings for the view.
getBoolean(String, boolean) - Method in class org.tentackle.prefs.CompositePreferences
Gets a boolean value.
getBoolean(String, boolean) - Method in class org.tentackle.prefs.DefaultPreferences
 
getBoolean(String, boolean) - Method in interface org.tentackle.prefs.PersistedPreferences
Returns the boolean value represented by the string associated with the specified key in this preference node.
getBoundRootObject() - Method in class org.tentackle.bind.AbstractBinding
Gets the root object bound to the view.
getBuffer() - Method in class org.tentackle.trip.impl.DefaultSerializer
Gets the serialization buffer.
getBuilder(Class) - Method in class org.tentackle.trip.impl.DefaultTripTypeBuilderFactory
 
getBuilder(Class) - Method in interface org.tentackle.trip.TripTypeBuilderFactory
Gets a type builder for the requested data type.
getBundle() - Static method in class org.tentackle.misc.MiscCoreBundle
Gets the bundle.
getBundle() - Static method in class org.tentackle.validate.validator.ValidatorBundle
Gets the bundle.
getBundle(Locale) - Static method in class org.tentackle.misc.MiscCoreBundle
Gets the bundle.
getBundle(Locale) - Static method in class org.tentackle.validate.validator.ValidatorBundle
Gets the bundle.
getByteArray(String) - Method in class org.tentackle.prefs.CompositePreferences
Gets a bytearray from the preferences.
getByteArray(String, byte[]) - Method in class org.tentackle.prefs.CompositePreferences
Gets a bytearray from the preferences.
getByteArray(String, byte[]) - Method in class org.tentackle.prefs.DefaultPreferences
 
getByteArray(String, byte[]) - Method in interface org.tentackle.prefs.PersistedPreferences
Returns the byte array value represented by the string associated with the specified key in this preference node.
getCache(Class) - Static method in class org.tentackle.reflect.InterceptableMethodCache
Gets the cache for given class.
getCallThreadPool() - Method in class org.tentackle.trip.transport.AbstractTransport
 
getCallThreadPool() - Method in interface org.tentackle.trip.Transport
Gets the server's call handling thread pool.
getCamelName() - Method in interface org.tentackle.bind.BindableElement
Gets the camelcase name of this element.
getCamelName() - Method in class org.tentackle.bind.DefaultBindableElement
 
getCanonicalBuilderInfo() - Method in class org.tentackle.trip.types.ObjectTripType
Gets the canonical builder info.
getCanonicalBuilderInfo(Class) - Static method in class org.tentackle.reflect.ReflectionHelper
Gets the canonical builder info of a class with its constructor annotated with CanonicalBuilder.
getCanonicalConstructor() - Method in class org.tentackle.trip.types.ObjectTripType
Gets the canonical constructor.
getCanonicalConstructor(Class) - Static method in class org.tentackle.reflect.ReflectionHelper
Gets the canonical constructor of a record class or of a regular class with its constructor annotated with CanonicalConstructor.
getCanonicalIndex(String) - Method in class org.tentackle.trip.types.ObjectTripType
Gets the index of the given field in the canonical constructor.
getCanonicalMembers() - Method in class org.tentackle.trip.types.ObjectTripType
Gets the canonical members.
getCanonicalMembers(Class) - Static method in class org.tentackle.reflect.ReflectionHelper
Gets all canonical members of a class.
Canonical members are fields and getters annotated with CanonicalField or CanonicalGetter.
getCanonicalNames(Constructor) - Static method in class org.tentackle.reflect.ReflectionHelper
Gets the parameter names of a constructor.
Each parameter must be annotated with CanonicalName or the code was compiled with the -parameters option.
getCanonicalNames(Method) - Static method in class org.tentackle.reflect.ReflectionHelper
Gets the parameter names of a method.
Each parameter must be annotated with CanonicalName or the code was compiled with the -parameters option.
getCategory() - Method in interface org.tentackle.trip.TripType
Gets the type category.
getCategory() - Method in class org.tentackle.trip.types.AbstractTripType
 
getCause() - Method in class org.tentackle.daemon.DaemonSupervisor.TerminationInfo
Gets the termination cause.
getCause() - Method in class org.tentackle.task.AbstractTask
 
getCause() - Method in interface org.tentackle.task.Task
Gets the exception that caused the task to fail.
getCause() - Method in exception class org.tentackle.trip.TripInstantiationException
 
getCause() - Method in exception class org.tentackle.validate.ValidationFailedException
 
getChainedInterceptor() - Method in class org.tentackle.reflect.AbstractInterceptor
 
getChainedInterceptor() - Method in interface org.tentackle.reflect.Interceptor
Gets the chained interceptor.
getChangeableScope() - Method in class org.tentackle.validate.DefaultValidationScopeFactory
 
getChangeableScope() - Method in interface org.tentackle.validate.ValidationScopeFactory
Gets the request ChangeableScope singleton.
getCheckInterval() - Method in class org.tentackle.daemon.DaemonSupervisor
Gets the check interval in milliseconds.
getClass(String) - Method in class org.tentackle.trip.impl.DefaultTripStream
 
getClass(String) - Method in interface org.tentackle.trip.TripStream
Gets the class for the given class name.
getClassBaseName(String) - Static method in class org.tentackle.reflect.ReflectionHelper
Gets the basename of a classname(-like) string.
getClassCount() - Method in class org.tentackle.trip.impl.DefaultTripStream
Gets the number of object references per class.
Provided for debugging purposes only!
getClassName() - Method in interface org.tentackle.trip.DictionaryEntry
Gets the serializable full qualified classname.
getClassName() - Method in class org.tentackle.trip.impl.DefaultDictionaryEntry
 
getClazz() - Method in class org.tentackle.misc.CompoundValue
Gets the class of the value.
getClazz() - Method in class org.tentackle.reflect.IndexedMethodCache
Gets the class the cache belongs to.
getClazz() - Method in exception class org.tentackle.trip.TripInstantiationException
Gets the class we cannot instantiate an object for.
getClientDictionary() - Method in class org.tentackle.trip.transport.AbstractTransport
 
getClientDictionary() - Method in interface org.tentackle.trip.Transport
Gets the dictionary for client transport.
getClientInfo() - Method in class org.tentackle.trip.transport.CallHandler
Gets the client connection info.
getCode() - Method in class org.tentackle.script.AbstractScript
 
getCode() - Method in interface org.tentackle.script.Script
Gets the scripting source code.
getCode() - Method in enum class org.tentackle.trip.impl.DefaultOpCode
 
getCode() - Method in interface org.tentackle.trip.OpCode
Gets the unsigned byte value of this OpCode.
getCode() - Method in enum class org.tentackle.trip.PredefinedArrayType
Gets the code.
getComparatorConstructor() - Method in class org.tentackle.trip.types.TreeMapTripType
Gets the comparator constructor.
getComparatorConstructor() - Method in class org.tentackle.trip.types.TreeSetTripType
Gets the comparator constructor.
getCompleted() - Method in class org.tentackle.task.AbstractTask
 
getCompleted() - Method in interface org.tentackle.task.Task
Gets the completed timestamp in milliseconds.
getComponent(int) - Method in interface org.tentackle.trip.DictionaryEntry
Gets the entry's component for the given ordinal.
getComponent(int) - Method in class org.tentackle.trip.impl.DefaultDictionaryEntry
 
getComponentClass() - Method in class org.tentackle.trip.impl.ClassTripComponent
 
getComponentClass() - Method in class org.tentackle.trip.impl.EnumTripComponent
 
getComponentClass() - Method in class org.tentackle.trip.impl.FieldTripComponent
 
getComponentClass() - Method in class org.tentackle.trip.impl.MethodTripComponent
 
getComponentClass() - Method in class org.tentackle.trip.impl.RecordTripComponent
 
getComponentClass() - Method in interface org.tentackle.trip.TripComponent
Gets the class of the component.
getComponentClass() - Method in class org.tentackle.trip.types.ArrayTripType
Gets the component class of the array.
getComponentName() - Method in interface org.tentackle.trip.DictionaryEntryComponent
Gets the name of the component.
getComponentName() - Method in class org.tentackle.trip.impl.DefaultDictionaryEntryComponent
 
getComponentProvider() - Method in class org.tentackle.trip.types.AbstractDictionaryBasedTripType
Gets the component provider.
getComponentProvider(Class) - Method in class org.tentackle.trip.impl.DefaultTripFactory
 
getComponentProvider(Class) - Method in interface org.tentackle.trip.TripFactory
Gets the TripComponentProvider for the given class.
Providers must be annotated with TripComponentProviderService.
getComponents() - Method in interface org.tentackle.trip.DictionaryEntry
Gets the optional components of this type.
Components can be fields, record components, or the interfaces of a dynamic proxy.
getComponents() - Method in class org.tentackle.trip.impl.DefaultDictionaryEntry
 
getComponents() - Method in interface org.tentackle.trip.TripType
Gets the optional components of this type.
getComponents() - Method in class org.tentackle.trip.types.AbstractTripType
 
getComponents() - Method in class org.tentackle.trip.types.ArrayTripType
 
getComponents() - Method in class org.tentackle.trip.types.EnumTripType
 
getComponents() - Method in class org.tentackle.trip.types.ObjectTripType
 
getComponents() - Method in class org.tentackle.trip.types.ProxyTripType
 
getComponents() - Method in class org.tentackle.trip.types.RecordTripType
 
getComponents(Class) - Method in class org.tentackle.trip.impl.DefaultDictionary
Gets the component names for the given class.
getComponents(TripType) - Method in class org.tentackle.trip.provider.AbstractTripComponentProvider
 
getComponents(TripType) - Method in class org.tentackle.trip.provider.InvocationTargetExceptionComponentProvider
 
getComponents(TripType) - Method in class org.tentackle.trip.provider.ThrowableComponentProvider
 
getComponents(TripType) - Method in interface org.tentackle.trip.TripComponentProvider
Gets the components.
getComponentType() - Method in class org.tentackle.trip.types.ArrayTripType
Gets the component type of the array.
getCondition() - Method in class org.tentackle.validate.validator.AbstractObjectValidator
 
getCondition() - Method in class org.tentackle.validate.validator.ChangeableImpl
 
getCondition() - Method in class org.tentackle.validate.validator.EqualImpl
 
getCondition() - Method in class org.tentackle.validate.validator.FailImpl
 
getCondition() - Method in class org.tentackle.validate.validator.FalseImpl
 
getCondition() - Method in interface org.tentackle.validate.Validator
Gets the condition.
getCondition() - Method in class org.tentackle.validate.validator.GreaterImpl
 
getCondition() - Method in class org.tentackle.validate.validator.GreaterOrEqualImpl
 
getCondition() - Method in class org.tentackle.validate.validator.LessImpl
 
getCondition() - Method in class org.tentackle.validate.validator.LessOrEqualImpl
 
getCondition() - Method in class org.tentackle.validate.validator.MandatoryImpl
 
getCondition() - Method in class org.tentackle.validate.validator.NotEmptyImpl
 
getCondition() - Method in class org.tentackle.validate.validator.NotEqualImpl
 
getCondition() - Method in class org.tentackle.validate.validator.NotNullImpl
 
getCondition() - Method in class org.tentackle.validate.validator.NotZeroImpl
 
getCondition() - Method in class org.tentackle.validate.validator.NullImpl
 
getCondition() - Method in class org.tentackle.validate.validator.PatternImpl
 
getCondition() - Method in class org.tentackle.validate.validator.SizeImpl
 
getCondition() - Method in class org.tentackle.validate.validator.TrueImpl
 
getCondition() - Method in class org.tentackle.validate.validator.ValidateImpl
 
getCondition() - Method in class org.tentackle.validate.validator.ZeroImpl
 
getConditionParameter() - Method in class org.tentackle.validate.validator.AbstractValidator
Gets the compound value of the condition parameter.
getConfiguredScopes() - Method in class org.tentackle.validate.severity.AbstractValidationResult
 
getConfiguredScopes() - Method in interface org.tentackle.validate.ValidationResult
Gets the configured scopes for this validation.
getConfiguredScopes(ValidationContext) - Method in class org.tentackle.validate.validator.AbstractValidator
 
getConfiguredScopes(ValidationContext) - Method in interface org.tentackle.validate.Validator
Gets the configured scopes for this annotation.
getConnection() - Method in class org.tentackle.trip.transport.AbstractTransport
 
getConnection() - Method in interface org.tentackle.trip.Transport
Gets a free connection from the pool.
getConnectionName() - Method in class org.tentackle.trip.transport.ConnectionHandler
Gets the name of the connection.
getConnectionPool() - Method in class org.tentackle.trip.transport.LoopbackTransport
Gets the loopback connection pool.
getConnectionThreadPool() - Method in class org.tentackle.trip.transport.AbstractTransport
 
getConnectionThreadPool() - Method in interface org.tentackle.trip.Transport
Gets the virtual thread pool for reading the calls from incoming connections.
getConstantValue() - Method in class org.tentackle.misc.CompoundValue
Gets the constant value.
getContext() - Method in class org.tentackle.log.AbstractMappedDiagnosticContext
Gets the map.
getContext() - Method in class org.tentackle.log.DefaultMappedDiagnosticContext
 
getCount() - Method in class org.tentackle.log.StatisticsResult
Gets the number of invocations.
getCounter(String) - Method in class org.tentackle.misc.NamedCounter
Gets the atomic value.
getCryptor() - Method in class org.tentackle.trip.transport.EncryptedTransport
Gets the cryptor instance.
getDaemonNum() - Method in class org.tentackle.daemon.DaemonSupervisor
Gets the number of daemons.
getDatePattern() - Static method in class org.tentackle.misc.FormatHelper
Gets the date pattern.
getDatePattern(Locale) - Static method in class org.tentackle.misc.FormatHelper
Gets the date pattern.
getDayWindow() - Method in class org.tentackle.misc.time.NumberShortcut
Same as NumberShortcut.getYearWindow(), but for days.
Valid values are 0 - 30.
A negative value disables this feature, which is the default if there is no NumberShortcut.WindowProvider.
getDayWindow() - Method in interface org.tentackle.misc.time.NumberShortcut.WindowProvider
Gets the day input window.
getDeadInterval() - Method in class org.tentackle.task.DefaultTaskDispatcher
 
getDeadInterval() - Method in interface org.tentackle.task.TaskDispatcher
Gets the dead interval.
getDeclaringClass() - Method in class org.tentackle.reflect.Mixin
Gets the declaring class (an interface).
getDefault() - Static method in interface org.tentackle.trip.OpCode
Gets the default opcode.
getDefaultClass() - Method in interface org.tentackle.reflect.ClassMapper
Gets the default class.
getDefaultClass() - Method in class org.tentackle.reflect.DefaultClassMapper
 
getDefaultLanguage() - Method in class org.tentackle.script.DefaultScriptFactory
 
getDefaultLanguage() - Method in interface org.tentackle.script.ScriptFactory
Gets the default language.
getDefaultScopes() - Method in interface org.tentackle.validate.ScopeConfigurator
Gets the validation scopes to be used as the default for annotations unless something different is defined.
getDefaultValidationPath(Object) - Method in class org.tentackle.validate.ValidationUtilities
Gets the default validation path.
The default implementation just returns the object's class basename with the first letter in lowercase (according to variable name rules).
getDefaultValue() - Method in class org.tentackle.trip.impl.ClassTripComponent
 
getDefaultValue() - Method in class org.tentackle.trip.impl.EnumTripComponent
 
getDefaultValue() - Method in class org.tentackle.trip.impl.FieldTripComponent
 
getDefaultValue() - Method in class org.tentackle.trip.impl.MethodTripComponent
 
getDefaultValue() - Method in class org.tentackle.trip.impl.RecordTripComponent
 
getDefaultValue() - Method in interface org.tentackle.trip.TripComponent
Gets the default value.
For enums, the method returns the enum constant.
For proxies, the method returns the interface class.
getDelegate() - Method in class org.tentackle.reflect.Mixin
Gets the delegate object.
getDelegateId() - Method in exception class org.tentackle.trip.TripNoSuchDelegateException
Gets the ID of the delegate that was not found.
getDelegateMethod() - Method in class org.tentackle.reflect.InterceptableMethod
Gets the delegate's method.
getDeserializer() - Method in class org.tentackle.trip.impl.DefaultTripStream
 
getDeserializer() - Method in interface org.tentackle.trip.TripStream
Gets the deserializer.
getDictionary() - Method in class org.tentackle.trip.impl.DefaultTripStream
 
getDictionary() - Method in class org.tentackle.trip.transport.AbstractConnectionPool
Gets the dictionary associated with this pool.
getDictionary() - Method in interface org.tentackle.trip.TripStream
Gets the dictionary.
getDictionaryEntry(int) - Method in class org.tentackle.trip.impl.DefaultTripStream
 
getDictionaryEntry(int) - Method in interface org.tentackle.trip.TripStream
Returns the dictionary entry for the given ordinal.
Throws a TripRuntimeException if the ordinal is invalid.
getDictionaryEntry(Class) - Method in class org.tentackle.trip.impl.DefaultTripStream
 
getDictionaryEntry(Class) - Method in interface org.tentackle.trip.TripStream
Returns the entry for the given class.
getDirectory() - Static method in class org.tentackle.misc.UserHomeJavaDir
Gets the directory tentackle files in the user's home directory.
Defaults to ${user.home}/.java/tentackle.
May be configured by the system property "tentackle.user.home.java.dir".
getDirectory(String...) - Static method in class org.tentackle.misc.UserHomeJavaDir
Gets a subdirectory of the cache dir.
The directories are created if it does not exist.
getDispatcher() - Method in class org.tentackle.task.AbstractTask
 
getDispatcher() - Method in interface org.tentackle.task.Task
Gets the task dispatcher this task has been added to.
getDouble(String, double) - Method in class org.tentackle.prefs.CompositePreferences
Gets a double value.
getDouble(String, double) - Method in class org.tentackle.prefs.DefaultPreferences
 
getDouble(String, double) - Method in interface org.tentackle.prefs.PersistedPreferences
Returns the double value represented by the string associated with the specified key in this preference node.
getEarliestStartTime() - Method in class org.tentackle.daemon.DaemonSupervisor
Gets the earliest start time of all supervised daemons.
getEarliestTerminationTime() - Method in class org.tentackle.daemon.DaemonSupervisor
Gets the earliest termination time of all supervised daemons.
getEffectiveClass() - Method in interface org.tentackle.reflect.EffectiveClassProvider
Gets the effective class.
getEffectiveClass(Object) - Static method in interface org.tentackle.reflect.EffectiveClassProvider
Gets the effective class of given object.
getEffectiveCode(String, Function) - Method in class org.tentackle.script.AbstractScriptingLanguage
Converts the script code via an optional converter provider.
getEffectiveScope() - Method in class org.tentackle.validate.DefaultValidationContext
 
getEffectiveScope() - Method in interface org.tentackle.validate.ValidationContext
Gets the effective scope.
getEffectiveSuperClasses() - Method in interface org.tentackle.reflect.EffectiveClassProvider
Gets the effective super classes.
getElementValidators(AnnotatedElement, ValidationScope, Holder) - Method in class org.tentackle.validate.ValidationUtilities
Gets all validators for annotated attributes
getEndIndex() - Method in class org.tentackle.misc.SubString
Gets the ending index.
getEntry(int) - Method in interface org.tentackle.trip.Dictionary
Returns the entry for the given ordinal.
Throws a TripRuntimeException if the ordinal is invalid.
getEntry(int) - Method in class org.tentackle.trip.impl.DefaultDictionary
 
getEntry(String) - Method in interface org.tentackle.trip.Dictionary
Returns the entry for the given class name.
getEntry(String) - Method in class org.tentackle.trip.impl.DefaultDictionary
 
getErrorCode() - Method in class org.tentackle.validate.severity.AbstractValidationResult
 
getErrorCode() - Method in interface org.tentackle.validate.ValidationResult
Gets the error code.
The error code is optional and provided to identify an error by a unique code rather than some text message.
getErrorCode() - Method in class org.tentackle.validate.validator.ChangeableImpl
 
getErrorCode() - Method in class org.tentackle.validate.validator.EqualImpl
 
getErrorCode() - Method in class org.tentackle.validate.validator.FailImpl
 
getErrorCode() - Method in class org.tentackle.validate.validator.FalseImpl
 
getErrorCode() - Method in interface org.tentackle.validate.Validator
Gets the optional error code.
The error code is used to identify the error by a unique code instead of some message string.
getErrorCode() - Method in class org.tentackle.validate.validator.GreaterImpl
 
getErrorCode() - Method in class org.tentackle.validate.validator.GreaterOrEqualImpl
 
getErrorCode() - Method in class org.tentackle.validate.validator.LessImpl
 
getErrorCode() - Method in class org.tentackle.validate.validator.LessOrEqualImpl
 
getErrorCode() - Method in class org.tentackle.validate.validator.MandatoryImpl
 
getErrorCode() - Method in class org.tentackle.validate.validator.NotEmptyImpl
 
getErrorCode() - Method in class org.tentackle.validate.validator.NotEqualImpl
 
getErrorCode() - Method in class org.tentackle.validate.validator.NotNullImpl
 
getErrorCode() - Method in class org.tentackle.validate.validator.NotZeroImpl
 
getErrorCode() - Method in class org.tentackle.validate.validator.NullImpl
 
getErrorCode() - Method in class org.tentackle.validate.validator.PatternImpl
 
getErrorCode() - Method in class org.tentackle.validate.validator.SizeImpl
 
getErrorCode() - Method in class org.tentackle.validate.validator.TrueImpl
 
getErrorCode() - Method in class org.tentackle.validate.validator.ValidateImpl
 
getErrorCode() - Method in class org.tentackle.validate.validator.ZeroImpl
 
getErrorHandlers() - Method in class org.tentackle.misc.time.SmartDateTimeParser
Gets the list of error handler implementations.
getFetchSize() - Method in interface org.tentackle.misc.ScrollableResource
Gets the fetchsize.
getField() - Method in interface org.tentackle.bind.BindableElement
Gets the bound field.
getField() - Method in interface org.tentackle.bind.BindingMember
Gets the bound field.
getField() - Method in class org.tentackle.bind.DefaultBindableElement
 
getField() - Method in class org.tentackle.bind.DefaultBindingMember
Gets the bound field.
getField() - Method in class org.tentackle.trip.impl.FieldTripComponent
Gets the underlying Java field.
getFieldName(Class, String) - Static method in class org.tentackle.reflect.ReflectionHelper
Gets the field name from a clazz and method name.
getFieldName(Method) - Static method in class org.tentackle.reflect.ReflectionHelper
Gets the field name from a method.
getFieldValidators(Class) - Method in class org.tentackle.validate.ValidatorCache
Gets all validators for all annotated fields or methods.
If an attribute is annotated both at the field and the (getter-)method level, the method gets precedence.
getFieldValidators(Class, ValidationScope) - Method in class org.tentackle.validate.ValidationUtilities
Gets all validators for all annotated fields or methods of given class.
If an attribute is annotated both at the field and the (getter-)method level, the method gets precedence.
getFieldValidators(Field, Method) - Method in class org.tentackle.validate.ValidatorCache
Get validators for an annotated field and/or method.
getFieldValidators(Field, Method, ValidationScope) - Method in class org.tentackle.validate.ValidationUtilities
Get validators for an annotated fields and/or method.
getFilters() - Method in class org.tentackle.misc.DateTimeUtilities
Gets the list of filters.
getFilters() - Method in class org.tentackle.misc.time.SmartDateTimeParser
Gets the list of filter implementations.
getFirst() - Method in class org.tentackle.misc.CopyOnWriteList
 
getFirstUse() - Method in class org.tentackle.misc.AbstractPoolSlot
 
getFirstUse() - Method in interface org.tentackle.misc.PoolSlot
Get epochal time of first use.
getFixedType() - Method in enum class org.tentackle.trip.impl.DefaultOpCode
 
getFixedType() - Method in interface org.tentackle.trip.OpCode
Gets the fixed type of the trip type.
Throws a TripRuntimeException if OpCode.isFixedType() is false.
getFloat(String, float) - Method in class org.tentackle.prefs.CompositePreferences
Gets a float value.
getFloat(String, float) - Method in class org.tentackle.prefs.DefaultPreferences
 
getFloat(String, float) - Method in interface org.tentackle.prefs.PersistedPreferences
Returns the float value represented by the string associated with the specified key in this preference node.
getFloatingNumberPattern() - Static method in class org.tentackle.misc.FormatHelper
Gets the floating number pattern.
getFloatingNumberPattern(Locale) - Static method in class org.tentackle.misc.FormatHelper
Gets the floating number pattern.
getFormatter() - Method in class org.tentackle.misc.time.SmartDateTimeParser
Gets the formatter instance.
getFrom() - Method in interface org.tentackle.bind.BindableElement
Gets the "from"-method.
Members of immutable objects may provide a from method that takes the new member value as its argument and returns a new immutable object that will be set as the parent member's value.
getFrom() - Method in interface org.tentackle.bind.BindingMember
Gets the "from"-method.
Members of immutable objects may provide a from method that takes the new member value as its argument and returns a new immutable object that will be set as the parent member's value.
getFrom() - Method in class org.tentackle.bind.DefaultBindableElement
 
getFrom() - Method in class org.tentackle.bind.DefaultBindingMember
Gets the "from"-method.
Members of immutable objects may provide a from method that takes the new member value as its argument and returns a new immutable object that will be set as the parent member's value.
getFromPathName(Method) - Static method in class org.tentackle.reflect.ReflectionHelper
Gets the method name reduced to the part used in binding or validation paths, if the method is a "from"- or "with"-method.
getGenericType() - Method in interface org.tentackle.bind.BindableElement
Gets the generic type of the member.
getGenericType() - Method in interface org.tentackle.bind.BindingMember
Gets the generic type of the member.
getGenericType() - Method in class org.tentackle.bind.DefaultBindableElement
 
getGenericType() - Method in class org.tentackle.bind.DefaultBindingMember
Gets the generic type of the member.
getGetter() - Method in interface org.tentackle.bind.BindableElement
Gets the getter method.
getGetter() - Method in interface org.tentackle.bind.BindingMember
Gets the getter method.
getGetter() - Method in class org.tentackle.bind.DefaultBindableElement
 
getGetter() - Method in class org.tentackle.bind.DefaultBindingMember
Gets the getter method.
getGetter() - Method in class org.tentackle.reflect.PropertyMapping
Gets the getter.
getGetter() - Method in class org.tentackle.trip.impl.MethodTripComponent
Returns the underlying getter method.
getGetter(Field) - Static method in class org.tentackle.reflect.ReflectionHelper
Returns the getter for a field.
getGetterName(Class, String) - Static method in class org.tentackle.reflect.ReflectionHelper
Returns the name of the corresponding getter for a field.
getGetterName(Field) - Static method in class org.tentackle.reflect.ReflectionHelper
Returns the name of the corresponding getter for a field.
getGetterPathName(Method) - Static method in class org.tentackle.reflect.ReflectionHelper
Gets the method name reduced to the part used in paths if the method is an attribute getter.
getHandlers() - Method in class org.tentackle.misc.DateTimeUtilities
Gets the list of error handlers.
getHost() - Method in record class org.tentackle.trip.transport.TransportClientInfo
Gets the client host address.
getId() - Method in interface org.tentackle.misc.Identifiable
Gets the identification number.
getId() - Method in class org.tentackle.misc.IdSerialTuple
 
getId() - Method in class org.tentackle.misc.XUUID
 
getId() - Method in class org.tentackle.task.AbstractTask
 
getId() - Method in interface org.tentackle.task.Task
Gets the task id.
getId() - Method in interface org.tentackle.trip.Dictionary
Gets the unique ID of this dictionary.
For servers, this is the same as the client's transport ID read from the input stream.
getId() - Method in class org.tentackle.trip.impl.DefaultDictionary
 
getId() - Method in class org.tentackle.trip.transport.AbstractTransport
 
getId() - Method in interface org.tentackle.trip.Transport
Gets the unique ID of this transport.
getIdentifiableClass() - Method in class org.tentackle.misc.IdentifiableKey
Gets the object class.
getIdentifiableId() - Method in class org.tentackle.misc.IdentifiableKey
Gets the identifiable id.
getIdleMinutes() - Method in class org.tentackle.misc.AbstractPool
 
getIdleMinutes() - Method in interface org.tentackle.misc.Pool
Gets the idle timeout in minutes.
getIdleMinutes(long) - Method in class org.tentackle.misc.AbstractPoolSlot
 
getIdleMinutes(long) - Method in interface org.tentackle.misc.PoolSlot
Returns the number of minutes the poolable has been unused.
getIFace() - Method in class org.tentackle.validate.scope.AbstractScope
Gets the scope interface of this request scope.
getImmutableLoggingLevel() - Method in interface org.tentackle.misc.Immutable
Gets the logging level.
getImmutableLoggingLevel() - Method in class org.tentackle.misc.ImmutableArrayList
 
getImplementingClass() - Method in class org.tentackle.reflect.Mixin
Gets the implementing class.
getIncrementSize() - Method in class org.tentackle.misc.AbstractPool
 
getIncrementSize() - Method in interface org.tentackle.misc.Pool
Gets the minimum increment to enlarge the pool.
getInitialSize() - Method in class org.tentackle.misc.AbstractPool
 
getInitialSize() - Method in interface org.tentackle.misc.Pool
Gets the initial size.
getInputStream() - Method in interface org.tentackle.trip.Deserializer
Gets the input stream.
getInputStream() - Method in class org.tentackle.trip.impl.DefaultDeserializer
 
getInputStream() - Method in class org.tentackle.trip.transport.ConnectionHandler
Gets the input stream associated with this connection.
getInstance() - Static method in class org.tentackle.io.Reconnector
The singleton.
getInstance() - Static method in class org.tentackle.log.DefaultMappedDiagnosticContext
The singleton.
getInstance() - Static method in interface org.tentackle.log.LoggerFactory
The singleton.
getInstance() - Static method in class org.tentackle.misc.CsvConverter
The singleton.
getInstance() - Static method in class org.tentackle.misc.DateTimeUtilities
The singleton.
getInstance() - Static method in class org.tentackle.misc.DiagnosticUtilities
The singleton.
getInstance() - Static method in class org.tentackle.misc.ObjectUtilities
The singleton.
getInstance() - Static method in class org.tentackle.misc.PropertiesUtilities
The singleton.
getInstance() - Static method in interface org.tentackle.prefs.PersistedPreferencesFactory
The singleton.
getInstance() - Static method in interface org.tentackle.reflect.ClassMapperFactory
The singleton.
getInstance() - Static method in interface org.tentackle.reflect.InterceptableFactory
The singleton.
getInstance() - Static method in class org.tentackle.reflect.InterceptionUtilities
The singleton.
getInstance() - Static method in interface org.tentackle.script.ScriptFactory
The singleton.
getInstance() - Static method in interface org.tentackle.trip.TransportManager
Gets the transport manager singleton.
getInstance() - Static method in interface org.tentackle.trip.TripFactory
The singleton.
getInstance() - Static method in interface org.tentackle.trip.TripTypeBuilderFactory
The singleton.
getInstance() - Static method in interface org.tentackle.validate.ValidationContextFactory
The singleton.
getInstance() - Static method in interface org.tentackle.validate.ValidationScopeFactory
The singleton.
getInstance() - Static method in interface org.tentackle.validate.ValidationSeverityFactory
The singleton.
getInstance() - Static method in class org.tentackle.validate.ValidationUtilities
The singleton.
getInstance() - Static method in class org.tentackle.validate.ValidatorCache
The singleton.
getInstance() - Static method in interface org.tentackle.validate.ValidatorCompoundValueFactory
The singleton.
getInstanceCreator() - Method in class org.tentackle.trip.types.AbstractDictionaryBasedTripType
Gets the instance creator.
getInstanceCreator(Class) - Method in class org.tentackle.trip.impl.DefaultTripFactory
 
getInstanceCreator(Class) - Method in interface org.tentackle.trip.TripFactory
Gets the TripInstanceCreator for the given class.
Creators must be annotated with TripInstanceCreatorService.
getInstanceNumber() - Method in class org.tentackle.bind.AbstractBinder
 
getInstanceNumber() - Method in interface org.tentackle.bind.Binder
Gets the unique instance number.
getInt(String, int) - Method in class org.tentackle.prefs.CompositePreferences
Gets an int value.
getInt(String, int) - Method in class org.tentackle.prefs.DefaultPreferences
 
getInt(String, int) - Method in interface org.tentackle.prefs.PersistedPreferences
Returns the int value represented by the string associated with the specified key in this preference node.
getInteger(String) - Method in class org.tentackle.prefs.CompositePreferences
Gets an Integer.
getIntegerPattern() - Static method in class org.tentackle.misc.FormatHelper
Gets the integer pattern.
getIntegerPattern(Locale) - Static method in class org.tentackle.misc.FormatHelper
Gets the integer pattern.
getInteractiveScope() - Method in class org.tentackle.validate.DefaultValidationScopeFactory
 
getInteractiveScope() - Method in interface org.tentackle.validate.ValidationScopeFactory
Gets the request InteractiveScope singleton.
getInterceptor() - Method in class org.tentackle.reflect.InterceptableMethod
Gets the interceptor.
getKey() - Method in class org.tentackle.task.DefaultTaskDispatcherLock
 
getKey() - Method in interface org.tentackle.task.TaskDispatcherLock
Gets the locking key.
getKeys() - Method in class org.tentackle.log.AbstractMappedDiagnosticContext
 
getKeys() - Method in interface org.tentackle.log.MappedDiagnosticContext
Gets all keys.
getLanguage() - Method in class org.tentackle.script.AbstractScript
 
getLanguage() - Method in interface org.tentackle.script.Script
Gets the scripting language.
getLanguage(String) - Method in class org.tentackle.script.DefaultScriptFactory
 
getLanguage(String) - Method in interface org.tentackle.script.ScriptFactory
Gets the scripting language.
getLanguageImpl(String) - Method in class org.tentackle.script.DefaultScriptFactory
Gets the scripting language.
getLanguages() - Method in class org.tentackle.script.DefaultScriptFactory
 
getLanguages() - Method in interface org.tentackle.script.ScriptFactory
Gets all scripting languages.
getLanguagesMap() - Method in class org.tentackle.script.DefaultScriptFactory
Gets the languages map.
Maps the abbreviation to the language.
Loads the languages if not yet done.
Invoked from with a synchronized block.
getLast() - Method in class org.tentackle.misc.CopyOnWriteList
 
getLatestStartTime() - Method in class org.tentackle.daemon.DaemonSupervisor
Gets the latest start time of all supervised daemons.
getLatestTerminationTime() - Method in class org.tentackle.daemon.DaemonSupervisor
Gets the latest termination time of all supervised daemons.
getLength() - Method in class org.tentackle.misc.SubString
Gets the length of the string segment.
getLineEnding() - Method in class org.tentackle.misc.CsvConverter
Gets the RFC4180 line ending.
This is not platform dependent and always CR + LF.
getLocalDateFormatter() - Static method in class org.tentackle.misc.FormatHelper
Gets the formatter for a LocalDate.
getLocalDateFormatter(Locale) - Static method in class org.tentackle.misc.FormatHelper
Gets the formatter for a LocalDate.
getLocalDateTimeFormatter() - Static method in class org.tentackle.misc.FormatHelper
Gets the formatter for a LocalDateTime.
getLocalDateTimeFormatter(Locale) - Static method in class org.tentackle.misc.FormatHelper
Gets the formatter for a LocalDateTime.
getLocalTimeFormatter() - Static method in class org.tentackle.misc.FormatHelper
Gets the formatter for a LocalTime.
getLocalTimeFormatter(Locale) - Static method in class org.tentackle.misc.FormatHelper
Gets the formatter for a LocalTime.
getLogger(Class) - Static method in interface org.tentackle.log.LoggerFactory
Gets a logger for the given classname.
getLogger(String) - Static method in class org.tentackle.log.DefaultLogger
Gets the DefaultLogger for given name.
getLogger(String) - Static method in interface org.tentackle.log.LoggerFactory
Gets a logger for the given name.
getLogger(String, Class) - Method in class org.tentackle.log.DefaultLoggerFactory
 
getLogger(String, Class) - Method in interface org.tentackle.log.LoggerFactory
Gets a logger for the given name.
getLoggerImpl() - Method in class org.tentackle.log.DefaultLogger
 
getLoggerImpl() - Method in interface org.tentackle.log.Logger
Gets the concrete logger implementation.
Useful to access the logging-backend.
getLogLevel() - Method in interface org.tentackle.log.Loggable
Gets the log-level this object should be logged with.
getLogLevel() - Method in class org.tentackle.reflect.AbstractClassMapper
Gets the log level.
The default is Logger.Level.FINE.
getLogMinDurationMillis() - Method in class org.tentackle.reflect.InterceptableMethodInvoker
Gets the minimum milliseconds a method needs to execute before being logged.
getLogMinReturnedCollectionSize() - Method in class org.tentackle.reflect.InterceptableMethodInvoker
Gets the minimum size of returned collection to get logged.
getLong(String, long) - Method in class org.tentackle.prefs.CompositePreferences
Gets a long value.
getLong(String, long) - Method in class org.tentackle.prefs.DefaultPreferences
 
getLong(String, long) - Method in interface org.tentackle.prefs.PersistedPreferences
Returns the long value represented by the string associated with the specified key in this preference node.
getLongText() - Method in interface org.tentackle.misc.ShortLongText
Gets the long text.
Usually something like object.getName().
getMandatoryScope() - Method in class org.tentackle.validate.DefaultValidationScopeFactory
 
getMandatoryScope() - Method in interface org.tentackle.validate.ValidationScopeFactory
Gets the request MandatoryScope singleton.
getMap() - Method in interface org.tentackle.reflect.ClassMapper
Gets a copy of the names map.
getMap() - Method in class org.tentackle.reflect.DefaultClassMapper
 
getMappedDiagnosticContext() - Method in class org.tentackle.log.DefaultLogger
 
getMappedDiagnosticContext() - Method in interface org.tentackle.log.Logger
Gets the MDC.
Usually a singleton (depending on the backend).
getMapping(String) - Method in class org.tentackle.reflect.PropertyMap
Gets a mapping for a property name.
getMaxDuration() - Method in class org.tentackle.log.StatisticsResult
Gets the maximum duration.
getMaximumSize() - Method in class org.tentackle.misc.AbstractPool
 
getMaximumSize() - Method in interface org.tentackle.misc.Pool
Gets the maximum size of the pool.
getMaxStartCount() - Method in class org.tentackle.daemon.DaemonSupervisor
Gets the maximum number of starts.
getMdcStr() - Method in class org.tentackle.misc.AbstractPoolSlot
 
getMdcStr() - Method in interface org.tentackle.misc.PoolSlot
Gets the mapped diagnostic context string.
getMember() - Method in class org.tentackle.bind.AbstractBinding
 
getMember() - Method in interface org.tentackle.bind.Binding
Gets the member field which is bound to the component.
getMemberName() - Method in interface org.tentackle.bind.BindingMember
Gets the declared name of this member.
getMemberName() - Method in class org.tentackle.bind.DefaultBindingMember
 
getMemberPath() - Method in interface org.tentackle.bind.BindingMember
Gets the member path.
getMemberPath() - Method in class org.tentackle.bind.DefaultBindingMember
 
getMessage() - Method in exception class org.tentackle.trip.TripInstantiationException
 
getMessage() - Method in class org.tentackle.validate.severity.AbstractValidationResult
 
getMessage() - Method in exception class org.tentackle.validate.ValidationFailedException
 
getMessage() - Method in interface org.tentackle.validate.ValidationResult
Gets the message of this result.
getMessage() - Method in class org.tentackle.validate.validator.ChangeableImpl
 
getMessage() - Method in class org.tentackle.validate.validator.EqualImpl
 
getMessage() - Method in class org.tentackle.validate.validator.FailImpl
 
getMessage() - Method in class org.tentackle.validate.validator.FalseImpl
 
getMessage() - Method in interface org.tentackle.validate.Validator
Gets the message text set by the annotation's message()-parameter.
getMessage() - Method in class org.tentackle.validate.validator.GreaterImpl
 
getMessage() - Method in class org.tentackle.validate.validator.GreaterOrEqualImpl
 
getMessage() - Method in class org.tentackle.validate.validator.LessImpl
 
getMessage() - Method in class org.tentackle.validate.validator.LessOrEqualImpl
 
getMessage() - Method in class org.tentackle.validate.validator.MandatoryImpl
 
getMessage() - Method in class org.tentackle.validate.validator.NotEmptyImpl
 
getMessage() - Method in class org.tentackle.validate.validator.NotEqualImpl
 
getMessage() - Method in class org.tentackle.validate.validator.NotNullImpl
 
getMessage() - Method in class org.tentackle.validate.validator.NotZeroImpl
 
getMessage() - Method in class org.tentackle.validate.validator.NullImpl
 
getMessage() - Method in class org.tentackle.validate.validator.PatternImpl
 
getMessage() - Method in class org.tentackle.validate.validator.SizeImpl
 
getMessage() - Method in class org.tentackle.validate.validator.TrueImpl
 
getMessage() - Method in class org.tentackle.validate.validator.ValidateImpl
 
getMessage() - Method in class org.tentackle.validate.validator.ZeroImpl
 
getMessageParameter() - Method in class org.tentackle.validate.validator.AbstractValidator
Gets the message parameter.
getMethod() - Method in class org.tentackle.log.MethodStatisticsKey
Gets the method.
getMethod() - Method in class org.tentackle.reflect.InterceptableMethod
Gets the original method.
getMethod(Class, Class...) - Method in class org.tentackle.reflect.MethodCache
Gets a method from the cache.
getMethod(String) - Method in record class org.tentackle.reflect.ReflectionHelper.CanonicalBuilderInfo
Gets a builder method by name.
getMinDuration() - Method in class org.tentackle.log.StatisticsResult
Gets the minimum duration.
getMinimumSize() - Method in class org.tentackle.misc.AbstractPool
 
getMinimumSize() - Method in interface org.tentackle.misc.Pool
Gets the minimum size of the pool.
getModelValue() - Method in class org.tentackle.bind.AbstractBinding
 
getModelValue() - Method in interface org.tentackle.bind.Binding
Gets the value of the model to be set into the view.
getModelValue(Object) - Method in class org.tentackle.bind.AbstractBinding
Gets the value of the field to be set into the component.
getMoneyPattern() - Static method in class org.tentackle.misc.FormatHelper
Gets the money pattern.
getMoneyPattern(Locale) - Static method in class org.tentackle.misc.FormatHelper
Gets the money pattern.
getMonthWindow() - Method in class org.tentackle.misc.time.NumberShortcut
Same as NumberShortcut.getYearWindow(), but for months.
Valid values are 0 - 11.
Example: If we're in April and enter 1225, it will be expanded to 12/25/<previous year>
Again, for special date fields, for example the booking part of a financial accounting system, values of 1 or 2 may be appropriate.
A negative value disables this feature, which is the default if there is no NumberShortcut.WindowProvider.
getMonthWindow() - Method in interface org.tentackle.misc.time.NumberShortcut.WindowProvider
Gets the month input window.
getName() - Method in class org.tentackle.daemon.DaemonSupervisor.TerminationInfo
Gets the name of the terminated daemon.
getName() - Method in interface org.tentackle.daemon.Supervisable
The name of the supervisable.
getName() - Method in class org.tentackle.misc.AbstractPool
 
getName() - Method in class org.tentackle.misc.IdSerialNameTuple
Gets the name.
getName() - Method in interface org.tentackle.misc.Pool
Gets the name of the pool.
getName() - Method in class org.tentackle.reflect.AbstractClassMapper
Gets the mapper's name.
getName() - Method in class org.tentackle.reflect.InterceptableMethodInvoker
Gets the invoker's name.
getName() - Method in class org.tentackle.reflect.MethodCache
Gets the name of the method cache.
getName() - Method in class org.tentackle.reflect.PropertyMapping
Gets the name of the property.
getName() - Method in interface org.tentackle.script.ScriptingLanguage
Gets the language name.
getName() - Method in class org.tentackle.script.ScriptVariable
Gets the variable's name.
getName() - Method in class org.tentackle.trip.impl.ClassTripComponent
 
getName() - Method in class org.tentackle.trip.impl.EnumTripComponent
 
getName() - Method in class org.tentackle.trip.impl.FieldTripComponent
 
getName() - Method in class org.tentackle.trip.impl.MethodTripComponent
 
getName() - Method in class org.tentackle.trip.impl.RecordTripComponent
 
getName() - Method in interface org.tentackle.trip.TripComponent
Gets the field- or record component name.
getName() - Method in class org.tentackle.validate.scope.AllScopeImpl
 
getName() - Method in class org.tentackle.validate.scope.ChangeableScopeImpl
 
getName() - Method in class org.tentackle.validate.scope.InteractiveScopeImpl
 
getName() - Method in class org.tentackle.validate.scope.MandatoryScopeImpl
 
getName() - Method in class org.tentackle.validate.scope.PersistenceScopeImpl
 
getName() - Method in interface org.tentackle.validate.ValidationScope
Gets the name of this scope.
getNameMap() - Method in class org.tentackle.reflect.AbstractClassMapper
Gets the mapping of service names.
The key is the name of the service to map, and the value is the name of the mapped object.
getNameMap() - Method in class org.tentackle.reflect.ClassToServicesMapper
 
getNameMap() - Method in class org.tentackle.reflect.DefaultClassMapper
 
getNewValue() - Method in class org.tentackle.misc.PropertyEvent
Gets the new value for the property.
getNextBinder() - Method in class org.tentackle.validate.ValidationMapper
Gets the next binder to use.
getNoArgsConstructor() - Method in class org.tentackle.trip.types.CollectionTripType
Gets the no-args constructor.
getNoArgsConstructor() - Method in class org.tentackle.trip.types.MapTripType
Gets the no-args constructor.
getObject() - Method in class org.tentackle.trip.Reference
Gets the referenced object.
getObject() - Method in class org.tentackle.validate.DefaultValidationContext
 
getObject() - Method in interface org.tentackle.validate.ValidationContext
Gets the element to validate.
This is usually annotated with validator annotation.
getObject(Object) - Method in interface org.tentackle.bind.BindableElement
Gets the object of this element.
getObject(Object) - Method in interface org.tentackle.bind.BindingMember
Gets the object of this element.
getObject(Object) - Method in class org.tentackle.bind.DefaultBindableElement
 
getObject(Object) - Method in class org.tentackle.bind.DefaultBindingMember
Gets the object of this element.
getObjectClass() - Method in interface org.tentackle.trip.TripType
Gets the serviced data class.
getObjectClass() - Method in class org.tentackle.trip.types.AbstractTripType
 
getObjects() - Method in class org.tentackle.misc.Canonicalizer
Gets the canonicalized objects so far.
getObjectValidators(Class) - Method in class org.tentackle.validate.ValidatorCache
Gets all validators for an annotated class.
getObjectValidators(Class, ValidationScope) - Method in class org.tentackle.validate.ValidationUtilities
Gets all validators for annotated class.
getOffsetDateTimeFormatter() - Static method in class org.tentackle.misc.FormatHelper
Gets the formatter for an OffsetDateTime.
getOffsetDateTimeFormatter(Locale) - Static method in class org.tentackle.misc.FormatHelper
Gets the formatter for an OffsetDateTime.
getOffsetTimeFormatter() - Static method in class org.tentackle.misc.FormatHelper
Gets the formatter for an OffsetTime.
getOffsetTimeFormatter(Locale) - Static method in class org.tentackle.misc.FormatHelper
Gets the formatter for an OffsetTime.
getOldValue() - Method in class org.tentackle.misc.PropertyEvent
Gets the old value for the property.
getOpCode() - Method in exception class org.tentackle.trip.impl.TripError
Gets the opcode that caused this error.
getOpCode() - Method in class org.tentackle.trip.types.CollectionTripType
 
getOpCode() - Method in class org.tentackle.trip.types.ImmutableCollectionTripType
 
getOpCode() - Method in class org.tentackle.trip.types.ImmutableMapTripType
 
getOpCode() - Method in class org.tentackle.trip.types.MapTripType
 
getOpCode() - Method in class org.tentackle.trip.types.ObjectTripType
Gets the opcode for this trip type.
The default is DefaultOpCode.OBJECT.
getOpCode() - Method in class org.tentackle.trip.types.ThrowableTripType
 
getOpCode(int) - Method in class org.tentackle.trip.impl.DefaultTripFactory
 
getOpCode(int) - Method in interface org.tentackle.trip.TripFactory
Gets the OpCode for the given numeric code.
getOptions() - Method in class org.tentackle.misc.CommandLine
Gets the options.
getOptionsAsProperties() - Method in class org.tentackle.misc.CommandLine
Gets the options as properties.
getOptionValue(String) - Method in class org.tentackle.misc.CommandLine
Gets the value for an option.
getOrdinal() - Method in interface org.tentackle.bind.BindableElement
Gets the ordinal for sorting.
getOrdinal() - Method in class org.tentackle.bind.DefaultBindableElement
 
getOrdinal() - Method in interface org.tentackle.trip.DictionaryEntry
Gets the ordinal.
getOrdinal() - Method in class org.tentackle.trip.impl.ClassTripComponent
 
getOrdinal() - Method in class org.tentackle.trip.impl.DefaultDictionaryEntry
 
getOrdinal() - Method in class org.tentackle.trip.impl.EnumTripComponent
 
getOrdinal() - Method in class org.tentackle.trip.impl.FieldTripComponent
 
getOrdinal() - Method in class org.tentackle.trip.impl.MethodTripComponent
 
getOrdinal() - Method in class org.tentackle.trip.impl.RecordTripComponent
 
getOrdinal() - Method in interface org.tentackle.trip.TripComponent
Gets the ordinal of the component within the parent class.
getOutermostClassName(String) - Static method in class org.tentackle.reflect.ReflectionHelper
Get outer class name.
getOutputStream() - Method in class org.tentackle.io.BlockingByteArrayInputStream
Gets the output stream.
getOutputStream() - Method in class org.tentackle.trip.impl.DefaultSerializer
 
getOutputStream() - Method in interface org.tentackle.trip.Serializer
Gets the output stream.
getOutputStream() - Method in class org.tentackle.trip.transport.ConnectionHandler
Gets the output stream associated with this connection.
getPackageName(String) - Static method in class org.tentackle.reflect.ReflectionHelper
Gets the package name of a classname(-like) string.
Works also for inner classes.
getPackageNames() - Method in class org.tentackle.reflect.AbstractClassMapper
Gets the list of package names.
getPackageNames() - Method in class org.tentackle.reflect.ClassToServicesMapper
 
getPackageNames() - Method in class org.tentackle.reflect.DefaultClassMapper
 
getPackagePathName(Class) - Static method in class org.tentackle.reflect.ReflectionHelper
Returns the absolute path name of the package.
Example:
getParent() - Method in class org.tentackle.bind.BindingEvent
Gets the parent object containing the value
getParentClass() - Method in interface org.tentackle.bind.BindingMember
Gets the parent class of this member.
This is the class in which this member is declared.
getParentClass() - Method in class org.tentackle.bind.DefaultBindingMember
 
getParentMember() - Method in interface org.tentackle.bind.BindingMember
Gets the parent's member.
getParentMember() - Method in class org.tentackle.bind.DefaultBindingMember
 
getParentObject() - Method in class org.tentackle.bind.AbstractBinding
 
getParentObject() - Method in interface org.tentackle.bind.Binding
Gets the object containing the declaration of the field.
getParentObject() - Method in class org.tentackle.validate.DefaultValidationContext
 
getParentObject() - Method in interface org.tentackle.validate.ValidationContext
Gets the parent object.
getParentObject(BindingMember) - Method in class org.tentackle.bind.AbstractBinding
Retrieves the parent object by walking along the member path starting at the root object.
getParents() - Method in class org.tentackle.bind.AbstractBinding
 
getParents() - Method in interface org.tentackle.bind.Binding
Gets the members building the declaration chain to this binding member.
getParentType() - Method in class org.tentackle.trip.impl.ClassTripComponent
 
getParentType() - Method in class org.tentackle.trip.impl.EnumTripComponent
 
getParentType() - Method in class org.tentackle.trip.impl.FieldTripComponent
 
getParentType() - Method in class org.tentackle.trip.impl.MethodTripComponent
 
getParentType() - Method in class org.tentackle.trip.impl.RecordTripComponent
 
getParentType() - Method in interface org.tentackle.trip.TripComponent
Gets the trip type of the parent.
getPattern() - Method in class org.tentackle.misc.time.SmartDateTimeParser
Gets the pattern that was used to initialize the formatter.
getPattern(ValidationContext) - Method in class org.tentackle.validate.validator.PatternImpl
Gets the current pattern.
getPersistenceScope() - Method in class org.tentackle.validate.DefaultValidationScopeFactory
 
getPersistenceScope() - Method in interface org.tentackle.validate.ValidationScopeFactory
Gets the request PersistenceScope singleton.
getPool() - Method in class org.tentackle.misc.AbstractPoolSlot
 
getPool() - Method in interface org.tentackle.misc.Poolable
Gets the pool.
getPool() - Method in interface org.tentackle.misc.PoolSlot
Gets the pool the slot belongs to.
getPool() - Method in class org.tentackle.trip.transport.AbstractConnection
 
getPoolable() - Method in class org.tentackle.misc.AbstractPoolSlot
 
getPoolable() - Method in interface org.tentackle.misc.PoolSlot
Returns the managed poolable.
getPoolId() - Method in interface org.tentackle.misc.Poolable
Gets the unique ID within the pool.
getPoolId() - Method in class org.tentackle.trip.transport.AbstractConnection
 
getPosition() - Method in class org.tentackle.trip.impl.DefaultSerializer
Gets the position within the serialization buffer to write the next bytes to.
getPredefinedArrayType(PredefinedArrayType) - Method in enum class org.tentackle.trip.impl.DefaultOpCode
 
getPredefinedArrayType(PredefinedArrayType) - Method in interface org.tentackle.trip.OpCode
Gets the predefined array type.
getPriority() - Method in class org.tentackle.validate.validator.ChangeableImpl
 
getPriority() - Method in class org.tentackle.validate.validator.EqualImpl
 
getPriority() - Method in class org.tentackle.validate.validator.FailImpl
 
getPriority() - Method in class org.tentackle.validate.validator.FalseImpl
 
getPriority() - Method in interface org.tentackle.validate.Validator
Gets the priority set by the annotation's priority()-parameter.
Highest priority will be invoked first.
getPriority() - Method in class org.tentackle.validate.validator.GreaterImpl
 
getPriority() - Method in class org.tentackle.validate.validator.GreaterOrEqualImpl
 
getPriority() - Method in class org.tentackle.validate.validator.LessImpl
 
getPriority() - Method in class org.tentackle.validate.validator.LessOrEqualImpl
 
getPriority() - Method in class org.tentackle.validate.validator.MandatoryImpl
 
getPriority() - Method in class org.tentackle.validate.validator.NotEmptyImpl
 
getPriority() - Method in class org.tentackle.validate.validator.NotEqualImpl
 
getPriority() - Method in class org.tentackle.validate.validator.NotNullImpl
 
getPriority() - Method in class org.tentackle.validate.validator.NotZeroImpl
 
getPriority() - Method in class org.tentackle.validate.validator.NullImpl
 
getPriority() - Method in class org.tentackle.validate.validator.PatternImpl
 
getPriority() - Method in class org.tentackle.validate.validator.SizeImpl
 
getPriority() - Method in class org.tentackle.validate.validator.TrueImpl
 
getPriority() - Method in class org.tentackle.validate.validator.ValidateImpl
 
getPriority() - Method in class org.tentackle.validate.validator.ZeroImpl
 
getPropertyName() - Method in class org.tentackle.misc.PropertyEvent
Gets the property name.
getProxyInterfaces() - Method in interface org.tentackle.trip.DictionaryEntry
Gets the interfaces implemented by the dynamic proxy.
getProxyInterfaces() - Method in class org.tentackle.trip.impl.DefaultDictionaryEntry
 
getQueryParameters(String, Function) - Static method in class org.tentackle.io.UriHelper
Gets a map of key-value pairs from a URI's query string.
getQueueSize() - Method in class org.tentackle.task.DefaultTaskDispatcher
 
getQueueSize() - Method in interface org.tentackle.task.TaskDispatcher
Gets the number of queued tasks.
getQuotableCharacters() - Method in class org.tentackle.misc.CsvConverter
Gets quotable characters.
If a value contains one of those characters, or the separator or the quoting character, it must be quoted.
getQuotingCharacter() - Method in class org.tentackle.misc.CsvConverter
Gets the RFC4180 quoting character.
getRecordComponent() - Method in class org.tentackle.trip.impl.RecordTripComponent
Gets the underlying record component.
getReference() - Method in class org.tentackle.misc.CompoundValue
Gets the reference.
getReference(Class, int) - Method in class org.tentackle.trip.impl.DefaultTripStream
 
getReference(Class, int) - Method in interface org.tentackle.trip.TripStream
Gets the reference for the given reference id.
getReference(String) - Method in class org.tentackle.misc.NamedValue
Gets the atomic reference.
getReference(T, boolean) - Method in class org.tentackle.trip.impl.DefaultTripStream
 
getReference(T, boolean) - Method in interface org.tentackle.trip.TripStream
Gets an existing or creates a new reference for an object.
If de-duplicatable, the reference will be mapped by the object's equals() method.
getReferencedPoolable() - Method in class org.tentackle.misc.AbstractPoolSlot
 
getReferencedPoolable() - Method in interface org.tentackle.misc.PoolSlot
Gets the referenced poolable.
This is the value of a WeakReference.
getReferenceId() - Method in class org.tentackle.trip.Reference
Gets the reference id.
getRegistry() - Method in class org.tentackle.trip.impl.DefaultRemoteDelegate
 
getRegistry() - Method in interface org.tentackle.trip.RemoteDelegate
Gets the registry.
getRegistry() - Method in class org.tentackle.trip.transport.AbstractTransport
 
getRegistry() - Method in interface org.tentackle.trip.Transport
Gets the server's registry.
getRemoteCall() - Method in class org.tentackle.trip.transport.CallHandler
Gets the remote call.
getRemoteId() - Method in class org.tentackle.trip.impl.DefaultRemoteDelegate
 
getRemoteId() - Method in interface org.tentackle.trip.RemoteDelegate
Gets the ID assigned to this delegate by the registry.
getRemoteLookup() - Method in class org.tentackle.trip.transport.AbstractTransport
 
getRemoteLookup() - Method in interface org.tentackle.trip.Transport
Gets the client's remote lookup for the remote registry.
getRemovedObjects() - Method in class org.tentackle.misc.TrackedArrayList
 
getRemovedObjects() - Method in interface org.tentackle.misc.TrackedList
Gets the removed objects in the order of their removal.
getRepeatInterval() - Method in class org.tentackle.task.AbstractTask
 
getRepeatInterval() - Method in interface org.tentackle.task.Task
Gets the repeat interval in milliseconds.
getRequest() - Method in class org.tentackle.trip.transport.LoopbackConnectionPool
Waits for a request from the client.
getResponse() - Method in class org.tentackle.trip.transport.LoopbackConnectionPool
Gets the response from the server.
getResult() - Method in class org.tentackle.task.AbstractTask
 
getResult() - Method in interface org.tentackle.task.Task
Gets the result of the task.
getResults() - Method in exception class org.tentackle.validate.ValidationFailedException
Gets the validation results.
getRow() - Method in interface org.tentackle.misc.ScrollableResource
Gets the current row.
Row numbers start at 1.
getRunningDaemon(int) - Method in class org.tentackle.daemon.DaemonSupervisor
Gets a currently running daemon thread.
getRunningDaemons() - Method in class org.tentackle.daemon.DaemonSupervisor
Gets all running daemons.
getScheduledEpochalTime() - Method in class org.tentackle.task.AbstractTask
 
getScheduledEpochalTime() - Method in interface org.tentackle.task.Task
Gets the earliest time to be executed in epochal milliseconds.
getScope() - Method in class org.tentackle.validate.validator.ChangeableImpl
 
getScope() - Method in class org.tentackle.validate.validator.EqualImpl
 
getScope() - Method in class org.tentackle.validate.validator.FailImpl
 
getScope() - Method in class org.tentackle.validate.validator.FalseImpl
 
getScope() - Method in interface org.tentackle.validate.Validator
Gets the validation scopes set by the annotation's scopes()-parameter.
getScope() - Method in class org.tentackle.validate.validator.GreaterImpl
 
getScope() - Method in class org.tentackle.validate.validator.GreaterOrEqualImpl
 
getScope() - Method in class org.tentackle.validate.validator.LessImpl
 
getScope() - Method in class org.tentackle.validate.validator.LessOrEqualImpl
 
getScope() - Method in class org.tentackle.validate.validator.MandatoryImpl
 
getScope() - Method in class org.tentackle.validate.validator.NotEmptyImpl
 
getScope() - Method in class org.tentackle.validate.validator.NotEqualImpl
 
getScope() - Method in class org.tentackle.validate.validator.NotNullImpl
 
getScope() - Method in class org.tentackle.validate.validator.NotZeroImpl
 
getScope() - Method in class org.tentackle.validate.validator.NullImpl
 
getScope() - Method in class org.tentackle.validate.validator.PatternImpl
 
getScope() - Method in class org.tentackle.validate.validator.SizeImpl
 
getScope() - Method in class org.tentackle.validate.validator.TrueImpl
 
getScope() - Method in class org.tentackle.validate.validator.ValidateImpl
 
getScope() - Method in class org.tentackle.validate.validator.ZeroImpl
 
getScript() - Method in class org.tentackle.misc.CompoundValue
Gets the script.
getScriptConverterProvider() - Method in class org.tentackle.misc.CompoundValue
Gets the provider for the script converter that will translate the script before being parsed.
getSegment() - Method in class org.tentackle.misc.SubString
Gets the string segment.
getSeparators() - Method in class org.tentackle.misc.CsvConverter
Gets the separator strings automatically tried for export to avoid quoting.
getSerial() - Method in class org.tentackle.misc.IdSerialTuple
 
getSerial() - Method in interface org.tentackle.misc.SerialNumbered
Gets the serial.
getSerializableClassName(Class) - Static method in class org.tentackle.reflect.ReflectionHelper
Gets the serializable classname of a class.
Appends ".TYPE" for primitive types to the classname of their non-primitive wrapper class.
getSerializer() - Method in class org.tentackle.trip.impl.DefaultTripStream
 
getSerializer() - Method in interface org.tentackle.trip.TripStream
Gets the serializer.
getServerDictionary(UUID) - Method in class org.tentackle.trip.transport.AbstractTransport
 
getServerDictionary(UUID) - Method in interface org.tentackle.trip.Transport
Gets the dictionary for the server transport per client.
getServerSocketFactory() - Method in class org.tentackle.trip.transport.SslTransport
 
getServerSocketFactory() - Method in class org.tentackle.trip.transport.TcpTransport
Gets the server socket factory.
getServerTransport() - Method in class org.tentackle.trip.transport.LoopbackConnectionPool
Gets the server transport to register the remote objects for tests.
getServicedClass() - Method in class org.tentackle.log.MethodStatisticsKey
Gets the serviced class.
getSetter() - Method in interface org.tentackle.bind.BindableElement
Gets the setter method.
getSetter() - Method in interface org.tentackle.bind.BindingMember
Gets the setter method.
getSetter() - Method in class org.tentackle.bind.DefaultBindableElement
 
getSetter() - Method in class org.tentackle.bind.DefaultBindingMember
Gets the setter method.
getSetter() - Method in class org.tentackle.reflect.PropertyMapping
Gets the setter.
getSetter() - Method in class org.tentackle.trip.impl.MethodTripComponent
Gets the setter method.
getSetter(Field) - Static method in class org.tentackle.reflect.ReflectionHelper
Returns the setter for a field.
getSetterPathName(Method) - Static method in class org.tentackle.reflect.ReflectionHelper
Gets the method name reduced to the part used in paths if the method is an attribute setter.
getSeverity() - Method in class org.tentackle.validate.validator.ChangeableImpl
 
getSeverity() - Method in class org.tentackle.validate.validator.EqualImpl
 
getSeverity() - Method in class org.tentackle.validate.validator.FailImpl
 
getSeverity() - Method in class org.tentackle.validate.validator.FalseImpl
 
getSeverity() - Method in interface org.tentackle.validate.Validator
Gets the severity set by the annotation's severity()-parameter.
getSeverity() - Method in class org.tentackle.validate.validator.GreaterImpl
 
getSeverity() - Method in class org.tentackle.validate.validator.GreaterOrEqualImpl
 
getSeverity() - Method in class org.tentackle.validate.validator.LessImpl
 
getSeverity() - Method in class org.tentackle.validate.validator.LessOrEqualImpl
 
getSeverity() - Method in class org.tentackle.validate.validator.MandatoryImpl
 
getSeverity() - Method in class org.tentackle.validate.validator.NotEmptyImpl
 
getSeverity() - Method in class org.tentackle.validate.validator.NotEqualImpl
 
getSeverity() - Method in class org.tentackle.validate.validator.NotNullImpl
 
getSeverity() - Method in class org.tentackle.validate.validator.NotZeroImpl
 
getSeverity() - Method in class org.tentackle.validate.validator.NullImpl
 
getSeverity() - Method in class org.tentackle.validate.validator.PatternImpl
 
getSeverity() - Method in class org.tentackle.validate.validator.SizeImpl
 
getSeverity() - Method in class org.tentackle.validate.validator.TrueImpl
 
getSeverity() - Method in class org.tentackle.validate.validator.ValidateImpl
 
getSeverity() - Method in class org.tentackle.validate.validator.ZeroImpl
 
getShortcuts() - Method in class org.tentackle.misc.DateTimeUtilities
Gets the list of default shortcuts.
getShortcuts() - Method in class org.tentackle.misc.time.SmartDateTimeParser
Gets the list of shortcut implementations.
getShortDatePattern() - Static method in class org.tentackle.misc.FormatHelper
Gets the short date pattern.
getShortDatePattern(Locale) - Static method in class org.tentackle.misc.FormatHelper
Gets the short date pattern.
getShortLocalDateFormatter() - Static method in class org.tentackle.misc.FormatHelper
Gets the formatter for a short LocalDate.
getShortLocalDateFormatter(Locale) - Static method in class org.tentackle.misc.FormatHelper
Gets the formatter for a short LocalDate.
getShortLocalDateTimeFormatter() - Static method in class org.tentackle.misc.FormatHelper
Gets the formatter for a short LocalDateTime.
getShortLocalDateTimeFormatter(Locale) - Static method in class org.tentackle.misc.FormatHelper
Gets the formatter for a short LocalDateTime.
getShortLocalTimeFormatter() - Static method in class org.tentackle.misc.FormatHelper
Gets the formatter for a short LocalTime.
getShortLocalTimeFormatter(Locale) - Static method in class org.tentackle.misc.FormatHelper
Gets the formatter for a short LocalTime.
getShortOffsetDateTimeFormatter() - Static method in class org.tentackle.misc.FormatHelper
Gets the formatter for a short OffsetDateTime.
getShortOffsetDateTimeFormatter(Locale) - Static method in class org.tentackle.misc.FormatHelper
Gets the formatter for a short OffsetDateTime.
getShortOffsetTimeFormatter() - Static method in class org.tentackle.misc.FormatHelper
Gets the formatter for a short OffsetTime.
getShortOffsetTimeFormatter(Locale) - Static method in class org.tentackle.misc.FormatHelper
Gets the formatter for a short OffsetTime.
getShortText() - Method in interface org.tentackle.misc.ShortLongText
Gets the short text.
Usually implemented as Object.toString().
getShortTimePattern() - Static method in class org.tentackle.misc.FormatHelper
Gets the short time pattern.
getShortTimePattern(Locale) - Static method in class org.tentackle.misc.FormatHelper
Gets the short time pattern.
getShortTimePatternWithOffset() - Static method in class org.tentackle.misc.FormatHelper
Gets the short time pattern with zone offset.
getShortTimePatternWithOffset(Locale) - Static method in class org.tentackle.misc.FormatHelper
Gets the short time pattern with zone offset.
getShortTimestampPattern() - Static method in class org.tentackle.misc.FormatHelper
Gets the short timestamp pattern.
getShortTimestampPattern(Locale) - Static method in class org.tentackle.misc.FormatHelper
Gets the short timestamp pattern.
getShortTimestampPatternWithOffset() - Static method in class org.tentackle.misc.FormatHelper
Gets the short timestamp pattern with offset.
getShortTimestampPatternWithOffset(Locale) - Static method in class org.tentackle.misc.FormatHelper
Gets the short timestamp pattern with zone offset
getShortTimestampPatternWithTimeZone() - Static method in class org.tentackle.misc.FormatHelper
Gets the short timestamp pattern with timezone.
getShortTimestampPatternWithTimeZone(Locale) - Static method in class org.tentackle.misc.FormatHelper
Gets the short timestamp pattern with timezone.
getShortZonedDateTimeFormatter() - Static method in class org.tentackle.misc.FormatHelper
Gets the formatter for a short ZonedDateTime.
getShortZonedDateTimeFormatter(Locale) - Static method in class org.tentackle.misc.FormatHelper
Gets the formatter for a short ZonedDateTime.
getShutdownIdleTimeout() - Method in class org.tentackle.task.DefaultTaskDispatcher
 
getShutdownIdleTimeout() - Method in interface org.tentackle.task.TaskDispatcher
Gets the shutdown idle timeout.
getShutdownTimeout() - Method in class org.tentackle.misc.AbstractPool
 
getShutdownTimeout() - Method in interface org.tentackle.misc.Pool
Gets the timeout to wait for closing resources on shutdown.
The default is some reasonable value (1 s).
getSince() - Method in class org.tentackle.daemon.DaemonSupervisor.TerminationInfo
Gets the epochal termination time.
getSize() - Method in class org.tentackle.misc.AbstractPool
 
getSize() - Method in interface org.tentackle.misc.Pool
Gets the current number of resources in the pool.
getSize() - Method in class org.tentackle.trip.impl.EchoTransceiver
Gets the number of bytes serialized.
The method must be called after EchoTransceiver.echo().
getSizedConstructor() - Method in class org.tentackle.trip.types.CollectionTripType
Gets the sized constructor.
getSizedConstructor() - Method in class org.tentackle.trip.types.MapTripType
Gets the sized constructor.
getSleepInterval() - Method in class org.tentackle.task.DefaultTaskDispatcher
 
getSleepInterval() - Method in interface org.tentackle.task.TaskDispatcher
Gets the sleep interval.
getSlotNumber() - Method in class org.tentackle.misc.AbstractPoolSlot
 
getSlotNumber() - Method in interface org.tentackle.misc.PoolSlot
Gets the slot number.
getSnapshots() - Method in interface org.tentackle.misc.Snapshotable
Gets all snapshots.
The list contains the snapshots in the order they were taken, i.e., the first snapshot comes first.
getSnapshots() - Method in class org.tentackle.misc.TrackedArrayList
Gets all snapshots.
getSocketFactory() - Method in class org.tentackle.trip.transport.SslTransport
 
getSocketFactory() - Method in class org.tentackle.trip.transport.TcpTransport
Gets the client socket factory.
getSource() - Method in class org.tentackle.bind.BindingEvent
 
getSource() - Method in class org.tentackle.bind.ValidationEvent
 
getStarted() - Method in class org.tentackle.task.AbstractTask
 
getStarted() - Method in interface org.tentackle.task.Task
Gets the started timestamp in milliseconds.
getStartedDaemon(int) - Method in class org.tentackle.daemon.DaemonSupervisor
Gets an already started daemon thread.
getStartedDaemons() - Method in class org.tentackle.daemon.DaemonSupervisor
Gets all started daemons.
getStaticClassName() - Method in class org.tentackle.misc.CompoundValue
Gets the static classname.
getStaticValueByPath(Class, String) - Static method in class org.tentackle.reflect.ReflectionHelper
Gets the static value of an attribute along a member path starting at a class.
getStream() - Method in interface org.tentackle.trip.Connection
Gets the stream associated with this connection.
getStream() - Method in class org.tentackle.trip.impl.EchoTransceiver
Gets the TRIP stream.
Returns the output stream in transmit-mode, the input stream in receive-mode.
getStream() - Method in class org.tentackle.trip.transport.AbstractConnection
 
getStream() - Method in class org.tentackle.trip.transport.CallHandler
Gets the stream associated with this handler.
getString() - Method in class org.tentackle.misc.SubString
Gets the original string.
getString(String) - Static method in class org.tentackle.misc.MiscCoreBundle
Gets a string for the given key.
getString(String) - Method in class org.tentackle.prefs.CompositePreferences
Gets the value for a key.
getString(String) - Static method in class org.tentackle.validate.validator.ValidatorBundle
Gets a string for the given key.
getString(String, String) - Method in class org.tentackle.prefs.CompositePreferences
Gets the value for a key.
getString(Locale, String) - Static method in class org.tentackle.misc.MiscCoreBundle
Gets a string for the given key.
getString(Locale, String) - Static method in class org.tentackle.validate.validator.ValidatorBundle
Gets a string for the given key.
getSupportedAnnotationTypes() - Method in class org.tentackle.apt.AbstractInterceptorAnnotationProcessor
 
getSupportedSourceVersion() - Method in class org.tentackle.apt.AbstractInterceptorAnnotationProcessor
 
getSupportedSourceVersion() - Method in class org.tentackle.apt.AbstractServiceAnnotationProcessor
 
getSupportedSourceVersion() - Method in class org.tentackle.apt.InterceptionAnnotationProcessor
 
getSystemPrefs() - Method in class org.tentackle.prefs.CompositePreferences
Gets the system preferences.
getSystemRoot() - Method in class org.tentackle.prefs.DefaultPreferencesFactory
 
getSystemRoot() - Method in interface org.tentackle.prefs.PersistedPreferencesFactory
Returns the system root preference node.
Multiple calls on this method will return the same object reference.
getTarget() - Method in class org.tentackle.trip.impl.DefaultRemoteDelegate
 
getTarget() - Method in interface org.tentackle.trip.RemoteDelegate
Gets the target object.
getTask(long) - Method in class org.tentackle.task.DefaultTaskDispatcher
 
getTask(long) - Method in interface org.tentackle.task.TaskDispatcher
Gets the task by its id.
getTaskDispatcher() - Method in class org.tentackle.task.DefaultTaskDispatcherLock
 
getTaskDispatcher() - Method in interface org.tentackle.task.TaskDispatcherLock
Gets the locked dispatcher.
getTemporalQuery() - Method in class org.tentackle.misc.time.SmartDateTimeParser
Gets the formatter query.
getTerminationCause() - Method in interface org.tentackle.daemon.Supervisable
Gets the termination cause.
Could be a stacktrace or whatever or null.
getTerminationCause() - Method in class org.tentackle.task.DefaultTaskDispatcher
 
getTerminationInfo(int) - Method in class org.tentackle.daemon.DaemonSupervisor
Gets the latest termination info.
getText() - Method in class org.tentackle.misc.CompoundValue
Gets the source text.
getTimePattern() - Static method in class org.tentackle.misc.FormatHelper
Gets the time pattern.
getTimePattern(Locale) - Static method in class org.tentackle.misc.FormatHelper
Gets the time pattern.
getTimePatternWithOffset() - Static method in class org.tentackle.misc.FormatHelper
Gets the time pattern with zone offset.
getTimePatternWithOffset(Locale) - Static method in class org.tentackle.misc.FormatHelper
Gets the time pattern with zone offset.
getTimestampPattern() - Static method in class org.tentackle.misc.FormatHelper
Gets the timestamp pattern.
getTimestampPattern(Locale) - Static method in class org.tentackle.misc.FormatHelper
Gets the timestamp pattern.
getTimestampPatternWithOffset() - Static method in class org.tentackle.misc.FormatHelper
Gets the timestamp pattern with zone offset.
getTimestampPatternWithOffset(Locale) - Static method in class org.tentackle.misc.FormatHelper
Gets the timestamp pattern with zone offset.
getTimestampPatternWithTimeZone() - Static method in class org.tentackle.misc.FormatHelper
Gets the timestamp pattern with timezone.
getTimestampPatternWithTimeZone(Locale) - Static method in class org.tentackle.misc.FormatHelper
Gets the timestamp pattern with timezone
getToModelListeners() - Method in class org.tentackle.bind.AbstractBinder
 
getToModelListeners() - Method in class org.tentackle.bind.AbstractBinding
 
getToModelListeners() - Method in interface org.tentackle.bind.Binder
Gets the list of all to-model binding listeners.
getToModelListeners() - Method in interface org.tentackle.bind.Binding
Gets the list of all to-model binding listeners.
getTotalDuration() - Method in class org.tentackle.log.StatisticsResult
Gets the total duration.
getToViewListeners() - Method in class org.tentackle.bind.AbstractBinder
 
getToViewListeners() - Method in class org.tentackle.bind.AbstractBinding
 
getToViewListeners() - Method in interface org.tentackle.bind.Binder
Gets the list of all to-view binding listeners.
getToViewListeners() - Method in interface org.tentackle.bind.Binding
Gets the list of all to-view binding listeners.
getTransport() - Method in interface org.tentackle.trip.Connection
Gets the transport this connection belongs to.
getTransport() - Method in class org.tentackle.trip.transport.AbstractConnection
 
getTransport() - Method in class org.tentackle.trip.transport.AbstractConnectionPool
Gets the transport associated with this pool.
getTransport() - Method in class org.tentackle.trip.transport.CallHandler
Gets the transport associated with this handler.
getTransport() - Method in class org.tentackle.trip.transport.ConnectionHandler
Gets the transport associated with this handler.
getTransportKey() - Method in class org.tentackle.trip.transport.AbstractTransport
 
getTransportKey() - Method in interface org.tentackle.trip.Transport
Gets the transport key.
Although transports are created using a URI, they are unique by their TransportKey since the URI-path is maintained by the transport's registry.
getTruncate() - Method in class org.tentackle.misc.time.SmartDateTimeParser
Gets the truncate function.
getType() - Method in interface org.tentackle.bind.BindableElement
Gets the type of the member.
getType() - Method in class org.tentackle.bind.BindingEvent
Gets the event type
getType() - Method in interface org.tentackle.bind.BindingMember
Gets the type of the field.
getType() - Method in class org.tentackle.bind.DefaultBindableElement
 
getType() - Method in class org.tentackle.bind.DefaultBindingMember
Gets the type of the field.
getType() - Method in class org.tentackle.misc.CompoundValue
Gets the value type.
getType() - Method in class org.tentackle.misc.time.SmartDateTimeParser
Gets the temporal class.
getType() - Method in interface org.tentackle.trip.DictionaryEntry
Gets the trip type corresponding to this entry.
getType() - Method in interface org.tentackle.trip.DictionaryEntryComponent
Gets the compile-time type of the component.
getType() - Method in class org.tentackle.trip.impl.ClassTripComponent
 
getType() - Method in class org.tentackle.trip.impl.DefaultDictionaryEntry
 
getType() - Method in class org.tentackle.trip.impl.DefaultDictionaryEntryComponent
 
getType() - Method in class org.tentackle.trip.impl.EnumTripComponent
 
getType() - Method in class org.tentackle.trip.impl.FieldTripComponent
 
getType() - Method in class org.tentackle.trip.impl.MethodTripComponent
 
getType() - Method in class org.tentackle.trip.impl.RecordTripComponent
 
getType() - Method in interface org.tentackle.trip.TripComponent
Gets the compile-time trip type of the field.
If the type is not final, the runtime type may differ!
getType() - Method in class org.tentackle.validate.DefaultValidationContext
 
getType() - Method in interface org.tentackle.validate.ValidationContext
Gets the type of the object.
getType(Class) - Method in class org.tentackle.trip.impl.DefaultTripFactory
 
getType(Class) - Method in class org.tentackle.trip.impl.DefaultTripStream
 
getType(Class) - Method in interface org.tentackle.trip.TripFactory
Gets the TripType for the given class.
If there is a predefined or application-specific TripType, that is returned.
getType(Class) - Method in interface org.tentackle.trip.TripStream
Gets the TripType for the given class.
If there is a predefined or application-specific TripType, that is returned.
getType(String) - Method in class org.tentackle.trip.impl.DefaultTripFactory
 
getType(String) - Method in interface org.tentackle.trip.TripFactory
Gets the TripType for the given FQCN.
If there is a predefined or application-specific TripType, that is returned.
getTypeComponent(int) - Method in interface org.tentackle.trip.DictionaryEntry
Gets the trip type's component for the entry's component ordinal.
Notice that the entry's ordinal need not necessarily correspond to the type's component ordinals.
getTypeComponent(int) - Method in class org.tentackle.trip.impl.DefaultDictionaryEntry
 
getUnusedSince() - Method in class org.tentackle.misc.AbstractPoolSlot
 
getUnusedSince() - Method in interface org.tentackle.misc.PoolSlot
Gets the last return time.
getUri() - Method in class org.tentackle.trip.transport.AbstractTransport
 
getUri() - Method in interface org.tentackle.trip.Transport
Gets the URI of this transport.
getUriPars() - Method in class org.tentackle.trip.transport.AbstractTransport
Gets the URI query parameters.
getUsageMinutes() - Method in class org.tentackle.misc.AbstractPool
 
getUsageMinutes() - Method in interface org.tentackle.misc.Pool
Gets the usage timeout in minutes.
getUsedMinutes(long) - Method in class org.tentackle.misc.AbstractPoolSlot
 
getUsedMinutes(long) - Method in interface org.tentackle.misc.PoolSlot
Returns the number of minutes the poolable has been used at all.
getUsedSince() - Method in class org.tentackle.misc.AbstractPoolSlot
 
getUsedSince() - Method in interface org.tentackle.misc.PoolSlot
Gets the time lent.
getUserPrefs() - Method in class org.tentackle.prefs.CompositePreferences
Gets the user preferences.
getUserRoot() - Method in class org.tentackle.prefs.DefaultPreferencesFactory
 
getUserRoot() - Method in interface org.tentackle.prefs.PersistedPreferencesFactory
Returns the user root preference node corresponding to the calling user.
getUsingThreadStr() - Method in class org.tentackle.misc.AbstractPoolSlot
 
getUsingThreadStr() - Method in interface org.tentackle.misc.PoolSlot
Gets the lending thread string.
Avoids the references to the thread.
getValidatedElementName() - Method in class org.tentackle.validate.validator.AbstractValidator
 
getValidatedElementName() - Method in interface org.tentackle.validate.Validator
Gets the name of the validated element.
getValidationBundleClassLoader() - Method in class org.tentackle.validate.ValidationUtilities
Gets the classloader to load the validation bundle class.
getValidationCollectionIndexes() - Method in class org.tentackle.validate.severity.AbstractValidationResult
 
getValidationCollectionIndexes() - Method in interface org.tentackle.validate.ValidationResult
Gets all ValidationResult.CollectionIndexes for this validation result.
getValidationContext() - Method in class org.tentackle.validate.severity.AbstractValidationResult
 
getValidationContext() - Method in interface org.tentackle.validate.ValidationResult
Gets the validation context.
getValidationIndex() - Method in class org.tentackle.validate.validator.AbstractValidator
 
getValidationIndex() - Method in interface org.tentackle.validate.Validator
Gets the invocation index of this validator.
getValidationListeners() - Method in class org.tentackle.bind.AbstractBinder
 
getValidationListeners() - Method in class org.tentackle.bind.AbstractBinding
 
getValidationListeners() - Method in interface org.tentackle.bind.Binder
Gets the list of all validation listeners.
getValidationListeners() - Method in interface org.tentackle.bind.Binding
Gets the list of all validation listeners.
getValidationPath() - Method in class org.tentackle.validate.DefaultValidationContext
 
getValidationPath() - Method in class org.tentackle.validate.severity.AbstractValidationResult
 
getValidationPath() - Method in interface org.tentackle.validate.ValidationContext
Gets the validation path.
Applications may use it to associate the validation result with a component.
getValidationPath() - Method in class org.tentackle.validate.ValidationMapper
Gets the validation path lead.
getValidationPath() - Method in interface org.tentackle.validate.ValidationResult
Gets the validation path.
Applications may use it to associate the validation result with a component.
getValidationResults() - Method in class org.tentackle.bind.ValidationEvent
Gets the validation results.
getValidationResults() - Method in class org.tentackle.validate.DefaultValidationContext
 
getValidationResults() - Method in interface org.tentackle.validate.ValidationContext
Gets the list of validation results collected for the current object so far.
getValidationScope() - Method in class org.tentackle.bind.AbstractBinder
 
getValidationScope() - Method in interface org.tentackle.bind.Binder
Gets the validation scope.
getValidationScope(Class) - Method in class org.tentackle.validate.DefaultValidationScopeFactory
 
getValidationScope(Class) - Method in interface org.tentackle.validate.ValidationScopeFactory
Gets a request validation scope implementation singleton by its interface.
getValidationScope(String) - Method in class org.tentackle.validate.DefaultValidationScopeFactory
 
getValidationScope(String) - Method in interface org.tentackle.validate.ValidationScopeFactory
Gets a validation scope interface by its name.
getValidationScopes() - Method in class org.tentackle.validate.DefaultValidationScopeFactory
 
getValidationScopes() - Method in interface org.tentackle.validate.ValidationScopeFactory
Gets all configured validation scopes.
getValidationSeverities() - Method in class org.tentackle.validate.DefaultValidationSeverityFactory
 
getValidationSeverities() - Method in interface org.tentackle.validate.ValidationSeverityFactory
Gets all configured validation severities.
getValidationSeverity(Class) - Method in class org.tentackle.validate.DefaultValidationSeverityFactory
 
getValidationSeverity(Class) - Method in interface org.tentackle.validate.ValidationSeverityFactory
Gets a request validation severity implementation singleton by its interface.
getValidator() - Method in class org.tentackle.validate.severity.AbstractValidationResult
 
getValidator() - Method in interface org.tentackle.validate.ValidationResult
Gets the validator that created this result.
getValidators() - Method in class org.tentackle.bind.AbstractBinding
 
getValidators() - Method in interface org.tentackle.bind.Binding
Gets the list of validators.
getValue() - Method in class org.tentackle.bind.BindingEvent
Gets the value to be set.
getValue() - Method in class org.tentackle.script.ScriptVariable
Gets the variable's value.
getValue() - Method in class org.tentackle.validate.validator.AbstractObjectValidator
 
getValue() - Method in class org.tentackle.validate.validator.ChangeableImpl
 
getValue() - Method in class org.tentackle.validate.validator.EqualImpl
 
getValue() - Method in class org.tentackle.validate.validator.FailImpl
 
getValue() - Method in class org.tentackle.validate.validator.FalseImpl
 
getValue() - Method in interface org.tentackle.validate.Validator
Gets the annotation's value.
getValue() - Method in class org.tentackle.validate.validator.GreaterImpl
 
getValue() - Method in class org.tentackle.validate.validator.GreaterOrEqualImpl
 
getValue() - Method in class org.tentackle.validate.validator.LessImpl
 
getValue() - Method in class org.tentackle.validate.validator.LessOrEqualImpl
 
getValue() - Method in class org.tentackle.validate.validator.MandatoryImpl
 
getValue() - Method in class org.tentackle.validate.validator.NotEmptyImpl
 
getValue() - Method in class org.tentackle.validate.validator.NotEqualImpl
 
getValue() - Method in class org.tentackle.validate.validator.NotNullImpl
 
getValue() - Method in class org.tentackle.validate.validator.NotZeroImpl
 
getValue() - Method in class org.tentackle.validate.validator.NullImpl
 
getValue() - Method in class org.tentackle.validate.validator.PatternImpl
 
getValue() - Method in class org.tentackle.validate.validator.SizeImpl
 
getValue() - Method in class org.tentackle.validate.validator.TrueImpl
 
getValue() - Method in class org.tentackle.validate.validator.ValidateImpl
 
getValue() - Method in class org.tentackle.validate.validator.ZeroImpl
 
getValue(Class, ValidationContext) - Method in class org.tentackle.validate.validator.AbstractValidator
Gets the value for given type.
getValue(Object) - Method in class org.tentackle.trip.impl.ClassTripComponent
 
getValue(Object, Set) - Method in class org.tentackle.misc.CompoundValue
Gets the value according to the type.
getValue(Object, ScriptVariable...) - Method in class org.tentackle.misc.CompoundValue
Gets the value according to the type.
getValue(Set) - Method in class org.tentackle.misc.CompoundValue
Gets the value according to the type.
getValue(ScriptVariable...) - Method in class org.tentackle.misc.CompoundValue
Gets the value according to the type.
getValue(ValidationContext) - Method in class org.tentackle.validate.validator.AbstractValidator
Gets the value according to its type
getValue(P) - Method in class org.tentackle.trip.impl.FieldTripComponent
 
getValue(P) - Method in class org.tentackle.trip.impl.MethodTripComponent
 
getValue(P) - Method in class org.tentackle.trip.impl.RecordTripComponent
 
getValue(P) - Method in interface org.tentackle.trip.TripComponent
Gets the value of the field or record component.
getValue(T) - Method in class org.tentackle.trip.impl.EnumTripComponent
 
getValueByPath(Object, String) - Static method in class org.tentackle.reflect.ReflectionHelper
Gets the value of an attribute along a member path.
getValueParameter(Class) - Method in class org.tentackle.validate.validator.AbstractValidator
Gets the compound value of the value parameter.
getValueType() - Method in class org.tentackle.reflect.PropertyMapping
Gets the type of the value held by the property.
getViewType() - Method in class org.tentackle.bind.AbstractBinding
Determines the view's component type.
getViewValue() - Method in interface org.tentackle.bind.Binding
Gets the view's value to be set into the model.
getWaitInterval() - Method in class org.tentackle.task.DefaultTaskDispatcher
 
getWaitInterval() - Method in interface org.tentackle.task.TaskDispatcher
Gets the timeout interval for TaskDispatcher.waitForTask(Task).
getWindowProvider() - Method in class org.tentackle.misc.time.NumberShortcut
Gets the window provider.
getYearWindow() - Method in class org.tentackle.misc.time.NumberShortcut
Gets tumber of years after the current year to automatically determine the century.
If the NumberShortcut.WindowProvider is missing, the value 50 is used.
getYearWindow() - Method in interface org.tentackle.misc.time.NumberShortcut.WindowProvider
Gets the year input window.
getZonedDateTimeFormatter() - Static method in class org.tentackle.misc.FormatHelper
Gets the formatter for a ZonedDateTime.
getZonedDateTimeFormatter(Locale) - Static method in class org.tentackle.misc.FormatHelper
Gets the formatter for a ZonedDateTime.
getZoneIds() - Method in class org.tentackle.misc.DateTimeUtilities
Gets the sorted list of zone ids.
Greater - Annotation Interface in org.tentackle.validate.validator
The annotated element must be greater than another value.
GreaterContainer - Annotation Interface in org.tentackle.validate.validator
Repeating container annotation for Greater.
GreaterImpl - Class in org.tentackle.validate.validator
Implementation of the Greater-validator.
GreaterImpl() - Constructor for class org.tentackle.validate.validator.GreaterImpl
Creates a Greater-validator.
GreaterOrEqual - Annotation Interface in org.tentackle.validate.validator
The annotated element must be greater or equal than another value.
GreaterOrEqualContainer - Annotation Interface in org.tentackle.validate.validator
Repeating container annotation for GreaterOrEqual.
GreaterOrEqualImpl - Class in org.tentackle.validate.validator
Implementation of the GreaterOrEqual-validator.
GreaterOrEqualImpl() - Constructor for class org.tentackle.validate.validator.GreaterOrEqualImpl
Creates a GreaterOrEqual-validator.

H

handleException(Throwable, Method, Object...) - Method in class org.tentackle.reflect.ReflectiveVisitor
Handles the invocation exception.
hasDefaultValue() - Method in class org.tentackle.trip.impl.ClassTripComponent
 
hasDefaultValue() - Method in class org.tentackle.trip.impl.EnumTripComponent
 
hasDefaultValue() - Method in class org.tentackle.trip.impl.FieldTripComponent
 
hasDefaultValue() - Method in class org.tentackle.trip.impl.MethodTripComponent
 
hasDefaultValue() - Method in class org.tentackle.trip.impl.RecordTripComponent
 
hasDefaultValue() - Method in interface org.tentackle.trip.TripComponent
Returns true if the component has a default value.
Records don't have default values.
hasFailed() - Method in class org.tentackle.validate.severity.FailedValidationResult
 
hasFailed() - Method in class org.tentackle.validate.severity.InfoValidationResult
 
hasFailed() - Method in interface org.tentackle.validate.ValidationResult
Indicates that this result must be treated as failed.
hasFailed(List) - Method in class org.tentackle.validate.ValidationUtilities
Checks whether a list of validation results contains a failed validation.
hashCode() - Method in class org.tentackle.bind.AbstractBinder
 
hashCode() - Method in class org.tentackle.log.MethodStatisticsKey
 
hashCode() - Method in class org.tentackle.misc.CopyOnWriteCollection
 
hashCode() - Method in record class org.tentackle.misc.FormatHelper.Patterns
Returns a hash code value for this object.
hashCode() - Method in class org.tentackle.misc.IdentifiableKey
 
hashCode() - Method in class org.tentackle.misc.IdSerialTuple
 
hashCode() - Method in class org.tentackle.misc.ImmutableArrayList
 
hashCode() - Method in class org.tentackle.misc.SubString
 
hashCode() - Method in record class org.tentackle.misc.time.SmartDateTimeParser.TextRange
Returns a hash code value for this object.
hashCode() - Method in class org.tentackle.misc.XUUID
 
hashCode() - Method in class org.tentackle.reflect.IndexedMethodCache
 
hashCode() - Method in class org.tentackle.reflect.PropertyMap
 
hashCode() - Method in class org.tentackle.reflect.PropertyMapping
 
hashCode() - Method in record class org.tentackle.reflect.ReflectionHelper.CanonicalBuilderInfo
Returns a hash code value for this object.
hashCode() - Method in class org.tentackle.script.AbstractScriptingLanguage
 
hashCode() - Method in class org.tentackle.script.ScriptVariable
 
hashCode() - Method in class org.tentackle.task.AbstractTask
 
hashCode() - Method in class org.tentackle.trip.impl.DefaultDictionaryEntry
 
hashCode() - Method in class org.tentackle.trip.impl.DefaultDictionaryEntryComponent
 
hashCode() - Method in class org.tentackle.trip.Reference
 
hashCode() - Method in record class org.tentackle.trip.remote.DelegateDescriptor
Returns a hash code value for this object.
hashCode() - Method in record class org.tentackle.trip.remote.IdentifiedRemoteCall
Returns a hash code value for this object.
hashCode() - Method in record class org.tentackle.trip.remote.IdentifiedRemoteResponse
Returns a hash code value for this object.
hashCode() - Method in record class org.tentackle.trip.remote.InitialRemoteCall
Returns a hash code value for this object.
hashCode() - Method in record class org.tentackle.trip.remote.InitialRemoteResponse
Returns a hash code value for this object.
hashCode() - Method in record class org.tentackle.trip.transport.TransportClientInfo
Returns a hash code value for this object.
hashCode() - Method in record class org.tentackle.trip.TransportKey
Returns a hash code value for this object.
hashCode() - Method in class org.tentackle.trip.types.AbstractTripType
 
hashCode() - Method in record class org.tentackle.trip.types.CollectionTripType.CollectionHeader
Returns a hash code value for this object.
hashCode() - Method in record class org.tentackle.trip.types.MapTripType.MapHeader
Returns a hash code value for this object.
hashCode() - Method in class org.tentackle.validate.ValidationMapper
 
hashCode() - Method in record class org.tentackle.validate.ValidationResult.CollectionIndex
Returns a hash code value for this object.
hashCode() - Method in record class org.tentackle.validate.ValidationUtilities.MapResult
Returns a hash code value for this object.
hashCode() - Method in record class org.tentackle.validate.ValidationUtilities.ValidatorKey
Returns a hash code value for this object.
hasMessage() - Method in class org.tentackle.validate.severity.AbstractValidationResult
 
hasMessage() - Method in class org.tentackle.validate.severity.FailedValidationResult
 
hasMessage() - Method in interface org.tentackle.validate.ValidationResult
Indicates that this result provides a message.
hasMessage(List) - Method in class org.tentackle.validate.ValidationUtilities
Checks whether a list of validation results contains a message.
hasNext() - Method in class org.tentackle.misc.CopyOnWriteCollection.ReadOnlyIterator
 
hasNext() - Method in class org.tentackle.misc.CopyOnWriteList.ReadOnlyListIterator
 
hasPrevious() - Method in class org.tentackle.misc.CopyOnWriteList.ReadOnlyListIterator
 
HIDDEN - Enum constant in enum class org.tentackle.reflect.Interception.Type
hidden interceptors only.
HiddenInterceptorAnnotationProcessor - Class in org.tentackle.apt
Processor for the hidden interception annotations in the core package.
Applies to interceptors applicable to implementation classes extending Interceptable only.
HiddenInterceptorAnnotationProcessor() - Constructor for class org.tentackle.apt.HiddenInterceptorAnnotationProcessor
 
Holder<T> - Class in org.tentackle.misc
A generic consumer and supplier to hold some object.
Useful in lambdas if some data has to be set within the enclosing method.
Holder() - Constructor for class org.tentackle.misc.Holder
Creates a holder without an initial value.
Holder(T) - Constructor for class org.tentackle.misc.Holder
Creates a holder with an initial value.
host() - Method in record class org.tentackle.trip.TransportKey
Returns the value of the host record component.

I

I18N_INTRO - Static variable in class org.tentackle.validate.validator.AbstractScriptValidationMessageConverter
start marker for I18N strings.
I18NTEXT - Enum constant in enum class org.tentackle.trip.impl.DefaultOpCode
org.tentackle.common.I18NText.
I18NTextTripType - Class in org.tentackle.trip.types
Trip type for I18NText.
I18NTextTripType() - Constructor for class org.tentackle.trip.types.I18NTextTripType
Creates the type.
Identifiable - Interface in org.tentackle.misc
Objects that can be identified by an ID.
IdentifiableKey<T> - Class in org.tentackle.misc
Key for an Identifiable.
Can be used for hashing or as a comparable.
IdentifiableKey(Class, long) - Constructor for class org.tentackle.misc.IdentifiableKey
Creates a key.
IdentifiableKey(String, long) - Constructor for class org.tentackle.misc.IdentifiableKey
Creates a key from a classname and id.
IdentifiableKey(T) - Constructor for class org.tentackle.misc.IdentifiableKey
Creates a key from an identifiable.
IdentifiableMap<T> - Class in org.tentackle.misc
A map of Identifiables.
IdentifiableMap() - Constructor for class org.tentackle.misc.IdentifiableMap
Creates an Identifiable map.
IdentifiableMap(T) - Constructor for class org.tentackle.misc.IdentifiableMap
Creates an object map with a single object.
IdentifiedRemoteCall - Record Class in org.tentackle.trip.remote
The indexed remote call.
Used when the method's index is known.
IdentifiedRemoteCall(UUID, int, Object[]) - Constructor for record class org.tentackle.trip.remote.IdentifiedRemoteCall
Creates an instance of a IdentifiedRemoteCall record class.
IdentifiedRemoteResponse - Record Class in org.tentackle.trip.remote
The response of an indexed remote call.
IdentifiedRemoteResponse(Object, Throwable) - Constructor for record class org.tentackle.trip.remote.IdentifiedRemoteResponse
Creates an instance of a IdentifiedRemoteResponse record class.
IdSerialNameTuple - Class in org.tentackle.misc
A tuple holding the ID, serial and name of an object.
There is no further logic.
IdSerialNameTuple(long, long, String) - Constructor for class org.tentackle.misc.IdSerialNameTuple
Creates an immutable id, serial tuple.
IdSerialTuple - Class in org.tentackle.misc
A tuple holding the ID and the serial of an object.
There is no further logic.
IdSerialTuple(long, long) - Constructor for class org.tentackle.misc.IdSerialTuple
Creates an immutable id, serial tuple.
IGNORED - Enum constant in enum class org.tentackle.validate.validator.Fail.Results
Don't consult the validation results at all.
Usually makes only sense in conjunction with a condition.
ignoreNulls() - Element in annotation interface org.tentackle.validate.validator.Equal
If either the object or the value to compare with is null, the result is valid.
ignoreNulls() - Element in annotation interface org.tentackle.validate.validator.False
If either the object or the value to compare with is null, the result is valid.
ignoreNulls() - Element in annotation interface org.tentackle.validate.validator.Greater
If either the object or the value to compare with is null, the result is valid.
ignoreNulls() - Element in annotation interface org.tentackle.validate.validator.GreaterOrEqual
If either the object or the value to compare with is null, the result is valid.
ignoreNulls() - Element in annotation interface org.tentackle.validate.validator.Less
If either the object or the value to compare with is null, the result is valid.
ignoreNulls() - Element in annotation interface org.tentackle.validate.validator.LessOrEqual
If either the object or the value to compare with is null, the result is valid.
ignoreNulls() - Element in annotation interface org.tentackle.validate.validator.NotEqual
If either the object or the value to compare with is null, the result is valid.
ignoreNulls() - Element in annotation interface org.tentackle.validate.validator.NotZero
If either the object or the value to compare with is null, the result is valid.
ignoreNulls() - Element in annotation interface org.tentackle.validate.validator.Pattern
Determines whether null matches any pattern.
ignoreNulls() - Element in annotation interface org.tentackle.validate.validator.Size
Determines whether null matches any size.
ignoreNulls() - Element in annotation interface org.tentackle.validate.validator.True
If either the object or the value to compare with is null, the result is valid.
ignoreNulls() - Element in annotation interface org.tentackle.validate.validator.Zero
If either the object or the value to compare with is null, the result is valid.
immutable - Variable in class org.tentackle.misc.ImmutableArrayList
 
Immutable - Interface in org.tentackle.misc
Objects implementing this interface may be mutable or immutable.
IMMUTABLE_COLLECTION - Enum constant in enum class org.tentackle.trip.impl.DefaultOpCode
immutable collections (List.of(), Set.of()).
IMMUTABLE_MAP - Enum constant in enum class org.tentackle.trip.impl.DefaultOpCode
immutable maps (Map.of()).
ImmutableArrayList<E> - Class in org.tentackle.misc
An enhanced ArrayList.
Implements Immutable.
Also differs from ArrayList the way equals() and hashCode() is implemented: if simpleEqualsAndHashCode==true, those methods refer to the list instance and don't check the elements.
ImmutableArrayList() - Constructor for class org.tentackle.misc.ImmutableArrayList
Constructs an empty list with an initial capacity of ten.
ImmutableArrayList(int) - Constructor for class org.tentackle.misc.ImmutableArrayList
Constructs an empty list with the specified initial capacity.
ImmutableArrayList(Collection) - Constructor for class org.tentackle.misc.ImmutableArrayList
Constructs a list containing the elements of the specified collection, in the order they are returned by the collection's iterator.
ImmutableCollection<E> - Interface in org.tentackle.misc
Enhanced collection.
ImmutableCollectionTripType<T> - Class in org.tentackle.trip.types
Trip type for immutable collections.
ImmutableCollectionTripType(Class) - Constructor for class org.tentackle.trip.types.ImmutableCollectionTripType
Creates the type.
ImmutableException - Exception Class in org.tentackle.misc
Runtime exception thrown when attempted to modify an immutable object.
ImmutableException() - Constructor for exception class org.tentackle.misc.ImmutableException
Constructs a new immutable exception with null as its detail message.
ImmutableException(String) - Constructor for exception class org.tentackle.misc.ImmutableException
Constructs a new immutable exception with the specified detail message.
ImmutableException(String, Throwable) - Constructor for exception class org.tentackle.misc.ImmutableException
Constructs a new immutable exception with the specified detail message and cause.
ImmutableException(Throwable) - Constructor for exception class org.tentackle.misc.ImmutableException
Constructs a new immutable with the specified cause and a detail message of (cause==null ?
immutableLoggingLevel - Variable in class org.tentackle.misc.ImmutableArrayList
 
ImmutableMapTripType<T> - Class in org.tentackle.trip.types
Trip type for immutable maps.
ImmutableMapTripType(Class) - Constructor for class org.tentackle.trip.types.ImmutableMapTripType
Creates the type.
implementedBy() - Element in annotation interface org.tentackle.reflect.Interception
Defines the interceptor implementation by class.
implementedByName() - Element in annotation interface org.tentackle.reflect.Interception
Defines the interceptor implementation by its classname.
Avoids the concrete dependency.
implementedByService() - Element in annotation interface org.tentackle.reflect.Interception
Defines the interceptor implementation by a servicename.
Avoids the concrete dependency.
index() - Method in record class org.tentackle.validate.ValidationResult.CollectionIndex
Returns the value of the index record component.
IndexedMethodCache - Class in org.tentackle.reflect
A cache to access methods of a class by an index.
There is one such cache per class.
The cache is thread-safe.
IndexedMethodCache(Class) - Constructor for class org.tentackle.reflect.IndexedMethodCache
Creates a new cache.
indexOf(Object) - Method in class org.tentackle.misc.CopyOnWriteList
 
indexOf(SubString) - Method in class org.tentackle.misc.SubString
Gets the index of another segment within this segment.
indexOfIgnoreCase(SubString) - Method in class org.tentackle.misc.SubString
Gets the index of another segment within this segment, ignoring the case.
info(String) - Method in class org.tentackle.log.DefaultLogger
 
info(String) - Method in interface org.tentackle.log.Logger
Logs a message with level INFO.
info(String, Object...) - Method in class org.tentackle.log.DefaultLogger
 
info(String, Object...) - Method in interface org.tentackle.log.Logger
Logs a message with level INFO.
info(String, Throwable) - Method in class org.tentackle.log.DefaultLogger
 
info(String, Throwable) - Method in interface org.tentackle.log.Logger
Logs a message with level INFO.
info(String, Supplier...) - Method in class org.tentackle.log.DefaultLogger
 
info(String, Supplier...) - Method in interface org.tentackle.log.Logger
Logs a message with level INFO.
info(Throwable, Supplier) - Method in class org.tentackle.log.DefaultLogger
 
info(Throwable, Supplier) - Method in interface org.tentackle.log.Logger
Logs a message with level INFO.
info(Supplier) - Method in class org.tentackle.log.DefaultLogger
 
info(Supplier) - Method in interface org.tentackle.log.Logger
Logs a message with level INFO.
INFO - Enum constant in enum class org.tentackle.log.Logger.Level
INFO is a message level for informational messages.
InfoValidationResult - Class in org.tentackle.validate.severity
Simple informational result.
InfoValidationResult() - Constructor for class org.tentackle.validate.severity.InfoValidationResult
For TRIP.
InfoValidationResult(Validator, ValidationContext, String) - Constructor for class org.tentackle.validate.severity.InfoValidationResult
Creates an informational validation result.
InheritableThreadLocalHashTable<K,V> - Class in org.tentackle.misc
A thread-inheritable thread-local hashtable.
InheritableThreadLocalHashTable() - Constructor for class org.tentackle.misc.InheritableThreadLocalHashTable
Creates a thread-inheritable thread-local hashtable.
init(ProcessingEnvironment) - Method in class org.tentackle.apt.AbstractInterceptorAnnotationProcessor
 
init(ProcessingEnvironment) - Method in class org.tentackle.apt.AbstractServiceAnnotationProcessor
 
InitialRemoteCall - Record Class in org.tentackle.trip.remote
The remote call.
Used when the method is called the first time on the remote object.
InitialRemoteCall(UUID, String, Class[], Object[]) - Constructor for record class org.tentackle.trip.remote.InitialRemoteCall
Creates an instance of a InitialRemoteCall record class.
InitialRemoteResponse - Record Class in org.tentackle.trip.remote
The remote call's response.
InitialRemoteResponse(int, Object, Throwable) - Constructor for record class org.tentackle.trip.remote.InitialRemoteResponse
Creates an instance of a InitialRemoteResponse record class.
initialValue() - Method in class org.tentackle.misc.InheritableThreadLocalHashTable
 
INSTANCE_COUNTER - Static variable in class org.tentackle.task.DefaultTaskDispatcher
Name-based daemon instance counter.
INSTANT - Enum constant in enum class org.tentackle.trip.impl.DefaultOpCode
java.time.Instant.
InstantTripType - Class in org.tentackle.trip.types
Trip type for Instant.
InstantTripType() - Constructor for class org.tentackle.trip.types.InstantTripType
Creates the type.
INT - Enum constant in enum class org.tentackle.trip.PredefinedArrayType
 
INT_PRIMITIVE - Enum constant in enum class org.tentackle.trip.PredefinedArrayType
 
INT3_MAX - Static variable in class org.tentackle.trip.TripConstants
Maximum value for 3-byte signed integers.
INT3_MIN - Static variable in class org.tentackle.trip.TripConstants
Minimum value for 3-byte signed integers.
INTEGER - Enum constant in enum class org.tentackle.trip.impl.DefaultOpCode
integer value (4 bytes).
INTEGER1 - Enum constant in enum class org.tentackle.trip.impl.DefaultOpCode
small integer value (fits in 1 byte).
INTEGER2 - Enum constant in enum class org.tentackle.trip.impl.DefaultOpCode
small integer value (fits in 2 bytes).
INTEGER3 - Enum constant in enum class org.tentackle.trip.impl.DefaultOpCode
small integer value (fits in 3 bytes).
IntegerArrayTripType - Class in org.tentackle.trip.types
Trip type for Integer array.
IntegerArrayTripType() - Constructor for class org.tentackle.trip.types.IntegerArrayTripType
Creates the type.
integerPattern() - Method in record class org.tentackle.misc.FormatHelper.Patterns
Returns the value of the integerPattern record component.
IntegerPrimitiveArrayTripType - Class in org.tentackle.trip.types
Trip type for int[] array.
IntegerPrimitiveArrayTripType() - Constructor for class org.tentackle.trip.types.IntegerPrimitiveArrayTripType
Creates the type.
IntegerPrimitiveTripType - Class in org.tentackle.trip.types
Trip type for integer primitive.
IntegerPrimitiveTripType() - Constructor for class org.tentackle.trip.types.IntegerPrimitiveTripType
Creates the type.
IntegerTripType - Class in org.tentackle.trip.types
Trip type for Integer.
IntegerTripType() - Constructor for class org.tentackle.trip.types.IntegerTripType
Creates the type.
IntegerTripType(Class) - Constructor for class org.tentackle.trip.types.IntegerTripType
Super constructor for the primitive type.
InteractiveScope - Interface in org.tentackle.validate.scope
Validation scope for user interaction.
InteractiveScopeImpl - Class in org.tentackle.validate.scope
Interactive scope default implementation.
InteractiveScopeImpl() - Constructor for class org.tentackle.validate.scope.InteractiveScopeImpl
Creates the interactive scope.
Interceptable - Interface in org.tentackle.reflect
The Interceptable interface.
This is a marker interface making objects interceptable.
InterceptableFactory - Interface in org.tentackle.reflect
Factory to create interceptable objects.
InterceptableInvocationHandler<T> - Class in org.tentackle.reflect
Class mapping invocation handler.
InterceptableInvocationHandler(ClassMapper, Class) - Constructor for class org.tentackle.reflect.InterceptableInvocationHandler
Creates an invocation handler.
InterceptableMethod - Class in org.tentackle.reflect
A method wrapper to optionally invoke the interceptors around a delegate's method.
InterceptableMethod(Method, Method, Interceptor) - Constructor for class org.tentackle.reflect.InterceptableMethod
Creates an interceptable method.
InterceptableMethodCache - Class in org.tentackle.reflect
A method cache for InterceptableInvocationHandlers.
InterceptableMethodCache(Class) - Constructor for class org.tentackle.reflect.InterceptableMethodCache
Creates a method cache.
InterceptableMethodInvoker - Class in org.tentackle.reflect
Invoker for InterceptableMethods.
Optionally logs and counts method invocations.
There is one invoker per interceptable type, e.g.
InterceptableMethodInvoker(String) - Constructor for class org.tentackle.reflect.InterceptableMethodInvoker
Creates an invoker.
Interception - Annotation Interface in org.tentackle.reflect
Annotation to mark another annotation as an interception.
Interception.Type - Enum Class in org.tentackle.reflect
the interceptor type.
InterceptionAnnotationProcessor - Class in org.tentackle.apt
Processor for the @Interception annotation.
Provides annotation checking during compilation and IDE editing.
InterceptionAnnotationProcessor() - Constructor for class org.tentackle.apt.InterceptionAnnotationProcessor
Creates the processor for the @Interception annotation.
InterceptionService - Annotation Interface in org.tentackle.reflect
Annotation to express that the annotated class is a persistence service for PDO.
InterceptionUtilities - Class in org.tentackle.reflect
Utility methods for interception handling.
InterceptionUtilities() - Constructor for class org.tentackle.reflect.InterceptionUtilities
Creates the interception utilities.
Interceptor - Interface in org.tentackle.reflect
A method interceptor.
INTERFACE - Enum constant in enum class org.tentackle.trip.TripTypeCategory
interface.
interrupt() - Method in class org.tentackle.task.DefaultTaskDispatcher
invalidate() - Method in class org.tentackle.misc.TimeKeeper
Invalidates a duration.
invalidate() - Method in class org.tentackle.prefs.DefaultPreferencesFactory
 
invalidate() - Method in interface org.tentackle.prefs.PersistedPreferencesFactory
Invalidates all loaded and/or cached nodes.
The listeners remain registered.
Any modifications not flushed so far will be discarded as well.
invalidate() - Method in class org.tentackle.validate.ValidatorCache
Invalidates the cache.
InvocationTargetExceptionComponentProvider<T> - Class in org.tentackle.trip.provider
Component provider for InvocationTargetException.
InvocationTargetExceptionComponentProvider() - Constructor for class org.tentackle.trip.provider.InvocationTargetExceptionComponentProvider
Creates the provider.
InvocationTargetExceptionInstanceCreator - Class in org.tentackle.trip.creators
 
InvocationTargetExceptionInstanceCreator() - Constructor for class org.tentackle.trip.creators.InvocationTargetExceptionInstanceCreator
 
invoke(Object, Object[]) - Method in class org.tentackle.reflect.InterceptableMethod
Invokes a delegateMethod.
If intercepted the head of interceptors will be invoked, else the delegateMethod.
invoke(Object, Method, Object[]) - Method in class org.tentackle.reflect.AbstractInterceptor
 
invoke(Object, Method, Object[]) - Method in class org.tentackle.reflect.InterceptableInvocationHandler
 
invoke(Object, Method, Object[]) - Method in class org.tentackle.trip.remote.RemoteInvocationHandler
 
invoke(Object, InterceptableMethod, Object[]) - Method in class org.tentackle.reflect.InterceptableMethodInvoker
Performs the method invocation.
Optionally logs and counts stats.
invoke(InterceptableMethodInvoker, Interceptable, Method, Object[]) - Method in class org.tentackle.reflect.InterceptableMethodCache
Performs the method invocation.
The methods are converted to an InterceptableMethod and cached.
invoke(IdentifiedRemoteCall) - Method in class org.tentackle.trip.impl.DefaultRemoteDelegate
 
invoke(IdentifiedRemoteCall) - Method in interface org.tentackle.trip.RemoteDelegate
Invokes the method on the target object.
invoke(InitialRemoteCall) - Method in class org.tentackle.trip.impl.DefaultRemoteDelegate
 
invoke(InitialRemoteCall) - Method in interface org.tentackle.trip.RemoteDelegate
Invokes the method on the target object.
INVOKER - Static variable in class org.tentackle.reflect.InterceptableInvocationHandler
The method invoker.
Performs the method invocations and provides logging and statistics.
isAccepting() - Method in interface org.tentackle.trip.Transport
Returns true if this transport is accepting connections.
isAccepting() - Method in class org.tentackle.trip.transport.LoopbackTransport
 
isAccepting() - Method in class org.tentackle.trip.transport.TcpTransport
 
isAfterLast() - Method in interface org.tentackle.misc.ScrollableResource
Checks whether the scrollable resource is after the last row.
isAlive() - Method in interface org.tentackle.task.TaskDispatcher
Gets the running state.
isAnnotationPresent(Class, Class[], boolean) - Static method in class org.tentackle.reflect.ReflectionHelper
Tests if the given class has a set of annotations.
isAssignableFrom(Class, Class[], boolean) - Static method in class org.tentackle.reflect.ReflectionHelper
Tests if a given class implements or extends a set of interfaces or classes.
isAutoSync() - Method in class org.tentackle.prefs.DefaultPreferencesFactory
 
isAutoSync() - Method in interface org.tentackle.prefs.PersistedPreferencesFactory
Returns whether the preferences are automatically synchronized with the database backend.
isBeforeFirst() - Method in interface org.tentackle.misc.ScrollableResource
Checks whether the scrollable resource is before the first row.
isBlocking() - Method in interface org.tentackle.io.ReconnectionPolicy
Determines what happens to the thread encountering a dead resource.
If blocking, the thread must wait until the resource is up again.
If non-blocking, the thread will just submit the reconnection.
isCached() - Method in class org.tentackle.script.AbstractScript
 
isCached() - Method in interface org.tentackle.script.Script
Returns whether there is only one compiled script for the same code.
isChangeable() - Method in interface org.tentackle.bind.Binding
Gets the current changeable state of the bound element.
isChangeable(ValidationContext) - Method in interface org.tentackle.validate.ChangeableBindingEvaluator
Determines the value of the field's changeable attribute.
isChangeable(ValidationContext) - Method in class org.tentackle.validate.validator.ChangeableImpl
Determines the value of the field's changeable attribute.
isChangeableDynamic() - Method in interface org.tentackle.validate.ChangeableBindingEvaluator
Determines whether the field's changeable property is determined dynamically.
isChangeableDynamic() - Method in class org.tentackle.validate.validator.ChangeableImpl
Determines whether the field's changeable property is determined dynamically.
isClientOnly() - Method in interface org.tentackle.trip.DictionaryEntry
Returns whether the client created the entry.
Client entries are sent from the client to the server if the object's type wasn't used by the server so far.
When sent back from the server to the client, the entry is replaced by the server's one.
isClientOnly() - Method in class org.tentackle.trip.impl.DefaultDictionaryEntry
 
isCloned() - Method in class org.tentackle.misc.CopyOnWriteCollection
Returns whether the collection is cloned.
isCloseAllTransportsRequested() - Method in interface org.tentackle.trip.ClientTransportCloseRequest
Requests the client to close all its transports.
isClosed() - Method in class org.tentackle.io.PacketSizedInputStream
Returns the closed state.
isClosed() - Method in class org.tentackle.io.PacketSizedOutputStream
 
isClosed() - Method in interface org.tentackle.misc.ScrollableResource
Returns whether the scrollable resource is closed.
isClosed() - Method in class org.tentackle.trip.transport.AbstractTransport
 
isClosed() - Method in interface org.tentackle.trip.Transport
Returns true if this transport is closed.
isCollectingStatistics() - Method in class org.tentackle.reflect.InterceptableMethodInvoker
Returns whether statistics should be collected.
isComponentOrdinal() - Method in enum class org.tentackle.trip.impl.DefaultOpCode
 
isComponentOrdinal() - Method in interface org.tentackle.trip.OpCode
Returns true if this OpCode is a component ordinal.
isConditionValid(ValidationContext) - Method in class org.tentackle.validate.validator.AbstractValidator
Checks whether the validator applies at all.
isConditionValid(ValidationContext) - Method in interface org.tentackle.validate.Validator
Checks whether the validator applies at all.
isConnectionAlive() - Method in class org.tentackle.trip.transport.ConnectionHandler
Checks whether the connection is still alive.
isConnectionAlive() - Method in class org.tentackle.trip.transport.LoopbackConnectionHandler
 
isCopy() - Method in interface org.tentackle.misc.Snapshotable
Returns whether this is a deep copy.
isCopy() - Method in class org.tentackle.misc.TrackedArrayList
 
isCreationFromValuesSupported(Class) - Method in class org.tentackle.trip.creators.InvocationTargetExceptionInstanceCreator
 
isCreationFromValuesSupported(Class) - Method in interface org.tentackle.trip.TripInstanceCreator
Returns whether constructor creation from the deserialized values is supported.
isDaemonEnabled(int) - Method in class org.tentackle.daemon.DaemonSupervisor
Determines whether the daemon for given index is enabled or not.
isDead() - Method in interface org.tentackle.daemon.Supervisable
Returns whether this supervisable is dead and needs to be killed.
isDead() - Method in class org.tentackle.task.DefaultTaskDispatcher
 
isDeduplicateable(String) - Method in class org.tentackle.trip.types.StringTripType
 
isDeduplicateable(T) - Method in interface org.tentackle.trip.TripType
Returns whether instances of this type are immutable and subject to deduplication.
Important: those objects must conform to the equals() and hashCode() contract!
isDeduplicateable(T) - Method in class org.tentackle.trip.types.AbstractTripType
 
isDeduplicateable(T) - Method in class org.tentackle.trip.types.ObjectTripType
 
isDeduplicateable(T) - Method in class org.tentackle.trip.types.RecordTripType
 
isDelayedConstruction() - Method in class org.tentackle.trip.types.ObjectTripType
Returns whether the object construction is delayed.
Delayed construction means that the object does not provide a no-args constructor or must be created by a builder.
isDictionaryBased() - Method in enum class org.tentackle.trip.impl.DefaultOpCode
 
isDictionaryBased() - Method in interface org.tentackle.trip.OpCode
Returns true if this OpCode is dictionary-based.
Such OpCodes belong to a trip type that creates, sends, and receives dictionary entries.
isDictionaryBased() - Method in interface org.tentackle.trip.TripType
Returns whether the type sends a dictionary entry or ordinal.
isDictionaryBased() - Method in class org.tentackle.trip.types.AbstractDictionaryBasedTripType
 
isDictionaryBased() - Method in class org.tentackle.trip.types.AbstractTripType
 
isDictionaryBased() - Method in class org.tentackle.trip.types.LambdaTripType
 
isDictionaryOrdinal() - Method in enum class org.tentackle.trip.impl.DefaultOpCode
 
isDictionaryOrdinal() - Method in interface org.tentackle.trip.OpCode
Returns true if this OpCode is a dictionary ordinal.
isDummy() - Method in class org.tentackle.reflect.Mixin
Returns whether this is a dummy mixin.
isElementModified() - Method in class org.tentackle.misc.TrackedArrayList
 
isElementModified() - Method in interface org.tentackle.misc.TrackedList
Returns whether some elements are modified.
The elements must implement Modifiable.
isEmpty() - Method in class org.tentackle.misc.CopyOnWriteCollection
 
isError() - Method in enum class org.tentackle.trip.impl.DefaultOpCode
 
isError() - Method in interface org.tentackle.trip.OpCode
Returns whether the trip type is an error type.
isFieldSerializable(Field) - Method in class org.tentackle.trip.types.AbstractDictionaryBasedTripType
Checks whether the field is serializable.
isFieldSerializable(Field) - Method in class org.tentackle.trip.types.CollectionTripType
 
isFieldSerializable(Field) - Method in class org.tentackle.trip.types.MapTripType
 
isFinal() - Method in interface org.tentackle.trip.TripType
Returns whether the type's class is final.
Non-final types also include the dictionary ordinal or the dictionary entry in the serialized data.
If final, the corresponding OpCode must provide this type as its fixed type!
isFinal() - Method in class org.tentackle.trip.types.AbstractPredefinedArrayTripType
 
isFinal() - Method in class org.tentackle.trip.types.AbstractTripType
 
isFinal() - Method in class org.tentackle.trip.types.BigDecimalTripType
 
isFinal() - Method in class org.tentackle.trip.types.BinaryTripType
 
isFinal() - Method in class org.tentackle.trip.types.DateTripType
 
isFinal() - Method in class org.tentackle.trip.types.I18NTextTripType
 
isFinal() - Method in class org.tentackle.trip.types.JOSTripType
 
isFinal() - Method in class org.tentackle.trip.types.LambdaTripType
 
isFinal() - Method in class org.tentackle.trip.types.TimestampTripType
 
isFinal() - Method in class org.tentackle.trip.types.TimeTripType
 
isFinal() - Method in class org.tentackle.trip.types.TimeZoneTripType
 
isFinallyImmutable() - Method in interface org.tentackle.misc.Immutable
Returns whether object is finally immutable.
isFinallyImmutable() - Method in class org.tentackle.misc.ImmutableArrayList
 
isFineLoggable() - Method in class org.tentackle.log.DefaultLogger
 
isFineLoggable() - Method in interface org.tentackle.log.Logger
Checks if logger logs level FINE.
isFinerLoggable() - Method in class org.tentackle.log.DefaultLogger
 
isFinerLoggable() - Method in interface org.tentackle.log.Logger
Checks if logger logs level FINER.
isFixedType() - Method in enum class org.tentackle.trip.impl.DefaultOpCode
 
isFixedType() - Method in interface org.tentackle.trip.OpCode
Returns whether the trip type can be determined directly from the op-code.
isFormattingDate(String) - Static method in class org.tentackle.misc.FormatHelper
Checks whether format pattern contains formatting codes for date.
isFormattingOffset(String) - Static method in class org.tentackle.misc.FormatHelper
Checks whether format pattern contains formatting codes for the zone offset.
isFormattingTime(String) - Static method in class org.tentackle.misc.FormatHelper
Checks whether format pattern contains formatting codes for time.
isFormattingTimeZone(String) - Static method in class org.tentackle.misc.FormatHelper
Checks whether format pattern contains formatting codes for the timezone.
isFunction(Method) - Static method in class org.tentackle.reflect.ReflectionHelper
Checks whether a method is a function that accepts one argument and produces a result.
isGetter(Method) - Static method in class org.tentackle.reflect.ReflectionHelper
Checks whether a method is a getter.
All non-void non-static methods without parameters are considered as getters.
isImmutable() - Method in interface org.tentackle.misc.Immutable
Returns whether object is immutable.
isImmutable() - Method in class org.tentackle.misc.ImmutableArrayList
 
isImmutableCollection(Class) - Static method in class org.tentackle.reflect.ReflectionHelper
Returns whether a class is an immutable list, set or map.
isImplementedClass(Class) - Method in class org.tentackle.reflect.ReflectiveVisitor
Checks whether a class is potentially implemented by a visit-method.
The default implementation returns true.
isInfoLoggable() - Method in class org.tentackle.log.DefaultLogger
 
isInfoLoggable() - Method in interface org.tentackle.log.Logger
Checks if logger logs level INFO.
isInstanceOfTaskPending(Class) - Method in class org.tentackle.task.DefaultTaskDispatcher
 
isInstanceOfTaskPending(Class) - Method in interface org.tentackle.task.TaskDispatcher
Returns whether some instance of a task for the given class or any subclass is pending.
isInstantiable() - Method in interface org.tentackle.trip.TripType
Returns whether objects of the type's class can be instantiated.
isInstantiable() - Method in class org.tentackle.trip.types.AbstractTripType
 
isInstantiable() - Method in class org.tentackle.trip.types.ImmutableCollectionTripType
 
isInstantiable() - Method in class org.tentackle.trip.types.ImmutableMapTripType
 
isInterruptable() - Method in class org.tentackle.task.AbstractTask
 
isInterruptable() - Method in interface org.tentackle.task.Task
Returns whether task is safely interruptable.
Non-interruptable tasks will always complete their execution and the Thread.interrupt() will be delayed in TaskDispatcher.
isKilled() - Method in interface org.tentackle.daemon.Killable
Returns whether thread has been killed.
This doesn't necessarily mean that it's not alive anymore.
isKilled() - Method in class org.tentackle.task.DefaultTaskDispatcher
 
isLambda(Class) - Method in class org.tentackle.trip.builder.ObjectTypeBuilder
 
isLanguageAvailable(String) - Method in class org.tentackle.script.DefaultScriptFactory
 
isLanguageAvailable(String) - Method in interface org.tentackle.script.ScriptFactory
Check if a scripting language is available.
isLoggable(Logger.Level) - Method in class org.tentackle.log.DefaultLogger
 
isLoggable(Logger.Level) - Method in interface org.tentackle.log.Logger
Returns whether this logger will log the given level.
isLoggingInvocationDetails() - Method in class org.tentackle.reflect.InterceptableMethodInvoker
Returns whether args and return values will be logged as well.
isLoggingInvocations() - Method in class org.tentackle.reflect.InterceptableMethodInvoker
Returns whether each invocation should be logged.
isMandatory() - Method in interface org.tentackle.bind.Binding
Gets the current mandatory state of the bound element.
isMandatory(ValidationContext) - Method in interface org.tentackle.validate.MandatoryBindingEvaluator
Determines the value of the field's mandatory attribute.
isMandatory(ValidationContext) - Method in class org.tentackle.validate.validator.MandatoryImpl
Determines the value of the field's mandatory attribute.
isMandatory(ValidationContext) - Method in class org.tentackle.validate.validator.NotEmptyImpl
 
isMandatory(ValidationContext) - Method in class org.tentackle.validate.validator.NotNullImpl
 
isMandatory(ValidationContext) - Method in class org.tentackle.validate.validator.NotZeroImpl
 
isMandatoryDynamic() - Method in interface org.tentackle.validate.MandatoryBindingEvaluator
Determines whether the field's mandatory property is determined dynamically.
isMandatoryDynamic() - Method in class org.tentackle.validate.validator.MandatoryImpl
Determines whether the field's mandatory property is determined dynamically.
isMandatoryDynamic() - Method in class org.tentackle.validate.validator.NotEmptyImpl
Determines whether the field's mandatory property is determined dynamically.
isMandatoryDynamic() - Method in class org.tentackle.validate.validator.NotNullImpl
Determines whether the field's mandatory property is determined dynamically.
isMandatoryDynamic() - Method in class org.tentackle.validate.validator.NotZeroImpl
Determines whether the field's mandatory property is determined dynamically.
isModified() - Method in interface org.tentackle.misc.Modifiable
Returns whether this object was modified.
isModified() - Method in class org.tentackle.misc.TrackedArrayList
Gets the modification state.
Returns whether objects have been added, removed or replaced or setModified(true) was invoked.
isModified() - Method in interface org.tentackle.misc.TrackedList
Gets the modification state.
Returns whether objects have been added, removed or replaced or setModified(true) was invoked.
isNegate() - Method in class org.tentackle.misc.CompoundValue
Gets the logical negation flag.
isNonStaticInnerClass(Class) - Static method in class org.tentackle.reflect.ReflectionHelper
Returns whether a class is a non-static inner class.
isNoSuchDelegate() - Method in exception class org.tentackle.trip.impl.TripError
Returns whether the reason is no such delegate.
isNullAllowed() - Method in class org.tentackle.misc.TrackedArrayList
 
isNullAllowed() - Method in interface org.tentackle.misc.TrackedList
Returns whether adding null values is allowed.
isObjectFollowing() - Method in class org.tentackle.trip.Reference
Returns whether the object content follows this reference.
isObsolete() - Method in interface org.tentackle.misc.PoolSlot
Returns whether the resource is obsolete and should be closed.
isObsolete() - Method in class org.tentackle.trip.transport.ConnectionPoolSlot
 
isOpen() - Method in interface org.tentackle.misc.Poolable
Returns whether the resource is open and usable.
isOpen() - Method in class org.tentackle.trip.transport.LoopbackConnection
 
isOpen() - Method in class org.tentackle.trip.transport.TcpConnection
 
isOptionSet(String) - Method in class org.tentackle.misc.CommandLine
Checks if an option has been set or not.
isPredefinedArray() - Method in enum class org.tentackle.trip.impl.DefaultOpCode
 
isPredefinedArray() - Method in interface org.tentackle.trip.OpCode
Returns true if this OpCode is a predefined array.
isProxy() - Method in interface org.tentackle.trip.DictionaryEntry
Returns whether the entry describes a dynamic proxy.
isProxy() - Method in class org.tentackle.trip.impl.DefaultDictionaryEntry
 
isQueueEmpty() - Method in class org.tentackle.task.DefaultTaskDispatcher
 
isQueueEmpty() - Method in interface org.tentackle.task.TaskDispatcher
Returns whether the task queue is empty.
Depending on the implementation this may be significantly faster than getQueueSize() == 0.
isReadOnly() - Method in interface org.tentackle.bind.BindableElement
Returns whether element is read only.
isReadOnly() - Method in interface org.tentackle.bind.BindingMember
Returns whether member is read only.
isReadOnly() - Method in class org.tentackle.bind.DefaultBindableElement
 
isReadOnly() - Method in class org.tentackle.bind.DefaultBindingMember
Returns whether member is read only.
isReadOnly() - Method in class org.tentackle.prefs.DefaultPreferencesFactory
 
isReadOnly() - Method in interface org.tentackle.prefs.PersistedPreferencesFactory
Returns whether preferences are readonly.
isReadOnly() - Method in class org.tentackle.reflect.PropertyMapping
Returns whether the property is readonly.
isReferencable(Object) - Method in class org.tentackle.trip.types.JOSTripType
 
isReferencable(Object) - Method in class org.tentackle.trip.types.LambdaTripType
 
isReferencable(T) - Method in interface org.tentackle.trip.TripType
Returns whether instances of this type can be back-referenced.
Most application-specific objects can be referenced, but some types should be serialized separately, for example, numeric values like integers or floats.
isReferencable(T) - Method in class org.tentackle.trip.types.AbstractDictionaryBasedTripType
 
isReferencable(T) - Method in class org.tentackle.trip.types.AbstractPredefinedArrayTripType
 
isReferencable(T) - Method in class org.tentackle.trip.types.AbstractTripType
 
isReferencable(T) - Method in class org.tentackle.trip.types.EnumTripType
 
isReferencable(T) - Method in class org.tentackle.trip.types.ThrowableTripType
 
isReference() - Method in enum class org.tentackle.trip.impl.DefaultOpCode
 
isReference() - Method in interface org.tentackle.trip.OpCode
Returns true if this OpCode is a reference.
isResyncRequested() - Method in exception class org.tentackle.bind.BindingVetoException
Returns whether resync is requested.
isRethrowEnabled() - Method in exception class org.tentackle.bind.BindingVetoException
Returns whether veto exception should be rethrown as a binding runtime exception after being processed.
isScavenger(Thread) - Static method in interface org.tentackle.daemon.Scavenger
Returns whether given thread is a scavenger.
isScavenging() - Method in interface org.tentackle.daemon.Scavenger
Returns whether current thread is scavenging.
isScriptCached() - Method in class org.tentackle.misc.CompoundValue
Returns whether script should be cached if possible.
isScriptThreadSafe() - Method in class org.tentackle.misc.CompoundValue
Returns whether script must be executed in a thread-safe manner.
isSender() - Method in class org.tentackle.trip.Reference
Checks if this is a reference from the sender.
isSent() - Method in class org.tentackle.trip.Reference
Checks if the reference has been sent.
isSerializableViaJOS(Class) - Method in class org.tentackle.trip.builder.ObjectTypeBuilder
Returns whether the given class must be serialized via JOS.
isServer() - Method in interface org.tentackle.trip.Dictionary
Returns whether this is the dictionary master.
isServer() - Method in class org.tentackle.trip.impl.DefaultDictionary
 
isSetter(Method) - Static method in class org.tentackle.reflect.ReflectionHelper
Checks whether a method is a setter.
All void non-static methods with a single parameter are considered as setters.
isSevereLoggable() - Method in class org.tentackle.log.DefaultLogger
 
isSevereLoggable() - Method in interface org.tentackle.log.Logger
Checks if logger logs level SEVERE.
isShutdown() - Method in class org.tentackle.io.SocketChannelDispatcher
Returns whether SocketChannelDispatcher.shutdown() was invoked.
isShutdown() - Method in class org.tentackle.misc.AbstractPool
 
isShutdown() - Method in interface org.tentackle.misc.Pool
Returns true if the pool was shut down.
isSimpleEqualsAndHashCode() - Method in class org.tentackle.misc.ImmutableArrayList
Returns whether the equals() and hashCode() methods should refer to the list instance alone.
isSimpleEqualsAndHashCode() - Method in interface org.tentackle.misc.ImmutableCollection
Returns whether the equals() and hashCode() methods should refer to the list instance alone.
isSlotRemovable(PoolSlot) - Method in class org.tentackle.misc.AbstractPool
Determines whether the given slot can be removed from the pool.
By default, a slot can be removed if its resource is not in use.
isSnapshot() - Method in interface org.tentackle.misc.Snapshotable
Returns whether this is a snapshot.
isSnapshot() - Method in class org.tentackle.misc.TrackedArrayList
Returns whether this list is a snapshot.
isSomeAdded() - Method in class org.tentackle.misc.TrackedArrayList
Returns whether some object has been added.
isSomeAdded() - Method in interface org.tentackle.misc.TrackedList
Returns whether some object has been added.
isSomeRemoved() - Method in class org.tentackle.misc.TrackedArrayList
Returns whether some object has been removed.
isSomeRemoved() - Method in interface org.tentackle.misc.TrackedList
Returns whether some object has been removed.
isSystemOnly() - Method in class org.tentackle.prefs.CompositePreferences
Returns whether preferences are system only or user space overrides system space.
isSystemOnly() - Method in class org.tentackle.prefs.DefaultPreferencesFactory
 
isSystemOnly() - Method in interface org.tentackle.prefs.PersistedPreferencesFactory
Returns whether retrieving and storing preferences refers to the system scope only.
isTaskDispatcherThread() - Method in class org.tentackle.task.DefaultTaskDispatcher
Checks whether the current thread is this task dispatcher itself.
isTaskPending(Task) - Method in class org.tentackle.task.DefaultTaskDispatcher
 
isTaskPending(Task) - Method in interface org.tentackle.task.TaskDispatcher
Checks whether a task is still pending.
Tasks are pending as long as they are not completed.
isTerminationRequested() - Method in interface org.tentackle.daemon.Terminatable
Returns whether termination has been requested.
Can be used to determine whether the terminatable terminated intentionally.
isTerminationRequested() - Method in class org.tentackle.task.DefaultTaskDispatcher
 
isThreadSafe() - Method in class org.tentackle.script.AbstractScript
 
isThreadSafe() - Method in interface org.tentackle.script.Script
Returns whether script may be invoked from more than one thread in parallel.
isTransportReleaseRequested() - Method in interface org.tentackle.trip.ClientTransportCloseRequest
Requests the client to release the transport from the TransportManager.
This usually closes the transport and all its connections if the transport is used for only a single named remote object.
isUnreferenced() - Method in class org.tentackle.misc.AbstractPoolSlot
 
isUnreferenced() - Method in interface org.tentackle.misc.PoolSlot
Checks for forgotten puts.
isUserNode() - Method in class org.tentackle.prefs.DefaultPreferences
 
isUserNode() - Method in interface org.tentackle.prefs.PersistedPreferences
Returns true if this preference node is in the user preference tree, false if it's in the system preference tree.
isUsingMutexLocking() - Method in class org.tentackle.task.DefaultTaskDispatcher
 
isUsingMutexLocking() - Method in interface org.tentackle.task.TaskDispatcher
Returns the locking method.
isValid() - Method in class org.tentackle.log.StatisticsResult
Returns whether the result is valid.
isValid() - Method in class org.tentackle.misc.TimeKeeper
Returns whether the duration is valid.
isValidationRequired() - Method in class org.tentackle.bind.AbstractBinding
Determines whether the view is changed in such a way that it requires validation.
isVirgin() - Method in class org.tentackle.misc.IdSerialTuple
 
isVirgin() - Method in interface org.tentackle.misc.SerialNumbered
Returns whether the serial is valid.
isWarningLoggable() - Method in class org.tentackle.log.DefaultLogger
 
isWarningLoggable() - Method in interface org.tentackle.log.Logger
Checks if logger logs level WARNING.
isWithDate() - Method in class org.tentackle.misc.time.SmartDateTimeParser
Returns whether the formatter is parsing a date.
isWithOffset() - Method in class org.tentackle.misc.time.SmartDateTimeParser
Returns whether the formatter is parsing a zone offset.
isWithTime() - Method in class org.tentackle.misc.time.SmartDateTimeParser
Returns whether the formatter is parsing a time.
isWithTimeZone() - Method in class org.tentackle.misc.time.SmartDateTimeParser
Returns whether the formatter is parsing a timezone.
isZero(Number) - Method in class org.tentackle.misc.ObjectUtilities
Checks whether a given number is zero.
iterator() - Method in class org.tentackle.misc.CopyOnWriteCollection
 

J

JOS - Enum constant in enum class org.tentackle.trip.impl.DefaultOpCode
JOS wrapper.
JOSTripType - Class in org.tentackle.trip.types
Wrapper type using Java Object Serialization (JOS).
This is the last resort if the class cannot be serialized via TRIP, and it is not possible to provide a TripComponentProvider, a CanonicalConstructor, a TripInstanceCreator or an application-specific TripType, for whatever reason.
JOSTripType() - Constructor for class org.tentackle.trip.types.JOSTripType
Creates the type.

K

keys() - Method in class org.tentackle.prefs.DefaultPreferences
 
keys() - Method in interface org.tentackle.prefs.PersistedPreferences
Returns all the keys that have an associated value in this preference node.
kill() - Method in interface org.tentackle.daemon.Killable
Kills this thread.
Waits until thread has been killed.
kill() - Method in class org.tentackle.task.DefaultTaskDispatcher
 
Killable - Interface in org.tentackle.daemon
A thread that may be killed.

L

LAMBDA - Enum constant in enum class org.tentackle.trip.impl.DefaultOpCode
lambda wrapper.
LambdaTripType - Class in org.tentackle.trip.types
Wrapper type for lambdas.
By default, lambda serialization is disabled.
LambdaTripType() - Constructor for class org.tentackle.trip.types.LambdaTripType
Creates the type.
languages - Variable in class org.tentackle.script.DefaultScriptFactory
The map of abbreviations to supported scripting languages.
last() - Method in interface org.tentackle.misc.ScrollableResource
Positions the scrollable resource on the last row.
lastIndexOf(Object) - Method in class org.tentackle.misc.CopyOnWriteList
 
lastIndexOf(SubString) - Method in class org.tentackle.misc.SubString
Gets the last index of another segment within this segment.
lastIndexOfIgnoreCase(SubString) - Method in class org.tentackle.misc.SubString
Gets the last index of another segment within this segment, ignoring the case.
Less - Annotation Interface in org.tentackle.validate.validator
The annotated element must less than another value.
LessContainer - Annotation Interface in org.tentackle.validate.validator
Repeating container annotation for Less.
LessImpl - Class in org.tentackle.validate.validator
Implementation of the Less-validator.
LessImpl() - Constructor for class org.tentackle.validate.validator.LessImpl
Creates a Less-validator.
LessOrEqual - Annotation Interface in org.tentackle.validate.validator
The annotated element must less than another value.
LessOrEqualContainer - Annotation Interface in org.tentackle.validate.validator
Repeating container annotation for LessOrEqual.
LessOrEqualImpl - Class in org.tentackle.validate.validator
Implementation of the LessOrEqual-validator.
LessOrEqualImpl() - Constructor for class org.tentackle.validate.validator.LessOrEqualImpl
Creates a LessOrEqual-validator.
list() - Method in class org.tentackle.misc.CopyOnWriteList
Gets the list.
listIterator() - Method in class org.tentackle.misc.CopyOnWriteList
 
listIterator(int) - Method in class org.tentackle.misc.CopyOnWriteList
 
load(String) - Method in class org.tentackle.misc.PropertiesUtilities
Loads the properties for the given resource name.
Same as PropertiesUtilities.loadIfExists(String), but throws a FileNotFoundException if not found.
loadClass(String) - Static method in class org.tentackle.reflect.ReflectionHelper
Same as Class.forName(String), but also handles primitive types.
Expands "@O" and "@C" to "java.lang.Object" and "java.lang.Class" respectively.
loadIfExists(String) - Method in class org.tentackle.misc.PropertiesUtilities
Loads the properties for the given resource name.
loadLanguages() - Method in class org.tentackle.script.DefaultScriptFactory
Loads the languages.
Invoked from with a synchronized block.
LOCALDATE - Enum constant in enum class org.tentackle.trip.impl.DefaultOpCode
java.time.LocalDate.
LOCALDATETIME - Enum constant in enum class org.tentackle.trip.impl.DefaultOpCode
java.time.LocalDateTime.
LocalDateTimeTripType - Class in org.tentackle.trip.types
Trip type for LocalDateTime.
LocalDateTimeTripType() - Constructor for class org.tentackle.trip.types.LocalDateTimeTripType
Creates the type.
LocalDateTripType - Class in org.tentackle.trip.types
Trip type for LocalDate.
LocalDateTripType() - Constructor for class org.tentackle.trip.types.LocalDateTripType
Creates the type.
LOCALE - Enum constant in enum class org.tentackle.trip.impl.DefaultOpCode
java.util.Locale.
LocaleTripType - Class in org.tentackle.trip.types
Trip type for Locale.
LocaleTripType() - Constructor for class org.tentackle.trip.types.LocaleTripType
Creates the type.
LOCALTIME - Enum constant in enum class org.tentackle.trip.impl.DefaultOpCode
java.time.LocalTime.
LocalTimeTripType - Class in org.tentackle.trip.types
Trip type for LocalTime.
LocalTimeTripType() - Constructor for class org.tentackle.trip.types.LocalTimeTripType
Creates the type.
lock(Object) - Method in class org.tentackle.task.DefaultTaskDispatcher
 
lock(Object) - Method in interface org.tentackle.task.TaskDispatcher
Locks this thread.
A locked thread is inactive and waits to be unlocked.
lockInternal() - Method in class org.tentackle.task.DefaultTaskDispatcher
Requests a lock for executing a task from the queue.
log(Object, Method, Object[], Object, TimeKeeper) - Method in class org.tentackle.reflect.InterceptableMethodInvoker
Logs the invocation.
log(Logger.Level, String, Object...) - Method in class org.tentackle.log.DefaultLogger
 
log(Logger.Level, String, Object...) - Method in interface org.tentackle.log.Logger
Logs a message.
log(Logger.Level, String, Throwable) - Method in class org.tentackle.log.DefaultLogger
 
log(Logger.Level, String, Throwable) - Method in interface org.tentackle.log.Logger
Logs a message.
log(Logger.Level, Throwable, Supplier) - Method in class org.tentackle.log.DefaultLogger
 
log(Logger.Level, Throwable, Supplier) - Method in interface org.tentackle.log.Logger
Logs a message.
Log - Annotation Interface in org.tentackle.log
Annotation to express that the annotated method should be logged.
logException(Exception) - Static method in class org.tentackle.log.LoggerOutputStream
Logs an exception stacktrace to the logger with a default buffer size and Logger.Level.SEVERE to the default logger of the util package.
logException(Exception, Logger) - Static method in class org.tentackle.log.LoggerOutputStream
Logs an exception stacktrace to the logger with a default buffer size and Logger.Level.SEVERE.
logException(Exception, Logger, Logger.Level, int) - Static method in class org.tentackle.log.LoggerOutputStream
Logs an exception stacktrace to the logger.
Loggable - Interface in org.tentackle.log
An interface telling whether an object is loggable or not.
Logger - Interface in org.tentackle.log
A pluggable logger.
Logger.Level - Enum Class in org.tentackle.log
Logging levels.
LoggerFactory - Interface in org.tentackle.log
Factory for pluggable loggers.
LoggerOutputStream - Class in org.tentackle.log
Output stream for a logger.
Nice to catch e.printStackTrace(Stream)
LoggerOutputStream(Logger) - Constructor for class org.tentackle.log.LoggerOutputStream
Creates a logger output stream with a default buffer size and Logger.Level.SEVERE.
LoggerOutputStream(Logger, Logger.Level) - Constructor for class org.tentackle.log.LoggerOutputStream
Creates a logger output stream with a default buffer size.
LoggerOutputStream(Logger, Logger.Level, int) - Constructor for class org.tentackle.log.LoggerOutputStream
Creates a logger output stream.
LoggingRunnable - Class in org.tentackle.log
A logging runnable.
Logs start and duration times.
LoggingRunnable(Logger, Logger.Level, Runnable) - Constructor for class org.tentackle.log.LoggingRunnable
Creates a logging runnable.
LogInterceptor - Class in org.tentackle.log
Implementation for the Log interception.
LogInterceptor() - Constructor for class org.tentackle.log.LogInterceptor
Creates the Log interceptor.
logStackDump(Logger.Level, String) - Method in class org.tentackle.misc.DiagnosticUtilities
Logs the stackdump.
logStacktrace(Throwable) - Method in class org.tentackle.log.DefaultLogger
Logs the stacktrace of a throwable with a logging level of SEVERE.
logStacktrace(Throwable) - Method in interface org.tentackle.log.Logger
Logs the stacktrace of a throwable with a logging level of SEVERE.
logStacktrace(Logger.Level, Throwable) - Method in class org.tentackle.log.DefaultLogger
Logs the stacktrace of a throwable.
logStacktrace(Logger.Level, Throwable) - Method in interface org.tentackle.log.Logger
Logs the stacktrace of a throwable.
logStatistics(String, Logger.Level, String, boolean) - Method in class org.tentackle.log.MethodStatistics
Logs the statistics.
logStatistics(Logger.Level, boolean) - Method in class org.tentackle.reflect.InterceptableMethodInvoker
Logs the statistics.
LONG - Enum constant in enum class org.tentackle.trip.impl.DefaultOpCode
long value (8 bytes).
LONG - Enum constant in enum class org.tentackle.trip.PredefinedArrayType
 
LONG_PRIMITIVE - Enum constant in enum class org.tentackle.trip.PredefinedArrayType
 
LONG1 - Enum constant in enum class org.tentackle.trip.impl.DefaultOpCode
small long value (fits in 1 byte).
LONG2 - Enum constant in enum class org.tentackle.trip.impl.DefaultOpCode
small long value (fits in 2 bytes).
LONG3 - Enum constant in enum class org.tentackle.trip.impl.DefaultOpCode
small long value (fits in 3 bytes).
LONG4 - Enum constant in enum class org.tentackle.trip.impl.DefaultOpCode
small long value (fits in 4 bytes).
LONG5 - Enum constant in enum class org.tentackle.trip.impl.DefaultOpCode
small long value (fits in 5 bytes).
LONG5_MAX - Static variable in class org.tentackle.trip.TripConstants
Maximum value for 5-byte signed longs.
LONG5_MIN - Static variable in class org.tentackle.trip.TripConstants
Minimum value for 5-byte signed longs.
LONG6 - Enum constant in enum class org.tentackle.trip.impl.DefaultOpCode
small long value (fits in 6 bytes).
LONG6_MAX - Static variable in class org.tentackle.trip.TripConstants
Maximum value for 6-byte signed longs.
LONG6_MIN - Static variable in class org.tentackle.trip.TripConstants
Minimum value for 6-byte signed longs.
LONG7 - Enum constant in enum class org.tentackle.trip.impl.DefaultOpCode
small long value (fits in 7 bytes).
LONG7_MAX - Static variable in class org.tentackle.trip.TripConstants
Maximum value for 7-byte signed longs.
LONG7_MIN - Static variable in class org.tentackle.trip.TripConstants
Minimum value for 7-byte signed longs.
LongArrayTripType - Class in org.tentackle.trip.types
Trip type for Long array.
LongArrayTripType() - Constructor for class org.tentackle.trip.types.LongArrayTripType
Creates the type.
LongPrimitiveArrayTripType - Class in org.tentackle.trip.types
Trip type for long[] array.
LongPrimitiveArrayTripType() - Constructor for class org.tentackle.trip.types.LongPrimitiveArrayTripType
Creates the type.
LongPrimitiveTripType - Class in org.tentackle.trip.types
Trip type for long primitive.
LongPrimitiveTripType() - Constructor for class org.tentackle.trip.types.LongPrimitiveTripType
Creates the type.
LongTripType - Class in org.tentackle.trip.types
Trip type for Long.
LongTripType() - Constructor for class org.tentackle.trip.types.LongTripType
Creates the type.
LongTripType(Class) - Constructor for class org.tentackle.trip.types.LongTripType
Super constructor for the primitive type.
lookup(Class, String) - Method in class org.tentackle.trip.transport.AbstractTransport
 
lookup(Class, String) - Method in interface org.tentackle.trip.Transport
Looks up a remote object by its name.
lookup(String) - Method in class org.tentackle.trip.impl.DefaultRegistry
 
lookup(String) - Method in interface org.tentackle.trip.RemoteLookup
Looks up the unique ID of a remote delegate by its symbolic name.
lookup(UUID) - Method in class org.tentackle.trip.impl.DefaultRegistry
 
lookup(UUID) - Method in interface org.tentackle.trip.Registry
Looks up a remote delegate by its unique ID.
lookup(Remote) - Method in class org.tentackle.trip.impl.DefaultRegistry
 
lookup(Remote) - Method in interface org.tentackle.trip.Registry
Looks up the unique ID of a remote object.
Locates the remote delegate of a remote object and returns its unique ID.
LoopbackCallHandler - Class in org.tentackle.trip.transport
Loopback call handler for testing purposes.
LoopbackCallHandler(Transport, TripStream, TransportClientInfo, RemoteCall) - Constructor for class org.tentackle.trip.transport.LoopbackCallHandler
Creates a new handler.
LoopbackConnection - Class in org.tentackle.trip.transport
Loopback connection for testing purposes.
LoopbackConnection(LoopbackTransport, TripStream) - Constructor for class org.tentackle.trip.transport.LoopbackConnection
Creates a new TCP connection.
LoopbackConnectionHandler - Class in org.tentackle.trip.transport
Loopback connection handler for testing purposes.
LoopbackConnectionHandler(LoopbackTransport, String, InputStream, OutputStream) - Constructor for class org.tentackle.trip.transport.LoopbackConnectionHandler
Creates a new handler.
LoopbackConnectionPool - Class in org.tentackle.trip.transport
The loopback client connection pool for testing purposes.
The connection pool also maintains the server-side transport (since there is only one connection pool maintained by the client-side transport).
LoopbackConnectionPool(LoopbackTransport, Dictionary) - Constructor for class org.tentackle.trip.transport.LoopbackConnectionPool
Creates a loopback connection pool.
LoopbackTransport - Class in org.tentackle.trip.transport
Loopback transport for testing purposes.
LoopbackTransport(URI) - Constructor for class org.tentackle.trip.transport.LoopbackTransport
Creates a new transport.

M

MAGIC - Static variable in class org.tentackle.trip.TripConstants
The 2-byte magic number (TRIP connection header): » «
Which is followed by the UUID of the transport.
MajorSeverity - Interface in org.tentackle.validate.severity
A major severity.
MajorSeverityImpl - Class in org.tentackle.validate.severity
Implements the major severity.
Creates a FailedValidationResult.
MajorSeverityImpl() - Constructor for class org.tentackle.validate.severity.MajorSeverityImpl
Creates the major severity.
makeDeclareString(String) - Static method in class org.tentackle.reflect.ReflectionHelper
create a source-usable string from clazz.getName(). e.g.
Mandatory - Annotation Interface in org.tentackle.validate.validator
The annotated element is mandatory.
MandatoryBindingEvaluator - Interface in org.tentackle.validate
Annotations used to determine whether a UI-component is mandatory must implement this interface.
MandatoryContainer - Annotation Interface in org.tentackle.validate.validator
Repeating container annotation for Mandatory.
MandatoryImpl - Class in org.tentackle.validate.validator
Implementation of the Mandatory-validator.
MandatoryImpl() - Constructor for class org.tentackle.validate.validator.MandatoryImpl
Creates a Mandatory-validator.
MandatoryScope - Interface in org.tentackle.validate.scope
Validation scope for the mandatory attribute of UI components.
MandatoryScopeImpl - Class in org.tentackle.validate.scope
Mandatory scope default implementation.
MandatoryScopeImpl() - Constructor for class org.tentackle.validate.scope.MandatoryScopeImpl
Creates the mandatory scope.
map(Class) - Method in interface org.tentackle.reflect.ClassMapper
Maps a class or interface to another class or interface.
map(Class) - Method in class org.tentackle.reflect.DefaultClassMapper
 
map(String) - Method in interface org.tentackle.reflect.ClassMapper
Maps a class or interface to another class or interface by its name.
map(String) - Method in class org.tentackle.reflect.DefaultClassMapper
 
map(String) - Method in class org.tentackle.validate.ValidationMapper
Maps the current path from validation- to binding-path.
map(String, boolean) - Method in class org.tentackle.reflect.AbstractClassMapper
Maps with concurrent hashmap cache.
MAP - Enum constant in enum class org.tentackle.trip.impl.DefaultOpCode
maps.
mapClass(String, boolean) - Method in class org.tentackle.reflect.ClassToServicesMapper
Maps to the classes.
MapHeader(int, T) - Constructor for record class org.tentackle.trip.types.MapTripType.MapHeader
Creates an instance of a MapHeader record class.
mapLenient(Class) - Method in interface org.tentackle.reflect.ClassMapper
Maps a class or interface to another class or interface.
If there is no mapping for clazz its superclasses are tried.
mapLenient(Class) - Method in class org.tentackle.reflect.DefaultClassMapper
 
mapLenient(String) - Method in interface org.tentackle.reflect.ClassMapper
Maps a name to a class.
mapLenient(String) - Method in class org.tentackle.reflect.DefaultClassMapper
 
MappedDiagnosticContext - Interface in org.tentackle.log
A mapped diagnostic context.
Provides thread-local optional key-value pairs to enhance logging.
MapResult(Binder, String) - Constructor for record class org.tentackle.validate.ValidationUtilities.MapResult
Creates an instance of a MapResult record class.
MapTripType<T> - Class in org.tentackle.trip.types
Trip type for Maps.
MapTripType(Class) - Constructor for class org.tentackle.trip.types.MapTripType
Creates the type.
MapTripType.MapHeader<T> - Record Class in org.tentackle.trip.types
MapTypeBuilder<T> - Class in org.tentackle.trip.builder
Builder for map types.
MapTypeBuilder() - Constructor for class org.tentackle.trip.builder.MapTypeBuilder
Creates the type builder.
mapValidationPath(NavigableSet, Binder, String) - Method in class org.tentackle.validate.ValidationUtilities
Maps binding paths.
Translates one binding path (usually a validation path from a validation result) to binding paths and their corresponding binder.
markReceived() - Method in class org.tentackle.trip.Reference
Marks the reference as received and the object's content read.
markSent() - Method in class org.tentackle.trip.Reference
Marks the reference as sent.
matches(Class) - Method in class org.tentackle.reflect.Mixin
Determines whether a given interface class extends the declaring class of this mixin or any of its super interfaces.
matchesPattern(Pattern) - Method in class org.tentackle.log.AbstractMappedDiagnosticContext
 
matchesPattern(Pattern) - Method in interface org.tentackle.log.MappedDiagnosticContext
Checks whether this mapped diagnostic context matches a given pattern.
max() - Element in annotation interface org.tentackle.validate.validator.Size
 
message() - Element in annotation interface org.tentackle.validate.validator.Changeable
An optional validation message.
If missing the validator creates its own message.
message() - Element in annotation interface org.tentackle.validate.validator.Equal
An optional validation message.
If missing the validator creates its own message.
message() - Element in annotation interface org.tentackle.validate.validator.False
An optional validation message.
If missing the validator creates its own message.
message() - Element in annotation interface org.tentackle.validate.validator.Greater
An optional validation message.
If missing the validator creates its own message.
message() - Element in annotation interface org.tentackle.validate.validator.GreaterOrEqual
An optional validation message.
If missing the validator creates its own message.
message() - Element in annotation interface org.tentackle.validate.validator.Less
An optional validation message.
If missing the validator creates its own message.
message() - Element in annotation interface org.tentackle.validate.validator.LessOrEqual
An optional validation message.
If missing the validator creates its own message.
message() - Element in annotation interface org.tentackle.validate.validator.Mandatory
An optional validation message.
If missing the validator creates its own message.
message() - Element in annotation interface org.tentackle.validate.validator.NotEmpty
An optional validation message.
If missing the validator creates its own message.
message() - Element in annotation interface org.tentackle.validate.validator.NotEqual
An optional validation message.
If missing the validator creates its own message.
message() - Element in annotation interface org.tentackle.validate.validator.NotNull
An optional validation message.
If missing the validator creates its own message.
message() - Element in annotation interface org.tentackle.validate.validator.NotZero
An optional validation message.
If missing the validator creates its own message.
message() - Element in annotation interface org.tentackle.validate.validator.Null
An optional validation message.
If missing the validator creates its own message.
message() - Element in annotation interface org.tentackle.validate.validator.Pattern
An optional validation message.
If missing the validator creates its own message.
message() - Element in annotation interface org.tentackle.validate.validator.Size
An optional validation message.
If missing the validator creates its own message.
message() - Element in annotation interface org.tentackle.validate.validator.True
An optional validation message.
If missing the validator creates its own message.
message() - Element in annotation interface org.tentackle.validate.validator.Zero
An optional validation message.
If missing the validator creates its own message.
MessageScriptConverter - Annotation Interface in org.tentackle.validate.validator
Annotation for a script converter for validator messages.
MethodCache - Class in org.tentackle.reflect
Cache to speed up method lookup by reflection.
MethodCache(String) - Constructor for class org.tentackle.reflect.MethodCache
Creates a method cache.
methodIndex() - Method in record class org.tentackle.trip.remote.IdentifiedRemoteCall
Returns the value of the methodIndex record component.
methodIndex() - Method in record class org.tentackle.trip.remote.InitialRemoteResponse
Returns the value of the methodIndex record component.
methodName() - Method in record class org.tentackle.trip.remote.InitialRemoteCall
Returns the value of the methodName record component.
methods() - Method in record class org.tentackle.reflect.ReflectionHelper.CanonicalBuilderInfo
Returns the value of the methods record component.
MethodStatistics - Class in org.tentackle.log
Method statistics collector.
MethodStatistics() - Constructor for class org.tentackle.log.MethodStatistics
Creates a new statistics object.
MethodStatisticsKey - Class in org.tentackle.log
Method key for collecting method statistics.
MethodStatisticsKey(Method) - Constructor for class org.tentackle.log.MethodStatisticsKey
Creates a method key.
MethodStatisticsKey(Method, Class) - Constructor for class org.tentackle.log.MethodStatisticsKey
Creates a key for given method and optional class.
methodToString(Method) - Static method in class org.tentackle.reflect.ReflectionHelper
Creates a string from a method.
This variant produces a much shorter string than Method.toString() and shortens logging output.
MethodTripComponent<P,T> - Class in org.tentackle.trip.impl
A TripComponent implementation for methods.
This is only provided for application-specific needs.
MethodTripComponent(TripType, int, Method, Method, boolean, T) - Constructor for class org.tentackle.trip.impl.MethodTripComponent
Creates a new MethodTripComponent.
micros() - Method in class org.tentackle.misc.TimeKeeper
Gets the duration in microseconds.
microsToString() - Method in class org.tentackle.misc.TimeKeeper
Returns the microseconds as a String.
millis() - Method in class org.tentackle.misc.TimeKeeper
Gets the duration in milliseconds.
millisToString() - Method in class org.tentackle.misc.TimeKeeper
Returns the milliseconds as a String.
min() - Element in annotation interface org.tentackle.validate.validator.Size
 
MinorSeverity - Interface in org.tentackle.validate.severity
A minor severity.
MinorSeverityImpl - Class in org.tentackle.validate.severity
Implements the minor severity.
Creates an InfoValidationResult.
MinorSeverityImpl() - Constructor for class org.tentackle.validate.severity.MinorSeverityImpl
Creates the minor severity.
MiscCoreBundle - Class in org.tentackle.misc
Bundle for misc-package in tentackle-core.
MissingOffsetHandler - Class in org.tentackle.misc.time
Error handler to add a missing zone offset.
MissingOffsetHandler() - Constructor for class org.tentackle.misc.time.MissingOffsetHandler
Creates a missing offset handler.
MissingTimeHandler - Class in org.tentackle.misc.time
Error handler to add, expand or insert a missing time.
MissingTimeHandler() - Constructor for class org.tentackle.misc.time.MissingTimeHandler
Creates a missing time handler.
MissingZoneIdHandler - Class in org.tentackle.misc.time
Error handler to add a missing timezone.
MissingZoneIdHandler() - Constructor for class org.tentackle.misc.time.MissingZoneIdHandler
Creates a missing zone handler.
Mixin<T,M> - Class in org.tentackle.reflect
Mixin to implement dynamic proxies.
Mixin() - Constructor for class org.tentackle.reflect.Mixin
No-arys constructor provided for TRIP.
Mixin(Class, Class) - Constructor for class org.tentackle.reflect.Mixin
Creates a dummy mixin.
Dummy mixins just map nothing at all.
Mixin(ClassMapper, Class, Class) - Constructor for class org.tentackle.reflect.Mixin
Creates a mixin.
Modifiable - Interface in org.tentackle.misc
Interface for objects that can tell whether they are modified or not.
moneyPattern() - Method in record class org.tentackle.misc.FormatHelper.Patterns
Returns the value of the moneyPattern record component.
monitor() - Method in class org.tentackle.misc.AbstractPool
 
monitor() - Method in interface org.tentackle.misc.Pool
Runs a monitoring operation.
Invoked periodically by the PoolTimeoutThread to close unused and timed out resources.
multiply(long) - Method in class org.tentackle.misc.TimeKeeper
Multiplies this duration.
MutableByteArrayInputStream - Class in org.tentackle.io
MutableByteArrayInputStream() - Constructor for class org.tentackle.io.MutableByteArrayInputStream
Creates an empty MutableByteArrayInputStream.
MutableByteArrayInputStream(byte[]) - Constructor for class org.tentackle.io.MutableByteArrayInputStream
Creates a MutableByteArrayInputStream.
MutableByteArrayInputStream(byte[], int, int) - Constructor for class org.tentackle.io.MutableByteArrayInputStream
Creates MutableByteArrayInputStream.

N

name() - Method in class org.tentackle.prefs.DefaultPreferences
 
name() - Method in interface org.tentackle.prefs.PersistedPreferences
Returns this preference node's name, relative to its parent.
NAME - Static variable in interface org.tentackle.validate.scope.AllScope
the scope's name.
NAME - Static variable in interface org.tentackle.validate.scope.ChangeableScope
the scope's name.
NAME - Static variable in interface org.tentackle.validate.scope.InteractiveScope
the scope's name.
NAME - Static variable in interface org.tentackle.validate.scope.MandatoryScope
the scope's name.
NAME - Static variable in interface org.tentackle.validate.scope.PersistenceScope
the scope's name.
NamedCounter - Class in org.tentackle.misc
Thread-safe named counter.
NamedCounter() - Constructor for class org.tentackle.misc.NamedCounter
Creates a named counter.
NamedValue<T> - Class in org.tentackle.misc
Thread-safe named value.
NamedValue() - Constructor for class org.tentackle.misc.NamedValue
Creates a named counter.
names() - Method in class org.tentackle.misc.NamedCounter
Gets the names of all counters.
names() - Method in class org.tentackle.misc.NamedValue
Gets the names of all values.
nanos() - Method in class org.tentackle.misc.TimeKeeper
Gets the duration in nanoseconds.
NEVER - Static variable in annotation interface org.tentackle.trip.TripDeduplicatable
Turns off deduplication.
NEVER - Static variable in annotation interface org.tentackle.trip.TripReferencable
Not referencable.
next() - Method in class org.tentackle.misc.CopyOnWriteCollection.ReadOnlyIterator
 
next() - Method in class org.tentackle.misc.CopyOnWriteList.ReadOnlyListIterator
 
next() - Method in interface org.tentackle.misc.ScrollableResource
Moves the scrollable resource to the next row.
If there are no more rows the current row remains unchanged.
next(String) - Method in class org.tentackle.misc.NamedCounter
Increments and gets the value for given named counter.
nextIndex() - Method in class org.tentackle.misc.CopyOnWriteList.ReadOnlyListIterator
 
nextTask() - Method in class org.tentackle.task.DefaultTaskDispatcher
Determines the next task to execute.
If the only tasks left are scheduled for the future, the task with the minimum scheduled time will be returned.
NIL - Static variable in class org.tentackle.misc.XUUID
The NIL XUUID.
NO_SUCH_DELEGATE - Enum constant in enum class org.tentackle.trip.impl.DefaultOpCode
no such delegate UUID registered.
noArgsVisitor - Variable in class org.tentackle.apt.AbstractServiceAnnotationProcessor
 
NoArgsVisitor - Class in org.tentackle.apt.visitor
A type visitor checks for no args.
NoArgsVisitor() - Constructor for class org.tentackle.apt.visitor.NoArgsVisitor
Creates a no-args visitor.
node(String) - Method in class org.tentackle.prefs.DefaultPreferences
 
node(String) - Method in interface org.tentackle.prefs.PersistedPreferences
Returns the named preference node in the same tree as this node, creating it and any of its ancestors if they do not already exist.
nodeExists(String) - Method in class org.tentackle.prefs.DefaultPreferences
 
nodeExists(String) - Method in interface org.tentackle.prefs.PersistedPreferences
Returns true if the named preference node exists in the same tree as this node.
nodeName(Class) - Method in class org.tentackle.prefs.DefaultPreferencesFactory
Returns the absolute path name of the node corresponding to the package of the specified object.
NotEmpty - Annotation Interface in org.tentackle.validate.validator
The annotated element must not be empty.
NotEmptyContainer - Annotation Interface in org.tentackle.validate.validator
Repeating container annotation for NotEmpty.
NotEmptyImpl - Class in org.tentackle.validate.validator
Implementation of the NotEmpty-validator.
NotEmptyImpl() - Constructor for class org.tentackle.validate.validator.NotEmptyImpl
Creates a NotEmpty-validator.
NotEqual - Annotation Interface in org.tentackle.validate.validator
The annotated element must be not equal to another value.
NotEqualContainer - Annotation Interface in org.tentackle.validate.validator
Repeating container annotation for NotEqual.
NotEqualImpl - Class in org.tentackle.validate.validator
Implementation of the NotEqual-validator.
NotEqualImpl() - Constructor for class org.tentackle.validate.validator.NotEqualImpl
Creates a NotEqual-validator.
NotifyingByteArrayOutputStream - Class in org.tentackle.io
A byte array output stream notifying waiting threads when data was written.
NotifyingByteArrayOutputStream() - Constructor for class org.tentackle.io.NotifyingByteArrayOutputStream
Creates a new byte array output stream.
NotifyingByteArrayOutputStream(int) - Constructor for class org.tentackle.io.NotifyingByteArrayOutputStream
Creates a new byte array output stream, with a buffer capacity of the specified size, in bytes.
NotNull - Annotation Interface in org.tentackle.validate.validator
The annotated element must be not null.
NotNullContainer - Annotation Interface in org.tentackle.validate.validator
Repeating container annotation for NotNull.
NotNullImpl - Class in org.tentackle.validate.validator
Implementation of the NotNull-validator.
NotNullImpl() - Constructor for class org.tentackle.validate.validator.NotNullImpl
Creates a NotNull-validator.
NotZero - Annotation Interface in org.tentackle.validate.validator
The annotated element must be not 0 (zero).
NotZeroContainer - Annotation Interface in org.tentackle.validate.validator
Repeating container annotation for NotZero.
NotZeroImpl - Class in org.tentackle.validate.validator
Implementation of the NotZero-validator.
NotZeroImpl() - Constructor for class org.tentackle.validate.validator.NotZeroImpl
Creates a NotZero-validator.
nowOf(Class) - Method in class org.tentackle.misc.DateTimeUtilities
Gets the current time/date of the same type as the given instance.
Provides an implementation of the missing method Temporal#now(), if the concrete temporal type is unknown.
NowShortcut - Class in org.tentackle.misc.time
Shortcut to replace the value with the current time and/or date.
NowShortcut() - Constructor for class org.tentackle.misc.time.NowShortcut
Creates the "now" shortcut.
Null - Annotation Interface in org.tentackle.validate.validator
The annotated element must be null.
NULL - Enum constant in enum class org.tentackle.trip.impl.DefaultOpCode
null value.
NullContainer - Annotation Interface in org.tentackle.validate.validator
Repeating container annotation for Null.
NullImpl - Class in org.tentackle.validate.validator
Implementation of the Null-validator.
NullImpl() - Constructor for class org.tentackle.validate.validator.NullImpl
Creates a Null-validator.
NumberShortcut - Class in org.tentackle.misc.time
Shortcut to derive a Temporal from a numeric input.
The corresponding part is updated and the remaining parts (to the right) are set to their minimum value.
NumberShortcut() - Constructor for class org.tentackle.misc.time.NumberShortcut
Creates a shortcut without a window provider.
NumberShortcut(NumberShortcut.WindowProvider) - Constructor for class org.tentackle.misc.time.NumberShortcut
Creates a shortcut.
NumberShortcut.WindowProvider - Interface in org.tentackle.misc.time
Provides the input windows for year, month and day.

O

OBJECT - Enum constant in enum class org.tentackle.trip.impl.DefaultOpCode
any other object class.
ObjectTripType<T> - Class in org.tentackle.trip.types
Fallback for objects w/o a dedicated trip type.
This is the core type for the majority of objects.
ObjectTripType(Class) - Constructor for class org.tentackle.trip.types.ObjectTripType
Creates the type.
ObjectTypeBuilder<T> - Class in org.tentackle.trip.builder
Fallback Builder for all other object types.
ObjectTypeBuilder() - Constructor for class org.tentackle.trip.builder.ObjectTypeBuilder
Creates the type builder.
ObjectUtilities - Class in org.tentackle.misc
Object utility methods.
ObjectUtilities() - Constructor for class org.tentackle.misc.ObjectUtilities
 
OFFSETDATETIME - Enum constant in enum class org.tentackle.trip.impl.DefaultOpCode
java.time.OffsetDateTime.
OffsetDateTimeTripType - Class in org.tentackle.trip.types
Trip type for OffsetDateTime.
OffsetDateTimeTripType() - Constructor for class org.tentackle.trip.types.OffsetDateTimeTripType
Creates the type.
OffsetFilter - Class in org.tentackle.misc.time
Filter to process a zone offset.
OffsetFilter() - Constructor for class org.tentackle.misc.time.OffsetFilter
Creates an offset filter.
OffsetShortcut - Class in org.tentackle.misc.time
Shortcut for a ZoneOffset.
OffsetShortcut() - Constructor for class org.tentackle.misc.time.OffsetShortcut
Creates the offset shortcut.
OFFSETTIME - Enum constant in enum class org.tentackle.trip.impl.DefaultOpCode
java.time.OffsetTime.
OffsetTimeTripType - Class in org.tentackle.trip.types
Trip type for OffsetTime.
OffsetTimeTripType() - Constructor for class org.tentackle.trip.types.OffsetTimeTripType
Creates the type.
OpCode - Interface in org.tentackle.trip
Operation Code.
The op-code is the first byte of a serialized block and describes how to process the following bytes, up to the next op-code.
OpCodeCategory - Enum Class in org.tentackle.trip.impl
Code category to speed up type lookups.
options() - Element in annotation interface org.tentackle.bind.Bindable
GUI Binding options.
ordinal() - Element in annotation interface org.tentackle.bind.Bindable
An optional number to sort the bindings.
The binder processes the bindings sorted by ordinal + name of the binding member.
ordinal() - Element in annotation interface org.tentackle.reflect.CanonicalField
The position of the argument in the constructor.
The concrete value doesn't matter, only the order is important.
ordinal() - Element in annotation interface org.tentackle.reflect.CanonicalGetter
The position of the argument in the constructor.
The concrete value doesn't matter, only the order is important.
org.tentackle.apt - package org.tentackle.apt
Annotation processors.
org.tentackle.apt.visitor - package org.tentackle.apt.visitor
Visitors for annotation processors.
org.tentackle.bind - package org.tentackle.bind
Binding.
org.tentackle.core - module org.tentackle.core
tentackle-core module.
org.tentackle.daemon - package org.tentackle.daemon
Supervisor daemon.
org.tentackle.io - package org.tentackle.io
Network- and I/O-support.
org.tentackle.log - package org.tentackle.log
Logging support.
org.tentackle.misc - package org.tentackle.misc
Miscellaneous stuff.
Everything that doesn't fit elsewhere.
org.tentackle.misc.time - package org.tentackle.misc.time
 
org.tentackle.prefs - package org.tentackle.prefs
Persistable preferences.
org.tentackle.reflect - package org.tentackle.reflect
Reflection support.
org.tentackle.script - package org.tentackle.script
Scripting abstraction layer.
org.tentackle.task - package org.tentackle.task
Tasks and dispatchers.
org.tentackle.trip - package org.tentackle.trip
The Tentackle Remote Invocation Protocol (TRIP).
org.tentackle.trip.builder - package org.tentackle.trip.builder
Predefined TripTypeBuilders.
org.tentackle.trip.creators - package org.tentackle.trip.creators
 
org.tentackle.trip.impl - package org.tentackle.trip.impl
Default implementations.
org.tentackle.trip.provider - package org.tentackle.trip.provider
Predefined component providers.
org.tentackle.trip.remote - package org.tentackle.trip.remote
The TRIP remote protocol layer.
org.tentackle.trip.transport - package org.tentackle.trip.transport
The TRIP transport layer.
org.tentackle.trip.types - package org.tentackle.trip.types
Predefined TripTypes.
org.tentackle.validate - package org.tentackle.validate
Validation API.
org.tentackle.validate.scope - package org.tentackle.validate.scope
Predefined validation scopes.
org.tentackle.validate.severity - package org.tentackle.validate.severity
 
org.tentackle.validate.validator - package org.tentackle.validate.validator
Predefined validators.

P

PacketSizedInputStream - Class in org.tentackle.io
An input stream that reads packets with a header holding the packet size.
The header is read as 2 bytes.
PacketSizedInputStream(InputStream) - Constructor for class org.tentackle.io.PacketSizedInputStream
Creates the input stream.
PacketSizedOutputStream - Class in org.tentackle.io
An output stream that writes packets with a header holding the packet size.
PacketSizedOutputStream(OutputStream) - Constructor for class org.tentackle.io.PacketSizedOutputStream
Creates a compressed output stream.
parallelStream() - Method in class org.tentackle.misc.CopyOnWriteCollection
 
parameters() - Method in record class org.tentackle.trip.remote.IdentifiedRemoteCall
Returns the value of the parameters record component.
parameters() - Method in record class org.tentackle.trip.remote.InitialRemoteCall
Returns the value of the parameters record component.
parameterTypes() - Method in record class org.tentackle.trip.remote.InitialRemoteCall
Returns the value of the parameterTypes record component.
parent() - Method in class org.tentackle.prefs.DefaultPreferences
 
parent() - Method in interface org.tentackle.prefs.PersistedPreferences
Returns the parent of this preference node, or null if this is the root.
parse(Class, TemporalQuery, BiFunction, Supplier, DateTimeFormatter, String, String) - Method in class org.tentackle.misc.DateTimeUtilities
Converts a string to a temporal value of the given type.
parse(Supplier, String) - Method in class org.tentackle.misc.time.SmartDateTimeParser
Converts a string to a temporal value of given type.
parse(SmartDateTimeParser, V, String) - Method in class org.tentackle.misc.time.AddShortcut
 
parse(SmartDateTimeParser, V, String) - Method in class org.tentackle.misc.time.NowShortcut
 
parse(SmartDateTimeParser, V, String) - Method in class org.tentackle.misc.time.NumberShortcut
 
parse(SmartDateTimeParser, V, String) - Method in class org.tentackle.misc.time.OffsetShortcut
 
parse(SmartDateTimeParser, V, String) - Method in interface org.tentackle.misc.time.SmartDateTimeParser.Shortcut
Parses the shortcut string.
parse(SmartDateTimeParser, V, String) - Method in class org.tentackle.misc.time.ZoneShortcut
 
parseDate(String) - Static method in class org.tentackle.misc.FormatHelper
Parses a date.
parseDouble(String) - Static method in class org.tentackle.misc.FormatHelper
Parses a double.
parseFloat(String) - Static method in class org.tentackle.misc.FormatHelper
Parses a float.
parseInteger(String) - Static method in class org.tentackle.misc.FormatHelper
Parses an integer.
parseLocalDate(String) - Static method in class org.tentackle.misc.DateTimeUtilities
Smart LocalDate parser.
parseLocalDate(String) - Static method in class org.tentackle.misc.FormatHelper
Parses a date.
parseLocalDateTime(String) - Static method in class org.tentackle.misc.DateTimeUtilities
Smart LocalDateTime parser.
parseLocalDateTime(String) - Static method in class org.tentackle.misc.FormatHelper
Parses a timestamp.
parseLocalTime(String) - Static method in class org.tentackle.misc.DateTimeUtilities
Smart LocalTime parser.
parseLocalTime(String) - Static method in class org.tentackle.misc.FormatHelper
Parses a time.
parseOffset(String) - Method in class org.tentackle.misc.DateTimeUtilities
Creates a zone offset from a string.
Returns the default offset if the string is null or empty.
parseOffsetDateTime(String) - Static method in class org.tentackle.misc.DateTimeUtilities
Smart OffsetDateTime parser.
parseOffsetDateTime(String) - Static method in class org.tentackle.misc.FormatHelper
Parses a timestamp with zone offset.
parseOffsetTime(String) - Static method in class org.tentackle.misc.DateTimeUtilities
Smart OffsetTime parser.
parseOffsetTime(String) - Static method in class org.tentackle.misc.FormatHelper
Parses a time with zone offset.
parseShortDate(String) - Static method in class org.tentackle.misc.FormatHelper
Parses a short date.
parseShortLocalDate(String) - Static method in class org.tentackle.misc.DateTimeUtilities
Smart short format LocalDate parser.
parseShortLocalDate(String) - Static method in class org.tentackle.misc.FormatHelper
Parses a short date.
parseShortLocalDateTime(String) - Static method in class org.tentackle.misc.DateTimeUtilities
Smart short format LocalDateTime parser.
parseShortLocalDateTime(String) - Static method in class org.tentackle.misc.FormatHelper
Parses a short timestamp.
parseShortLocalTime(String) - Static method in class org.tentackle.misc.DateTimeUtilities
Smart short format LocalTime parser.
parseShortLocalTime(String) - Static method in class org.tentackle.misc.FormatHelper
Parses a short time.
parseShortOffsetDateTime(String) - Static method in class org.tentackle.misc.DateTimeUtilities
Smart short format OffsetDateTime parser.
parseShortOffsetDateTime(String) - Static method in class org.tentackle.misc.FormatHelper
Parses a short timestamp with zone offset.
parseShortOffsetTime(String) - Static method in class org.tentackle.misc.DateTimeUtilities
Smart short format OffsetTime parser.
parseShortOffsetTime(String) - Static method in class org.tentackle.misc.FormatHelper
Parses short a time with zone offset.
parseShortTime(String) - Static method in class org.tentackle.misc.FormatHelper
Parses a short time.
parseShortTimestamp(String) - Static method in class org.tentackle.misc.FormatHelper
Parses a short timestamp.
parseShortZonedDateTime(String) - Static method in class org.tentackle.misc.DateTimeUtilities
Smart short format ZonedDateTime parser.
parseShortZonedDateTime(String) - Static method in class org.tentackle.misc.FormatHelper
Parses a short timestamp with timezone.
parseTime(String) - Static method in class org.tentackle.misc.FormatHelper
Parses a time.
parseTimestamp(String) - Static method in class org.tentackle.misc.FormatHelper
Parses a timestamp.
parseZonedDateTime(String) - Static method in class org.tentackle.misc.DateTimeUtilities
Smart ZonedDateTime parser.
parseZonedDateTime(String) - Static method in class org.tentackle.misc.FormatHelper
Parses a timestamp with timezone.
parseZoneId(String) - Method in class org.tentackle.misc.DateTimeUtilities
Creates a timezone from a string.
Returns the default zone if the string is null or empty.
pathPostfix() - Method in record class org.tentackle.validate.ValidationResult.CollectionIndex
Returns the value of the pathPostfix record component.
pathPrefix() - Method in record class org.tentackle.validate.ValidationResult.CollectionIndex
Returns the value of the pathPrefix record component.
Pattern - Annotation Interface in org.tentackle.validate.validator
The annotated element must match a regular expression.
PatternContainer - Annotation Interface in org.tentackle.validate.validator
Repeating container annotation for Pattern.
PatternImpl - Class in org.tentackle.validate.validator
Implementation of the Pattern-validator.
PatternImpl() - Constructor for class org.tentackle.validate.validator.PatternImpl
Creates a Pattern-validator.
Patterns(String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, char, char) - Constructor for record class org.tentackle.misc.FormatHelper.Patterns
Creates an instance of a Patterns record class.
Patterns(Locale) - Constructor for record class org.tentackle.misc.FormatHelper.Patterns
Creates patterns for the given locale.
PersistedPreferences - Interface in org.tentackle.prefs
Persisted Preferences.
PersistedPreferencesFactory - Interface in org.tentackle.prefs
PersistenceScope - Interface in org.tentackle.validate.scope
Validation scope for persistence.
PersistenceScopeImpl - Class in org.tentackle.validate.scope
Persistence scope default implementation.
PersistenceScopeImpl() - Constructor for class org.tentackle.validate.scope.PersistenceScopeImpl
Creates the persistence scope.
Pool<T> - Interface in org.tentackle.misc
A pool managing poolable resources.
Poolable<T> - Interface in org.tentackle.misc
A resource that can be managed by a Pool.
PoolSlot<T> - Interface in org.tentackle.misc
A slot in a pool.
PoolTimeoutThread - Class in org.tentackle.misc
Timeout thread to monitor Pools.
There is only one such thread for all pools.
port() - Method in record class org.tentackle.trip.TransportKey
Returns the value of the port record component.
PREDEFINED_ARRAY - Enum constant in enum class org.tentackle.trip.impl.OpCodeCategory
Predefined array type.
PredefinedArray<T> - Interface in org.tentackle.trip
Predefined array type.
PredefinedArrayType - Enum Class in org.tentackle.trip
Predefined array types.
A subcode for the predefined array type op-code.
prepare() - Element in annotation interface org.tentackle.trip.TripSerializable
An optional name of a public method to be invoked on the object before serialization.
The method must be non-static, public, return void, and have no parameters.
prepareMethod - Variable in class org.tentackle.trip.types.AbstractDictionaryBasedTripType
An optional method provided by TripSerializable to prepare the object before serialization.
prepareResponse() - Method in class org.tentackle.trip.transport.CallHandler
Prepares the response.
prepareWrite(T) - Method in class org.tentackle.trip.types.AbstractDictionaryBasedTripType
Prepares the object before serialization.
previous() - Method in class org.tentackle.misc.CopyOnWriteList.ReadOnlyListIterator
 
previous() - Method in interface org.tentackle.misc.ScrollableResource
Moves the scrollable resource to the previous row.
If we are already at the beginning, the scrollable resource remains unchanged.
previous(String) - Method in class org.tentackle.misc.NamedCounter
Decrements and gets the value for given named counter.
previousIndex() - Method in class org.tentackle.misc.CopyOnWriteList.ReadOnlyListIterator
 
PRIMITIVE - Enum constant in enum class org.tentackle.trip.TripTypeCategory
primitive type.
primitiveToWrapperClass(Class) - Static method in class org.tentackle.reflect.ReflectionHelper
Converts a primitive class to its wrapper class.
priority() - Element in annotation interface org.tentackle.misc.PropertiesResourceService
The execution priority.
PropertiesResources with lower priorities are executed first, so that higher priority resources override the lower ones.
A value of 0 (default) assigns a priority in steps of 100 according to the discovery by the ServiceFactory.
priority() - Element in annotation interface org.tentackle.validate.validator.Changeable
Priority that determines the execution order of validations.
Higher values will be invoked first.
priority() - Element in annotation interface org.tentackle.validate.validator.Equal
Priority that determines the execution order of validations.
Higher values will be invoked first.
priority() - Element in annotation interface org.tentackle.validate.validator.Fail
Priority that determines the execution order of validations.
Higher values will be invoked first.
priority() - Element in annotation interface org.tentackle.validate.validator.False
Priority that determines the execution order of validations.
Higher values will be invoked first.
priority() - Element in annotation interface org.tentackle.validate.validator.Greater
Priority that determines the execution order of validations.
Higher values will be invoked first.
priority() - Element in annotation interface org.tentackle.validate.validator.GreaterOrEqual
Priority that determines the execution order of validations.
Higher values will be invoked first.
priority() - Element in annotation interface org.tentackle.validate.validator.Less
Priority that determines the execution order of validations.
Higher values will be invoked first.
priority() - Element in annotation interface org.tentackle.validate.validator.LessOrEqual
Priority that determines the execution order of validations.
Higher values will be invoked first.
priority() - Element in annotation interface org.tentackle.validate.validator.Mandatory
Priority that determines the execution order of validations.
Higher values will be invoked first.
priority() - Element in annotation interface org.tentackle.validate.validator.NotEmpty
Priority that determines the execution order of validations.
Higher values will be invoked first.
priority() - Element in annotation interface org.tentackle.validate.validator.NotEqual
Priority that determines the execution order of validations.
Higher values will be invoked first.
priority() - Element in annotation interface org.tentackle.validate.validator.NotNull
Priority that determines the execution order of validations.
Higher values will be invoked first.
priority() - Element in annotation interface org.tentackle.validate.validator.NotZero
Priority that determines the execution order of validations.
Higher values will be invoked first.
priority() - Element in annotation interface org.tentackle.validate.validator.Null
Priority that determines the execution order of validations.
Higher values will be invoked first.
priority() - Element in annotation interface org.tentackle.validate.validator.Pattern
Priority that determines the execution order of validations.
Higher values will be invoked first.
priority() - Element in annotation interface org.tentackle.validate.validator.Size
Priority that determines the execution order of validations.
Higher values will be invoked first.
priority() - Element in annotation interface org.tentackle.validate.validator.True
Priority that determines the execution order of validations.
Higher values will be invoked first.
priority() - Element in annotation interface org.tentackle.validate.validator.Validate
Priority that determines the execution order of validations.
Higher values will be invoked first.
priority() - Element in annotation interface org.tentackle.validate.validator.Zero
Priority that determines the execution order of validations.
Higher values will be invoked first.
proceed(Object, Method, Object[], Object, Method, Object[]) - Method in class org.tentackle.log.LogInterceptor
 
proceed(Object, Method, Object[], Object, Method, Object[]) - Method in class org.tentackle.reflect.AbstractInterceptor
The interceptor implementation.
process(Set, RoundEnvironment) - Method in class org.tentackle.apt.AbstractInterceptorAnnotationProcessor
 
process(Set, RoundEnvironment) - Method in class org.tentackle.apt.AbstractServiceAnnotationProcessor
 
process(Set, RoundEnvironment) - Method in class org.tentackle.apt.InterceptionAnnotationProcessor
 
processClass(Element) - Method in class org.tentackle.apt.AbstractServiceAnnotationProcessor
Processes the annotated class.
processResult(Object) - Method in class org.tentackle.trip.remote.RemoteInvocationHandler
Processes the result of a remote call.
If the result is a DelegateDescriptor, it is replaced with a proxy for the remote object.
PropertiesResource - Interface in org.tentackle.misc
Loads properties from some resource and applies it to a Properties object.
Implementations must be annotated with @PropertiesResourceService.
PropertiesResourceService - Annotation Interface in org.tentackle.misc
Annotation for PropertiesResources.
PropertiesUtilities - Class in org.tentackle.misc
Utility methods for Properties.
Properties are loaded via PropertiesResources.
PropertiesUtilities() - Constructor for class org.tentackle.misc.PropertiesUtilities
Loads all PropertiesResources sorted by priority.
PropertyEvent - Class in org.tentackle.misc
Event fired when a property is modified.
PropertyEvent(Object, String, Object, Object) - Constructor for class org.tentackle.misc.PropertyEvent
Constructs a new PropertyModificationEvent.
PropertyListener - Interface in org.tentackle.misc
Listener to track property modifications.
PropertyMap<T> - Class in org.tentackle.reflect
A property map.
Provides the functionality of a map for the properties of a bean.
PropertyMap(T) - Constructor for class org.tentackle.reflect.PropertyMap
Creates a map of properties for a given bean.
The bean's type is derived from the bean.
PropertyMap(T, Class) - Constructor for class org.tentackle.reflect.PropertyMap
Creates a map of properties for a given bean.
The bean type may be a superclass of the bean.
PropertyMapping<T> - Class in org.tentackle.reflect
Describes the mapping of a property.
Properties can be either is/set-pairs or get/set-pairs of methods or some other readonly method.
PropertyMapping(String, Method, Method) - Constructor for class org.tentackle.reflect.PropertyMapping
Creates a property mapping.
PropertySupport - Class in org.tentackle.misc
Replacement for java.beans.PropertyChangeSupport as this becomes part of the Swing desktop module in Java 9.
PropertySupport(Object) - Constructor for class org.tentackle.misc.PropertySupport
Creates the property support for a given object.
PROTOCOL - Static variable in class org.tentackle.trip.transport.CompressedEncryptedTransport
The protocol name for compressed encrypted TCP.
PROTOCOL - Static variable in class org.tentackle.trip.transport.CompressedSslTransport
The protocol name for compressed SSL over TCP.
PROTOCOL - Static variable in class org.tentackle.trip.transport.CompressedTransport
The protocol name for compressed TCP.
PROTOCOL - Static variable in class org.tentackle.trip.transport.EncryptedTransport
The protocol name for encrypted TCP.
PROTOCOL - Static variable in class org.tentackle.trip.transport.LoopbackTransport
The protocol name.
PROTOCOL - Static variable in class org.tentackle.trip.transport.SslTransport
The protocol name for SSL over TCP.
PROTOCOL - Static variable in class org.tentackle.trip.transport.TcpTransport
The protocol name for TCP.
Provider<T,E> - Interface in org.tentackle.misc
Similar to Supplier but allows checked exceptions.
PROXY - Enum constant in enum class org.tentackle.trip.impl.DefaultOpCode
proxy class.
PROXY - Enum constant in enum class org.tentackle.trip.TripTypeCategory
dynamic proxy.
ProxyTripType<T> - Class in org.tentackle.trip.types
Fallback for dynamic proxies w/o a dedicated trip type.
This is the core type for the majority of dynamic proxies.
ProxyTripType(Class) - Constructor for class org.tentackle.trip.types.ProxyTripType
Creates the type.
ProxyTypeBuilder<T> - Class in org.tentackle.trip.builder
Builder for dynamic proxy types.
ProxyTypeBuilder() - Constructor for class org.tentackle.trip.builder.ProxyTypeBuilder
Creates the type builder.
PUBLIC - Enum constant in enum class org.tentackle.reflect.Interception.Type
public interceptors only.
PublicInterceptorAnnotationProcessor - Class in org.tentackle.apt
Processor for the public interception annotations in the core package.
Applies to interceptors applicable to interceptables interfaces only.
PublicInterceptorAnnotationProcessor() - Constructor for class org.tentackle.apt.PublicInterceptorAnnotationProcessor
 
put(Object, Object) - Method in class org.tentackle.validate.DefaultValidationContext
 
put(Object, Object) - Method in interface org.tentackle.validate.ValidationContext
Sets an application-specific validation property.
May be used to pass information between the field validators of the same field or object validators of the same object.
put(String, Object) - Method in class org.tentackle.reflect.PropertyMap
Sets the property value.
The value will be converted to the type of the property, if necessary.
put(String, String) - Method in class org.tentackle.log.DefaultMappedDiagnosticContext
 
put(String, String) - Method in interface org.tentackle.log.MappedDiagnosticContext
Put a context value (the val parameter) as identified with the key parameter into the current thread's context map.
put(String, String) - Method in class org.tentackle.prefs.DefaultPreferences
 
put(String, String) - Method in interface org.tentackle.prefs.PersistedPreferences
Associates the specified value with the specified key in this preference node.
put(T) - Method in class org.tentackle.misc.AbstractPool
 
put(T) - Method in interface org.tentackle.misc.Pool
Returns a resource to the pool.
putBindableElementClass(Class, Class) - Method in class org.tentackle.bind.AbstractBindingFactory
 
putBindableElementClass(Class, Class) - Method in interface org.tentackle.bind.BindingFactory
Defines the bindable element class for a model class.
putBindingProperties(Map) - Method in class org.tentackle.bind.AbstractBinder
 
putBindingProperties(Map) - Method in interface org.tentackle.bind.Binder
Sets more than one property at once.
putBindingProperty(Object, Object) - Method in class org.tentackle.bind.AbstractBinder
Sets a binding property that can be used by components.
putBindingProperty(Object, Object) - Method in interface org.tentackle.bind.Binder
Sets a binding property that can be used by components.
putBoolean(String, boolean) - Method in class org.tentackle.prefs.DefaultPreferences
 
putBoolean(String, boolean) - Method in interface org.tentackle.prefs.PersistedPreferences
Associates a string representing the specified boolean value with the specified key in this preference node.
putByteArray(String, byte[]) - Method in class org.tentackle.prefs.DefaultPreferences
 
putByteArray(String, byte[]) - Method in interface org.tentackle.prefs.PersistedPreferences
Associates a string representing the specified byte array with the specified key in this preference node.
putConnection(Connection) - Method in class org.tentackle.trip.transport.AbstractTransport
 
putConnection(Connection) - Method in interface org.tentackle.trip.Transport
Returns a connection to the pool.
putDouble(String, double) - Method in class org.tentackle.prefs.DefaultPreferences
 
putDouble(String, double) - Method in interface org.tentackle.prefs.PersistedPreferences
Associates a string representing the specified double value with the specified key in this preference node.
putFloat(String, float) - Method in class org.tentackle.prefs.DefaultPreferences
 
putFloat(String, float) - Method in interface org.tentackle.prefs.PersistedPreferences
Associates a string representing the specified float value with the specified key in this preference node.
putInt(String, int) - Method in class org.tentackle.prefs.DefaultPreferences
 
putInt(String, int) - Method in interface org.tentackle.prefs.PersistedPreferences
Associates a string representing the specified int value with the specified key in this preference node.
putLong(String, long) - Method in class org.tentackle.prefs.DefaultPreferences
 
putLong(String, long) - Method in interface org.tentackle.prefs.PersistedPreferences
Associates a string representing the specified long value with the specified key in this preference node.

Q

queryParameters() - Method in record class org.tentackle.trip.TransportKey
Returns the value of the queryParameters record component.

R

read() - Method in class org.tentackle.io.BlockingByteArrayInputStream
 
read() - Method in class org.tentackle.io.CompressedInputStream
Reads the next uncompressed byte of data from the input stream.
read() - Method in class org.tentackle.io.DecryptingInputStream
Reads the next decrypted byte of data from the input stream.
read(byte[], int, int) - Method in class org.tentackle.io.CompressedInputStream
Reads up to len uncompressed bytes of data from this input stream into an array of bytes.
read(byte[], int, int) - Method in class org.tentackle.io.DecryptingInputStream
Reads up to len decrypted bytes of data from this input stream into an array of bytes.
read(TripStream, OpCode) - Static method in class org.tentackle.trip.Reference
Reads a reference from the given stream.
read(TripStream, OpCode) - Method in interface org.tentackle.trip.TripType
Reads an object from the stream.
read(TripStream, OpCode) - Method in class org.tentackle.trip.types.AbstractTripType
 
read(TripStream, OpCode) - Method in class org.tentackle.trip.types.ArrayTripType
 
read(TripStream, OpCode) - Method in class org.tentackle.trip.types.BigDecimalTripType
 
read(TripStream, OpCode) - Method in class org.tentackle.trip.types.BinaryTripType
 
read(TripStream, OpCode) - Method in class org.tentackle.trip.types.BooleanArrayTripType
 
read(TripStream, OpCode) - Method in class org.tentackle.trip.types.BooleanPrimitiveArrayTripType
 
read(TripStream, OpCode) - Method in class org.tentackle.trip.types.BooleanTripType
 
read(TripStream, OpCode) - Method in class org.tentackle.trip.types.ByteArrayTripType
 
read(TripStream, OpCode) - Method in class org.tentackle.trip.types.BytePrimitiveArrayTripType
 
read(TripStream, OpCode) - Method in class org.tentackle.trip.types.ByteTripType
 
read(TripStream, OpCode) - Method in class org.tentackle.trip.types.CharacterArrayTripType
 
read(TripStream, OpCode) - Method in class org.tentackle.trip.types.CharacterPrimitiveArrayTripType
 
read(TripStream, OpCode) - Method in class org.tentackle.trip.types.CharacterTripType
 
read(TripStream, OpCode) - Method in class org.tentackle.trip.types.ClassTripType
 
read(TripStream, OpCode) - Method in class org.tentackle.trip.types.DateTripType
 
read(TripStream, OpCode) - Method in class org.tentackle.trip.types.DictionaryEntryTripType
 
read(TripStream, OpCode) - Method in class org.tentackle.trip.types.DoubleArrayTripType
 
read(TripStream, OpCode) - Method in class org.tentackle.trip.types.DoublePrimitiveArrayTripType
 
read(TripStream, OpCode) - Method in class org.tentackle.trip.types.DoubleTripType
 
read(TripStream, OpCode) - Method in class org.tentackle.trip.types.EnumTripType
 
read(TripStream, OpCode) - Method in class org.tentackle.trip.types.FloatArrayTripType
 
read(TripStream, OpCode) - Method in class org.tentackle.trip.types.FloatPrimitiveArrayTripType
 
read(TripStream, OpCode) - Method in class org.tentackle.trip.types.FloatTripType
 
read(TripStream, OpCode) - Method in class org.tentackle.trip.types.I18NTextTripType
 
read(TripStream, OpCode) - Method in class org.tentackle.trip.types.InstantTripType
 
read(TripStream, OpCode) - Method in class org.tentackle.trip.types.IntegerArrayTripType
 
read(TripStream, OpCode) - Method in class org.tentackle.trip.types.IntegerPrimitiveArrayTripType
 
read(TripStream, OpCode) - Method in class org.tentackle.trip.types.IntegerTripType
 
read(TripStream, OpCode) - Method in class org.tentackle.trip.types.JOSTripType
 
read(TripStream, OpCode) - Method in class org.tentackle.trip.types.LambdaTripType
 
read(TripStream, OpCode) - Method in class org.tentackle.trip.types.LocalDateTimeTripType
 
read(TripStream, OpCode) - Method in class org.tentackle.trip.types.LocalDateTripType
 
read(TripStream, OpCode) - Method in class org.tentackle.trip.types.LocaleTripType
 
read(TripStream, OpCode) - Method in class org.tentackle.trip.types.LocalTimeTripType
 
read(TripStream, OpCode) - Method in class org.tentackle.trip.types.LongArrayTripType
 
read(TripStream, OpCode) - Method in class org.tentackle.trip.types.LongPrimitiveArrayTripType
 
read(TripStream, OpCode) - Method in class org.tentackle.trip.types.LongTripType
 
read(TripStream, OpCode) - Method in class org.tentackle.trip.types.ObjectTripType
 
read(TripStream, OpCode) - Method in class org.tentackle.trip.types.OffsetDateTimeTripType
 
read(TripStream, OpCode) - Method in class org.tentackle.trip.types.OffsetTimeTripType
 
read(TripStream, OpCode) - Method in class org.tentackle.trip.types.RecordTripType
 
read(TripStream, OpCode) - Method in class org.tentackle.trip.types.ReferenceTripType
 
read(TripStream, OpCode) - Method in class org.tentackle.trip.types.ShortArrayTripType
 
read(TripStream, OpCode) - Method in class org.tentackle.trip.types.ShortPrimitiveArrayTripType
 
read(TripStream, OpCode) - Method in class org.tentackle.trip.types.ShortTripType
 
read(TripStream, OpCode) - Method in class org.tentackle.trip.types.StackTraceElementTripType
 
read(TripStream, OpCode) - Method in class org.tentackle.trip.types.StringArrayTripType
 
read(TripStream, OpCode) - Method in class org.tentackle.trip.types.StringTripType
 
read(TripStream, OpCode) - Method in class org.tentackle.trip.types.TimestampTripType
 
read(TripStream, OpCode) - Method in class org.tentackle.trip.types.TimeTripType
 
read(TripStream, OpCode) - Method in class org.tentackle.trip.types.TimeZoneTripType
 
read(TripStream, OpCode) - Method in class org.tentackle.trip.types.UUIDTripType
 
read(TripStream, OpCode) - Method in class org.tentackle.trip.types.ZonedDateTimeTripType
 
read(TripStream, OpCode, Consumer) - Method in interface org.tentackle.trip.TripType
Reads an object from the stream.
read(TripStream, OpCode, Consumer) - Method in class org.tentackle.trip.types.AbstractTripType
 
read(TripStream, OpCode, Consumer) - Method in class org.tentackle.trip.types.CollectionTripType
 
read(TripStream, OpCode, Consumer) - Method in class org.tentackle.trip.types.MapTripType
 
read(TripStream, OpCode, Consumer) - Method in class org.tentackle.trip.types.ObjectTripType
 
read(TripStream, OpCode, Consumer) - Method in class org.tentackle.trip.types.ProxyTripType
 
readArrayLength(Deserializer, OpCode) - Method in class org.tentackle.trip.types.AbstractPredefinedArrayTripType
Reads the array header.
The read starts after the predefined array subcode and the reference id.
readComponentOrdinal(OpCode) - Method in class org.tentackle.trip.impl.DefaultTripStream
 
readComponentOrdinal(OpCode) - Method in interface org.tentackle.trip.TripStream
Reads a component ordinal from the stream.
readComponents(TripStream, OpCode, DictionaryEntry, Reference, T, Consumer) - Method in class org.tentackle.trip.types.ObjectTripType
Reads the components of the object.
readComponents(TripStream, OpCode, DictionaryEntry, Reference, T, Consumer, Map) - Method in class org.tentackle.trip.types.DisallowedTripType
 
readComponents(TripStream, OpCode, DictionaryEntry, Reference, T, Consumer, Map) - Method in class org.tentackle.trip.types.ObjectTripType
Reads the components of the object.
readComponents(TripStream, OpCode, DictionaryEntry, Reference, T, Consumer, Map) - Method in class org.tentackle.trip.types.ThrowableTripType
 
readDictionaryOrdinal(OpCode) - Method in class org.tentackle.trip.impl.DefaultTripStream
 
readDictionaryOrdinal(OpCode) - Method in interface org.tentackle.trip.TripStream
Reads a dictionary ordinal from the stream.
readHeader() - Method in class org.tentackle.io.CompressedInputStream
 
readHeader() - Method in class org.tentackle.io.DecryptingInputStream
 
readHeader() - Method in class org.tentackle.io.PacketSizedInputStream
Reads the header of the next packet.
readHeader(TripStream, OpCode) - Method in class org.tentackle.trip.types.CollectionTripType
Reads the collection header and creates a new collection instance.
readHeader(TripStream, OpCode) - Method in class org.tentackle.trip.types.MapTripType
Reads the map header and creates a new map instance.
readHeader(TripStream, OpCode) - Method in class org.tentackle.trip.types.TreeMapTripType
 
readHeader(TripStream, OpCode) - Method in class org.tentackle.trip.types.TreeSetTripType
 
readNextComponentOrdinal(int, OpCode) - Method in class org.tentackle.trip.impl.DefaultTripStream
 
readNextComponentOrdinal(int, OpCode) - Method in interface org.tentackle.trip.TripStream
Reads the next ordinal from the stream, using optimization.
ReadOnlyIterator(Iterator) - Constructor for class org.tentackle.misc.CopyOnWriteCollection.ReadOnlyIterator
Creates a wrapper for an iterator.
ReadOnlyListIterator(ListIterator) - Constructor for class org.tentackle.misc.CopyOnWriteList.ReadOnlyListIterator
Creates a wrapper for a list iterator.
readWithType(TripStream, OpCode) - Method in interface org.tentackle.trip.PredefinedArray
Reads the predefined array from the stream, including the array type.
readWithType(TripStream, OpCode) - Method in class org.tentackle.trip.types.AbstractPredefinedArrayTripType
 
receiveDictionary() - Method in class org.tentackle.trip.impl.DefaultTripStream
 
receiveDictionary() - Method in interface org.tentackle.trip.TripStream
Receives the dictionary entry and adds it to the dictionary.
Same as TripStream.receiveDictionary(OpCode) but reads the opcode.
receiveDictionary(OpCode) - Method in class org.tentackle.trip.impl.DefaultTripStream
 
receiveDictionary(OpCode) - Method in interface org.tentackle.trip.TripStream
Receives the dictionary entry and adds it to the dictionary.
receiveOpCode() - Method in class org.tentackle.trip.impl.DefaultTripStream
 
receiveOpCode() - Method in interface org.tentackle.trip.TripStream
Receives the next OpCode from the stream.
receiveReference(TripStream, OpCode) - Method in class org.tentackle.trip.types.AbstractTripType
Reads the reference from the stream.
If the reference is already seen, the reference will hold the referenced object.
reconnect(ReconnectionPolicy, T) - Method in class org.tentackle.io.Reconnector
Performs the reconnection.
Does not return before the resource is reconnected successfully or ReconnectionPolicy.timeToReconnect() returned a value ≤ 0 or ReconnectionPolicy.timeToReconnect() throws a runtime exception.
reconnect(T) - Method in interface org.tentackle.io.ReconnectionPolicy
Reconnects the resource.
ReconnectedException - Exception Class in org.tentackle.io
Exception thrown if a resource has been reconnected.
When an application catches this exception, it indicates that the resource has been reconnected while the cause holds the exception that triggers the reconnection, i.e. the original resource failure.
ReconnectedException(String, Throwable) - Constructor for exception class org.tentackle.io.ReconnectedException
Constructs a new reconnected exception with the specified detail message and cause.
ReconnectedException(Throwable) - Constructor for exception class org.tentackle.io.ReconnectedException
Constructs a new reconnected exception with the specified cause.
ReconnectionPolicy<T> - Interface in org.tentackle.io
Policy to reconnect a dead resource.
Reconnector - Class in org.tentackle.io
A simple reconnector.
Reconnector() - Constructor for class org.tentackle.io.Reconnector
 
RECORD - Enum constant in enum class org.tentackle.trip.impl.DefaultOpCode
record class.
RECORD - Enum constant in enum class org.tentackle.trip.TripTypeCategory
record type.
RecordTripComponent<P,T> - Class in org.tentackle.trip.impl
A TripComponent implementation for record types.
RecordTripComponent(TripType, int, RecordComponent) - Constructor for class org.tentackle.trip.impl.RecordTripComponent
Creates a new RecordTripComponent.
RecordTripType<T> - Class in org.tentackle.trip.types
Fallback for records w/o a dedicated trip type.
This is the core type for the majority of records.
Since records are immutable, all their components must be known before a record can be instantiated.
RecordTripType(Class) - Constructor for class org.tentackle.trip.types.RecordTripType
Creates the type.
RecordTypeBuilder<T> - Class in org.tentackle.trip.builder
Builder for record types.
RecordTypeBuilder() - Constructor for class org.tentackle.trip.builder.RecordTypeBuilder
Creates the type builder.
referencable - Variable in class org.tentackle.trip.types.AbstractDictionaryBasedTripType
Whether objects are explicitly not referencable according to TripReferencable.
Null if no annotation present.
referencableMethod - Variable in class org.tentackle.trip.types.AbstractDictionaryBasedTripType
Optional method provided by TripReferencable to decide whether objects are referencable or not.
Reference<T> - Class in org.tentackle.trip
A reference to a de-duplicatable object.
Reference(int) - Constructor for class org.tentackle.trip.Reference
Creates an unsent sender reference.
Reference(int, boolean, boolean) - Constructor for class org.tentackle.trip.Reference
Creates a new reference.
REFERENCE - Enum constant in enum class org.tentackle.misc.CompoundValue.Type
a reference relative to the parent object
REFERENCE - Enum constant in enum class org.tentackle.trip.impl.DefaultOpCode
new object back reference (4 bytes).
REFERENCE - Enum constant in enum class org.tentackle.trip.impl.OpCodeCategory
Reference type.
REFERENCE_SENT - Enum constant in enum class org.tentackle.trip.impl.DefaultOpCode
known object back reference (4 bytes).
REFERENCE1 - Enum constant in enum class org.tentackle.trip.impl.DefaultOpCode
new small object back reference (fits in 1 byte).
REFERENCE1_SENT - Enum constant in enum class org.tentackle.trip.impl.DefaultOpCode
known small object back reference (fits in 1 byte).
REFERENCE2 - Enum constant in enum class org.tentackle.trip.impl.DefaultOpCode
new small object back reference (fits in 2 bytes).
REFERENCE2_SENT - Enum constant in enum class org.tentackle.trip.impl.DefaultOpCode
known small object back reference (fits in 2 bytes).
REFERENCE3 - Enum constant in enum class org.tentackle.trip.impl.DefaultOpCode
new small object back reference (fits in 3 bytes).
REFERENCE3_SENT - Enum constant in enum class org.tentackle.trip.impl.DefaultOpCode
known small object back reference (fits in 3 bytes).
ReferenceTripType - Class in org.tentackle.trip.types
Sends object reference as a compact long value.
ReferenceTripType() - Constructor for class org.tentackle.trip.types.ReferenceTripType
Creates the type.
ReflectionHelper - Class in org.tentackle.reflect
Methods related to the reflection API.
ReflectionHelper.CanonicalBuilderInfo - Record Class in org.tentackle.reflect
The canonical builder info.
ReflectiveVisitor - Class in org.tentackle.reflect
A reflective visitor to add application-specific functionality to existing objects.
ReflectiveVisitor() - Constructor for class org.tentackle.reflect.ReflectiveVisitor
Creates a reflective visitor.
register(Pool) - Static method in class org.tentackle.misc.PoolTimeoutThread
Registers a new pool for monitoring.
There is no "unregister".
register(T) - Method in class org.tentackle.trip.impl.DefaultRegistry
 
register(T) - Method in interface org.tentackle.trip.Registry
Registers a remote object w/o a symbolic name.
register(T, String) - Method in class org.tentackle.trip.impl.DefaultRegistry
 
register(T, String) - Method in interface org.tentackle.trip.Registry
Registers a remote object with a symbolic name.
Registry - Interface in org.tentackle.trip
Registry for remote delegates.
All remote delegates must be registered at the registry before their target object can be used as a remote object.
REGISTRY_ID - Static variable in interface org.tentackle.trip.Registry
The ID of the registry.
releaseTransport(Transport) - Method in class org.tentackle.trip.impl.DefaultTransportManager
 
releaseTransport(Transport) - Method in interface org.tentackle.trip.TransportManager
Releases the given transport.
When all requests of a Transport are released, it will be closed.
Remote - Interface in org.tentackle.trip
Interface for remote objects.
RemoteCall - Interface in org.tentackle.trip.remote
Interface for remote calls.
RemoteDelegate<T> - Interface in org.tentackle.trip
A remote delegate.
Receives calls from the remote side, invokes the methods on the target object and returns the results.
remoteId() - Method in record class org.tentackle.trip.remote.DelegateDescriptor
Returns the value of the remoteId record component.
remoteId() - Method in record class org.tentackle.trip.remote.IdentifiedRemoteCall
Returns the value of the remoteId record component.
remoteId() - Method in record class org.tentackle.trip.remote.InitialRemoteCall
Returns the value of the remoteId record component.
remoteId() - Method in interface org.tentackle.trip.remote.RemoteCall
The remote object ID.
remoteInterfaces() - Method in record class org.tentackle.trip.remote.DelegateDescriptor
Returns the value of the remoteInterfaces record component.
RemoteInvocationHandler - Class in org.tentackle.trip.remote
The invocation handler for remote interfaces.
RemoteInvocationHandler(UUID, Transport) - Constructor for class org.tentackle.trip.remote.RemoteInvocationHandler
Creates a remote invocation handler.
RemoteLookup - Interface in org.tentackle.trip
 
RemoteResponse - Interface in org.tentackle.trip.remote
Interface for remote responses.
RemoteRoot - Interface in org.tentackle.trip
The root of a remote object tree.
The delegates of remote objects are automatically unregistered if their parent delegates are unregistered.
RemoteService - Annotation Interface in org.tentackle.trip
Annotation to express that the annotated class is an implementation of a remote interface.
remove() - Method in class org.tentackle.misc.CopyOnWriteCollection.ReadOnlyIterator
 
remove() - Method in class org.tentackle.misc.CopyOnWriteList.ReadOnlyListIterator
 
remove(int) - Method in class org.tentackle.misc.CopyOnWriteList
 
remove(int) - Method in class org.tentackle.misc.ImmutableArrayList
 
remove(int) - Method in class org.tentackle.misc.TrackedArrayList
Removes the element at the specified position in this list.
Shifts any following elements to the left (subtracts one from their indices).
remove(int) - Method in class org.tentackle.reflect.IndexedMethodCache
Removes a method from the cache.
remove(Class, long) - Method in class org.tentackle.misc.IdentifiableMap
Removes an object from the map.
remove(Object) - Method in class org.tentackle.misc.CopyOnWriteCollection
 
remove(Object) - Method in class org.tentackle.misc.ImmutableArrayList
 
remove(Object) - Method in class org.tentackle.misc.TrackedArrayList
Removes the first occurrence of the specified element from this list if it is present.
If the list does not contain the element, it is unchanged.
remove(Object) - Method in class org.tentackle.reflect.PropertyMap
 
remove(String) - Method in class org.tentackle.log.DefaultMappedDiagnosticContext
 
remove(String) - Method in interface org.tentackle.log.MappedDiagnosticContext
Removes the context identified by the key parameter using the underlying system's MDC implementation.
remove(String) - Method in class org.tentackle.prefs.DefaultPreferences
 
remove(String) - Method in interface org.tentackle.prefs.PersistedPreferences
Removes the value associated with the specified key in this preference node, if any.
remove(Collection) - Method in class org.tentackle.misc.IdentifiableMap
Removes a collection from the map.
remove(T) - Method in class org.tentackle.misc.IdentifiableMap
Removes an object from the map.
removeAll(Collection) - Method in class org.tentackle.misc.CopyOnWriteCollection
 
removeAll(Collection) - Method in class org.tentackle.misc.TrackedArrayList
Removes all objects that are contained in the given collection.
All removed objects will be added to the list of removed objects.
removeAllListeners() - Method in interface org.tentackle.reflect.ClassMapper
Removes all class mapped listeners.
removeAllListeners() - Method in class org.tentackle.reflect.DefaultClassMapper
 
removeBinding(String) - Method in interface org.tentackle.bind.Binder
Programmatically removes a binding from the view.
removeBlunt(int) - Method in class org.tentackle.misc.TrackedArrayList
 
removeBlunt(int) - Method in interface org.tentackle.misc.TrackedList
Removes the element at given index from the list but does not mark it modified.
removeBlunt(E) - Method in class org.tentackle.misc.TrackedArrayList
 
removeBlunt(E) - Method in interface org.tentackle.misc.TrackedList
Removes the element from the list but does not mark it modified.
removed(E) - Method in interface org.tentackle.misc.TrackedListListener
An element has been removed from the list.
removeFirst() - Method in class org.tentackle.misc.CopyOnWriteList
 
removeIf(Predicate) - Method in class org.tentackle.misc.CopyOnWriteCollection
 
removeIf(Predicate) - Method in class org.tentackle.misc.TrackedArrayList
 
removeLast() - Method in class org.tentackle.misc.CopyOnWriteList
 
removeListener(TrackedListListener) - Method in class org.tentackle.misc.TrackedArrayList
 
removeListener(TrackedListListener) - Method in interface org.tentackle.misc.TrackedList
Removes a listener.
removeListener(ClassMappedListener) - Method in interface org.tentackle.reflect.ClassMapper
Removes a class mapped listener.
removeListener(ClassMappedListener) - Method in class org.tentackle.reflect.DefaultClassMapper
 
removeMethod(Class, Class...) - Method in class org.tentackle.reflect.MethodCache
Removes a method from the cache.
removeNode() - Method in class org.tentackle.prefs.DefaultPreferences
 
removeNode() - Method in interface org.tentackle.prefs.PersistedPreferences
Removes this preference node and all of its descendants, invalidating any preferences contained in the removed nodes.
removeNodeChangeListener(NodeChangeListener) - Method in class org.tentackle.prefs.DefaultPreferences
 
removeNodeChangeListener(NodeChangeListener) - Method in interface org.tentackle.prefs.PersistedPreferences
Removes the specified NodeChangeListener, so it no longer receives change events.
removePoolable(T, int) - Method in class org.tentackle.misc.AbstractPool
Closes a poolable and removes it from the pool.
Since the closing operation is executed asynchronously, there is no guarantee that the resource is really closed.
removePreferenceChangeListener(PreferenceChangeListener) - Method in class org.tentackle.prefs.DefaultPreferences
 
removePreferenceChangeListener(PreferenceChangeListener) - Method in interface org.tentackle.prefs.PersistedPreferences
Removes the specified preference change listener, so it no longer receives preference change events.
removePropertyListener(String, PropertyListener) - Method in class org.tentackle.misc.PropertySupport
Removes a property listener that gets invoked if the given property changes.
removePropertyListener(PropertyListener) - Method in class org.tentackle.misc.PropertySupport
Removes a property listener that gets invoked if any of the properties change.
removeRange(int, int) - Method in class org.tentackle.misc.TrackedArrayList
Removes from this list all elements whose index is between fromIndex, inclusive, and toIndex, exclusive.
Shifts any succeeding elements to the left (reduces their index).
removeRemovedObject(E) - Method in class org.tentackle.misc.TrackedArrayList
Removes an object from the list of removed objects.
Only objects of type <E> are added.
removeRemovedObjects(Collection) - Method in class org.tentackle.misc.TrackedArrayList
Removes a list of objects to the list of removed objects.
Only objects of type <E> are added.
removeSlotIndex(int) - Method in class org.tentackle.misc.AbstractPool
Removes the slot index from the pool.
removeTask(Task) - Method in class org.tentackle.task.DefaultTaskDispatcher
 
removeTask(Task) - Method in interface org.tentackle.task.TaskDispatcher
Removes a task from the queue.
removeTaskListener(TaskListener) - Method in class org.tentackle.task.AbstractTask
 
removeTaskListener(TaskListener) - Method in class org.tentackle.task.DefaultTaskDispatcher
 
removeTaskListener(TaskListener) - Method in interface org.tentackle.task.Task
Removes a task listener.
removeTaskListener(TaskListener) - Method in interface org.tentackle.task.TaskDispatcher
Removes a task listener.
removeToModelListener(ToModelListener) - Method in class org.tentackle.bind.AbstractBinder
 
removeToModelListener(ToModelListener) - Method in class org.tentackle.bind.AbstractBinding
 
removeToModelListener(ToModelListener) - Method in interface org.tentackle.bind.Binder
Removes a to-model binding listener.
removeToModelListener(ToModelListener) - Method in interface org.tentackle.bind.Binding
Removes a to-model binding listener.
removeToViewListener(ToViewListener) - Method in class org.tentackle.bind.AbstractBinder
 
removeToViewListener(ToViewListener) - Method in class org.tentackle.bind.AbstractBinding
 
removeToViewListener(ToViewListener) - Method in interface org.tentackle.bind.Binder
Removes a to-view binding listener.
removeToViewListener(ToViewListener) - Method in interface org.tentackle.bind.Binding
Removes a to-view binding listener.
removeValidationListener(ValidationListener) - Method in class org.tentackle.bind.AbstractBinder
 
removeValidationListener(ValidationListener) - Method in class org.tentackle.bind.AbstractBinding
 
removeValidationListener(ValidationListener) - Method in interface org.tentackle.bind.Binder
Removes a validation listener.
removeValidationListener(ValidationListener) - Method in interface org.tentackle.bind.Binding
Removes a validation listener.
removeValidator(Validator) - Method in class org.tentackle.bind.AbstractBinding
 
removeValidator(Validator) - Method in interface org.tentackle.bind.Binding
Removes a validator.
RepeatableValidation - Annotation Interface in org.tentackle.validate
Annotation to mark another annotation as a repeatable container annotation for a validation annotation.
RepeatableValidator - Interface in org.tentackle.validate
The repeatable container validator.
replaceAll(UnaryOperator) - Method in class org.tentackle.misc.CopyOnWriteList
 
replaceAll(UnaryOperator) - Method in class org.tentackle.misc.TrackedArrayList
 
replaceSilently(int, E) - Method in class org.tentackle.misc.TrackedArrayList
Replaces the element at the specified position in this list with the specified element.
The new element will replace the existing one without affecting the modification state of the list!
replaceSilently(int, E) - Method in interface org.tentackle.misc.TrackedList
Replaces the element at the specified position in this list with the specified element.
The old element will replace the existing one without affecting the modification state of the list.
request() - Method in class org.tentackle.trip.transport.LoopbackConnectionPool
Sends a request to the server.
requestTermination() - Method in class org.tentackle.daemon.DaemonSupervisor
Requests to stop this supervisor.
Does not wait and returns immediately.
requestTermination() - Method in interface org.tentackle.daemon.Terminatable
Requests to terminate.
Does not wait and returns immediately.
requestTermination() - Method in class org.tentackle.task.DefaultTaskDispatcher
 
requestTransport(URI) - Method in class org.tentackle.trip.impl.DefaultTransportManager
 
requestTransport(URI) - Method in interface org.tentackle.trip.TransportManager
Requests a Transport for the given URI.
If there is no transport with the corresponding TransportKey, a new transport will be created.
Otherwise, the existing transport will be returned.
reset() - Method in class org.tentackle.io.NotifyingByteArrayOutputStream
 
reset() - Method in class org.tentackle.misc.TimeKeeper
Resets the duration.
The duration is invalid as long as TimeKeeper.end() is invoked.
reset() - Method in class org.tentackle.trip.impl.EchoTransceiver
Resets to transmit-mode and clears the output buffer.
The object references are not cleared in the streams.
respond(byte[]) - Method in class org.tentackle.trip.transport.LoopbackConnectionPool
Responds to the client.
result() - Method in record class org.tentackle.trip.remote.IdentifiedRemoteResponse
Returns the value of the result record component.
result() - Method in record class org.tentackle.trip.remote.InitialRemoteResponse
Returns the value of the result record component.
resultsAsMessage() - Method in exception class org.tentackle.validate.ValidationFailedException
Gets the validation results concatenated to a single message string.
resultsToMessage(List) - Method in class org.tentackle.validate.ValidationUtilities
Concatenates the validation results getMessage() to a single string.
resultsToString(List) - Method in class org.tentackle.validate.ValidationUtilities
Concatenates the validation results toString() to a single string.
retainAll(Collection) - Method in class org.tentackle.misc.CopyOnWriteCollection
 
retainAll(Collection) - Method in class org.tentackle.misc.ImmutableArrayList
 
retainAll(Collection) - Method in class org.tentackle.misc.TrackedArrayList
Removes all objects that are not contained in the given collection.
All removed objects will be added to the list of removed objects.
reThrow(List) - Method in exception class org.tentackle.validate.ValidationFailedException
Rethrows this exception with the given validation results prepended.
reversed() - Method in class org.tentackle.misc.CopyOnWriteList
 
revertToSnapshot(TrackedList) - Method in class org.tentackle.misc.TrackedArrayList
Reverts to the given snapshot.
If this is a copy, the copies of the objects in the snapshot will be stored in this list.
revertToSnapshot(TrackedList, TrackedList) - Static method in interface org.tentackle.misc.TrackedList
Reverts a list to a snapshot'd state of the list.
If the original list is null, a new list is created as a copy of the snapshot.
revertToSnapshot(T) - Method in interface org.tentackle.misc.Snapshotable
Reverts the state of this object to the given snapshot.
run() - Method in class org.tentackle.daemon.DaemonSupervisor
 
run() - Method in class org.tentackle.log.LoggingRunnable
 
run() - Method in class org.tentackle.misc.PoolTimeoutThread
 
run() - Method in class org.tentackle.task.DefaultTaskDispatcher
 
run() - Method in class org.tentackle.trip.transport.CallHandler
 
run() - Method in class org.tentackle.trip.transport.ConnectionHandler
Handles the new connection.
run() - Method in class org.tentackle.trip.transport.SocketAcceptLoop
 

S

safeInterrupt() - Method in class org.tentackle.daemon.DaemonSupervisor
Safely interrupt the dispatcher without interrupting any running task.
Scavenger - Interface in org.tentackle.daemon
Interface for cleanup services like cleanup threads.
scheme() - Method in record class org.tentackle.trip.TransportKey
Returns the value of the scheme record component.
scope() - Element in annotation interface org.tentackle.validate.validator.Changeable
The validation scopes the validator should be applied to.
scope() - Element in annotation interface org.tentackle.validate.validator.Equal
The validation scope(s) the validator should be applied to.
scope() - Element in annotation interface org.tentackle.validate.validator.Fail
The validation scope(s) the validator should be applied to.
scope() - Element in annotation interface org.tentackle.validate.validator.False
The validation scope(s) the validator should be applied to.
scope() - Element in annotation interface org.tentackle.validate.validator.Greater
The validation scope(s) the validator should be applied to.
scope() - Element in annotation interface org.tentackle.validate.validator.GreaterOrEqual
The validation scope(s) the validator should be applied to.
scope() - Element in annotation interface org.tentackle.validate.validator.Less
The validation scope(s) the validator should be applied to.
scope() - Element in annotation interface org.tentackle.validate.validator.LessOrEqual
The validation scope(s) the validator should be applied to.
scope() - Element in annotation interface org.tentackle.validate.validator.Mandatory
The validation scopes the validator should be applied to.
scope() - Element in annotation interface org.tentackle.validate.validator.NotEmpty
The validation scope(s) the validator should be applied to.
scope() - Element in annotation interface org.tentackle.validate.validator.NotEqual
The validation scope(s) the validator should be applied to.
scope() - Element in annotation interface org.tentackle.validate.validator.NotNull
The validation scopes the validator should be applied to.
scope() - Element in annotation interface org.tentackle.validate.validator.NotZero
The validation scopes the validator should be applied to.
scope() - Element in annotation interface org.tentackle.validate.validator.Null
The validation scope(s) the validator should be applied to.
scope() - Element in annotation interface org.tentackle.validate.validator.Pattern
The validation scope(s) the validator should be applied to.
scope() - Element in annotation interface org.tentackle.validate.validator.Size
The validation scope(s) the validator should be applied to.
scope() - Element in annotation interface org.tentackle.validate.validator.True
The validation scope(s) the validator should be applied to.
scope() - Element in annotation interface org.tentackle.validate.validator.Validate
The validation scope(s) the validator should be applied to.
scope() - Element in annotation interface org.tentackle.validate.validator.Zero
The validation scopes the validator should be applied to.
ScopeConfigurator - Interface in org.tentackle.validate
A configurator for default scopes.
Script - Interface in org.tentackle.script
A generic script.
SCRIPT - Enum constant in enum class org.tentackle.misc.CompoundValue.Type
a script
ScriptConverter - Interface in org.tentackle.script
Converts a script according to a given language.
ScriptFactory - Interface in org.tentackle.script
A factory for scripts.
ScriptingLanguage - Interface in org.tentackle.script
Interface tentackle scripting languages must implement.
ScriptRuntimeException - Exception Class in org.tentackle.script
Script exception.
ScriptRuntimeException() - Constructor for exception class org.tentackle.script.ScriptRuntimeException
Creates a script exception.
ScriptRuntimeException(String) - Constructor for exception class org.tentackle.script.ScriptRuntimeException
Creates a script exception.
ScriptRuntimeException(String, Throwable) - Constructor for exception class org.tentackle.script.ScriptRuntimeException
Creates a script exception.
ScriptRuntimeException(Throwable) - Constructor for exception class org.tentackle.script.ScriptRuntimeException
Creates a script exception.
ScriptVariable - Class in org.tentackle.script
Script variable.
ScriptVariable(String) - Constructor for class org.tentackle.script.ScriptVariable
Creates a ScriptVariable without value.
ScriptVariable(String, Object) - Constructor for class org.tentackle.script.ScriptVariable
Creates a ScriptVariable.
scroll(int) - Method in interface org.tentackle.misc.ScrollableResource
Moves the scrollable resource a given number of rows.
ScrollableResource<T> - Interface in org.tentackle.misc
A scrollable resource.
A ScrollableResource is a wrapper around a resource.
seconds() - Method in class org.tentackle.misc.TimeKeeper
Gets the duration in seconds.
secondsToString() - Method in class org.tentackle.misc.TimeKeeper
Returns the seconds as a String.
send(TripStream) - Method in class org.tentackle.trip.Reference
Sends the reference to the given stream.
sendDictionary(Class) - Method in class org.tentackle.trip.impl.DefaultTripStream
 
sendDictionary(Class) - Method in interface org.tentackle.trip.TripStream
Updates the dictionary entry if the class is new for the stream and sends the class definition.
Otherwise, sends the ordinal of the dictionary entry.
sendDictionary(TripStream) - Method in class org.tentackle.trip.types.AbstractTripType
Updates the dictionary entry if this type's object class is new for the stream and sends the class definition.
Otherwise, sends the ordinal of the dictionary entry.
sendEnd(TripStream) - Method in class org.tentackle.trip.types.AbstractTripType
Sends the end opcode to the stream.
sendError(OpCode, Throwable) - Method in class org.tentackle.trip.impl.DefaultTripStream
 
sendError(OpCode, Throwable) - Method in interface org.tentackle.trip.TripStream
Sends a TRIP error.
The error opcode is sent first, followed by the throwable's stack trace.
sendNull(TripStream) - Method in class org.tentackle.trip.types.AbstractTripType
Sends the null opcode to the stream.
sendReference(TripStream, T) - Method in class org.tentackle.trip.types.AbstractTripType
Sends the reference to the stream, if necessary.
If a reference is returned, the trip type must check Reference.isObjectFollowing() to see if the value's contents must be serialized once.
serialize(byte[]) - Method in class org.tentackle.trip.impl.DefaultSerializer
 
serialize(byte[]) - Method in interface org.tentackle.trip.Serializer
Serializes a byte array.
Low-level method passes the bytes unmodified.
serialize(byte[], int, int) - Method in class org.tentackle.trip.impl.DefaultSerializer
 
serialize(byte[], int, int) - Method in interface org.tentackle.trip.Serializer
Serializes a byte array.
Low-level method passes the bytes unmodified.
serialize(Object, OutputStream) - Method in class org.tentackle.trip.impl.TripObjectSerializer
Serialize the given object to an output stream.
serializeBoolean(boolean) - Method in class org.tentackle.trip.impl.DefaultSerializer
 
serializeBoolean(boolean) - Method in interface org.tentackle.trip.Serializer
Serializes a boolean value.
serializeByte(byte) - Method in class org.tentackle.trip.impl.DefaultSerializer
 
serializeByte(byte) - Method in interface org.tentackle.trip.Serializer
Serializes a byte.
serializeChar(char) - Method in class org.tentackle.trip.impl.DefaultSerializer
 
serializeChar(char) - Method in interface org.tentackle.trip.Serializer
Serializes a char value.
serializeDouble(double) - Method in class org.tentackle.trip.impl.DefaultSerializer
 
serializeDouble(double) - Method in interface org.tentackle.trip.Serializer
Serializes a double value.
serializeFloat(float) - Method in class org.tentackle.trip.impl.DefaultSerializer
 
serializeFloat(float) - Method in interface org.tentackle.trip.Serializer
Serializes a float value.
serializeInt(int) - Method in class org.tentackle.trip.impl.DefaultSerializer
 
serializeInt(int) - Method in interface org.tentackle.trip.Serializer
Serializes an int value.
serializeInt3(int) - Method in class org.tentackle.trip.impl.DefaultSerializer
 
serializeInt3(int) - Method in interface org.tentackle.trip.Serializer
Serializes a 3-byte int value.
Notice: there is no serializeUnsignedToInt3 since the implementation would be identical to serializeInt3.
serializeLong(long) - Method in class org.tentackle.trip.impl.DefaultSerializer
 
serializeLong(long) - Method in interface org.tentackle.trip.Serializer
Serializes a long value.
serializeLong5(long) - Method in class org.tentackle.trip.impl.DefaultSerializer
 
serializeLong5(long) - Method in interface org.tentackle.trip.Serializer
Serializes a 5-byte long value.
serializeLong6(long) - Method in class org.tentackle.trip.impl.DefaultSerializer
 
serializeLong6(long) - Method in interface org.tentackle.trip.Serializer
Serializes a 6-byte long value.
serializeLong7(long) - Method in class org.tentackle.trip.impl.DefaultSerializer
 
serializeLong7(long) - Method in interface org.tentackle.trip.Serializer
Serializes a 7-byte long value.
serializeOpCode(OpCode) - Method in class org.tentackle.trip.impl.DefaultSerializer
 
serializeOpCode(OpCode) - Method in interface org.tentackle.trip.Serializer
Serializes the given op code.
Serializer - Interface in org.tentackle.trip
Low-level serializer for primitive values and Strings.
serializeShort(short) - Method in class org.tentackle.trip.impl.DefaultSerializer
 
serializeShort(short) - Method in interface org.tentackle.trip.Serializer
Serializes a short.
serializeUnsignedAsByte(int) - Method in class org.tentackle.trip.impl.DefaultSerializer
 
serializeUnsignedAsByte(int) - Method in interface org.tentackle.trip.Serializer
Serializes an unsigned integer as a single byte.
The lower 8 bits of the passed value are serialized.
serializeUnsignedAsShort(int) - Method in class org.tentackle.trip.impl.DefaultSerializer
 
serializeUnsignedAsShort(int) - Method in interface org.tentackle.trip.Serializer
Serializes an unsigned integer as two bytes.
The lower 16 bits of the passed value are serialized.
SerialNumbered - Interface in org.tentackle.misc
Identifiable providing a serial number.
SERVER_DESERIALIZATION_ERROR - Enum constant in enum class org.tentackle.trip.impl.DefaultOpCode
server side deserialization error.
SERVER_SERIALIZATION_ERROR - Enum constant in enum class org.tentackle.trip.impl.DefaultOpCode
server side serialization error.
set(int, E) - Method in class org.tentackle.misc.CopyOnWriteList
 
set(int, E) - Method in class org.tentackle.misc.ImmutableArrayList
 
set(int, E) - Method in class org.tentackle.misc.TrackedArrayList
Replaces the element at the specified position in this list with the specified element.
The old element will be added to the list of removed objects.
set(E) - Method in class org.tentackle.misc.CopyOnWriteList.ReadOnlyListIterator
 
set(String, long) - Method in class org.tentackle.misc.NamedCounter
Sets the value for given named counter.
set(String, T) - Method in class org.tentackle.misc.NamedValue
Sets the value for given name.
set(TransportClientInfo) - Static method in record class org.tentackle.trip.transport.TransportClientInfo
Sets the client info to the thread local variable.
set(T, Object) - Method in class org.tentackle.reflect.PropertyMapping
Sets the property value.
The value will be converted to the type of the property, if necessary.
setAnnotatedElement(AnnotatedElement) - Method in class org.tentackle.validate.validator.AbstractValidator
 
setAnnotatedElement(AnnotatedElement) - Method in interface org.tentackle.validate.Validator
Sets the annotated element.
setAnnotation(Annotation) - Method in class org.tentackle.log.LogInterceptor
 
setAnnotation(Annotation) - Method in class org.tentackle.reflect.AbstractInterceptor
 
setAnnotation(Annotation) - Method in interface org.tentackle.reflect.Interceptor
Sets the interceptor annotation.
setAnnotation(Annotation) - Method in interface org.tentackle.validate.RepeatableValidator
Sets the annotation of the container validator.
setAnnotation(Annotation) - Method in class org.tentackle.validate.validator.AbstractRepeatableValidator
 
setAnnotation(Annotation) - Method in class org.tentackle.validate.validator.ChangeableImpl
 
setAnnotation(Annotation) - Method in class org.tentackle.validate.validator.EqualImpl
 
setAnnotation(Annotation) - Method in class org.tentackle.validate.validator.FailImpl
 
setAnnotation(Annotation) - Method in class org.tentackle.validate.validator.FalseImpl
 
setAnnotation(Annotation) - Method in class org.tentackle.validate.validator.GreaterImpl
 
setAnnotation(Annotation) - Method in class org.tentackle.validate.validator.GreaterOrEqualImpl
 
setAnnotation(Annotation) - Method in class org.tentackle.validate.validator.LessImpl
 
setAnnotation(Annotation) - Method in class org.tentackle.validate.validator.LessOrEqualImpl
 
setAnnotation(Annotation) - Method in class org.tentackle.validate.validator.MandatoryImpl
 
setAnnotation(Annotation) - Method in class org.tentackle.validate.validator.NotEmptyImpl
 
setAnnotation(Annotation) - Method in class org.tentackle.validate.validator.NotEqualImpl
 
setAnnotation(Annotation) - Method in class org.tentackle.validate.validator.NotNullImpl
 
setAnnotation(Annotation) - Method in class org.tentackle.validate.validator.NotZeroImpl
 
setAnnotation(Annotation) - Method in class org.tentackle.validate.validator.NullImpl
 
setAnnotation(Annotation) - Method in class org.tentackle.validate.validator.PatternImpl
 
setAnnotation(Annotation) - Method in interface org.tentackle.validate.Validator
Sets the annotation of the validator.
setAnnotation(Annotation) - Method in class org.tentackle.validate.validator.SizeImpl
 
setAnnotation(Annotation) - Method in class org.tentackle.validate.validator.TrueImpl
 
setAnnotation(Annotation) - Method in class org.tentackle.validate.validator.ValidateImpl
 
setAnnotation(Annotation) - Method in class org.tentackle.validate.validator.ZeroImpl
 
setAnnotation(Annotation) - Method in interface org.tentackle.validate.ValidatorList
Sets the annotation of the validator list,
setArgs(String[]) - Method in class org.tentackle.misc.CommandLine
Sets the arguments.
setAutoSync(boolean) - Method in class org.tentackle.prefs.DefaultPreferencesFactory
 
setAutoSync(boolean) - Method in interface org.tentackle.prefs.PersistedPreferencesFactory
Sets the autosync feature.
setBindingOptions(String) - Method in interface org.tentackle.bind.BindableElement
Sets the binding options.
setBindingOptions(String) - Method in class org.tentackle.bind.DefaultBindableElement
 
setBoolean(String, Boolean) - Method in class org.tentackle.prefs.CompositePreferences
Sets a Boolean.
If the value is the same as in system space, the user value is removed.
setBuffer(byte[]) - Method in class org.tentackle.io.MutableByteArrayInputStream
Sets the buffer with an offset of 0 and the length of the array.
setBuffer(byte[], int, int) - Method in class org.tentackle.io.MutableByteArrayInputStream
Sets the buffer.
setByteArray(String, byte[]) - Method in class org.tentackle.prefs.CompositePreferences
Sets a bytearray.
If the value is the same as in system space, the user value is removed.
setCamelName(String) - Method in interface org.tentackle.bind.BindableElement
Sets the camelcase name of this element.
setCamelName(String) - Method in class org.tentackle.bind.DefaultBindableElement
 
setCause(Throwable) - Method in class org.tentackle.task.AbstractTask
 
setCause(Throwable) - Method in interface org.tentackle.task.Task
Sets an exception that caused the task to fail.
setChainedInterceptor(Interceptor) - Method in class org.tentackle.reflect.AbstractInterceptor
 
setChainedInterceptor(Interceptor) - Method in interface org.tentackle.reflect.Interceptor
Sets the chained interceptor.
setChangeable(boolean) - Method in interface org.tentackle.bind.Binding
Updates the changeable attribute of the bound element.
setCheckInterval(long) - Method in class org.tentackle.daemon.DaemonSupervisor
Sets the check interval in milliseconds.
setCollectingStatistics(boolean) - Method in class org.tentackle.reflect.InterceptableMethodInvoker
Sets whether statistics should be collected.
setCompleted(long) - Method in class org.tentackle.task.AbstractTask
 
setCompleted(long) - Method in interface org.tentackle.task.Task
Sets the completed timestamp.
setConnectionPool(LoopbackConnectionPool) - Method in class org.tentackle.trip.transport.LoopbackTransport
Share the loopback connection pool with the server transport.
setConverter(Class, Function) - Method in class org.tentackle.misc.ObjectUtilities
Sets a converter for a given class.
setCopy(boolean) - Method in interface org.tentackle.misc.Snapshotable
Marks this object as a copy.
setCopy(boolean) - Method in class org.tentackle.misc.TrackedArrayList
 
setDaemonEnabled(int, boolean) - Method in class org.tentackle.daemon.DaemonSupervisor
Sets the enabled state for daemon at given index.
Setting a daemon to disabled will terminate it if running and prevent the daemon from be (re-)started.
setDaemonNum(int) - Method in class org.tentackle.daemon.DaemonSupervisor
Sets the number of daemons.
setDead(boolean) - Method in interface org.tentackle.daemon.Supervisable
Forces the supervisable to be dead or alive.
setDead(boolean) - Method in class org.tentackle.task.DefaultTaskDispatcher
 
setDeadInterval(long) - Method in class org.tentackle.task.DefaultTaskDispatcher
 
setDeadInterval(long) - Method in interface org.tentackle.task.TaskDispatcher
Sets the dead interval.
setDefaultClass(Class) - Method in interface org.tentackle.reflect.ClassMapper
Sets the default class.
If there is no matching class, the mapper returns this class.
setDefaultClass(Class) - Method in class org.tentackle.reflect.DefaultClassMapper
 
setDefaultLanguage(String) - Method in class org.tentackle.script.DefaultScriptFactory
 
setDefaultLanguage(String) - Method in interface org.tentackle.script.ScriptFactory
Sets the default language.
setDefaultLanguage(ScriptingLanguage) - Method in class org.tentackle.script.DefaultScriptFactory
 
setDefaultLanguage(ScriptingLanguage) - Method in interface org.tentackle.script.ScriptFactory
Sets the default language.
setDelegate(M) - Method in class org.tentackle.reflect.Mixin
Sets the delegate.
setDispatcher(TaskDispatcher) - Method in class org.tentackle.task.AbstractTask
 
setDispatcher(TaskDispatcher) - Method in interface org.tentackle.task.Task
Sets the dispatcher.
setDouble(String, Double) - Method in class org.tentackle.prefs.CompositePreferences
Sets a Double.
If the value is the same as in system space, the user value is removed.
setFetchSize(int) - Method in interface org.tentackle.misc.ScrollableResource
Sets the fetchsize.
This is the number of rows the cursor will fetch from the server in one batch.
setField(Field) - Method in interface org.tentackle.bind.BindableElement
Sets the bound field.
setField(Field) - Method in class org.tentackle.bind.DefaultBindableElement
 
setFinallyImmutable() - Method in interface org.tentackle.misc.Immutable
Makes this object finally immutable.
Any attempt to make it mutable again results in an ImmutableException.
setFinallyImmutable() - Method in class org.tentackle.misc.ImmutableArrayList
 
setFinallyImmutable(boolean) - Method in class org.tentackle.misc.ImmutableArrayList
 
setFinallyImmutable(boolean) - Method in interface org.tentackle.misc.ImmutableCollection
Makes this collection finally immutable.
Any attempt to make it mutable again results in an ImmutableException.
setFinallyImmutable(boolean) - Method in class org.tentackle.misc.TrackedArrayList
 
setFloat(String, Float) - Method in class org.tentackle.prefs.CompositePreferences
Sets a Float.
If the value is the same as in system space, the user value is removed.
setFrom(Method) - Method in interface org.tentackle.bind.BindableElement
Sets the "from"-method.
setFrom(Method) - Method in class org.tentackle.bind.DefaultBindableElement
 
setGetter(Method) - Method in interface org.tentackle.bind.BindableElement
Sets the getter method.
setGetter(Method) - Method in class org.tentackle.bind.DefaultBindableElement
 
setId(long) - Method in class org.tentackle.task.AbstractTask
 
setId(long) - Method in interface org.tentackle.task.Task
Sets the task id.
setIdleMinutes(long) - Method in class org.tentackle.misc.AbstractPool
Sets the idle minutes.
Resources are closed if unused for given minutes.
setImmutable(boolean) - Method in interface org.tentackle.misc.Immutable
Sets the immutable property.
setImmutable(boolean) - Method in class org.tentackle.misc.ImmutableArrayList
 
setImmutable(boolean, boolean) - Method in class org.tentackle.misc.ImmutableArrayList
Defines whether this list or any objects of this list may be changed.
setImmutable(boolean, boolean) - Method in interface org.tentackle.misc.ImmutableCollection
Sets the immutable state.
setImmutable(boolean, boolean) - Method in class org.tentackle.misc.TrackedArrayList
 
setImmutableLoggingLevel(Logger.Level) - Method in interface org.tentackle.misc.Immutable
Sets the optional logging level.
If set, any attempt to modify an immutable object will just log the violation instead of throwing an ImmutableException.
setImmutableLoggingLevel(Logger.Level) - Method in class org.tentackle.misc.ImmutableArrayList
 
setIncrementSize(int) - Method in class org.tentackle.misc.AbstractPool
Sets the minimum increment to enlarge the pool.
setInputStream(InputStream) - Method in interface org.tentackle.trip.Deserializer
Sets the input stream.
Any pending data input is lost.
setInputStream(InputStream) - Method in class org.tentackle.trip.impl.DefaultDeserializer
Switches to another input stream.
setInteger(String, Integer) - Method in class org.tentackle.prefs.CompositePreferences
Sets an integer.
If the value is the same as in system space, the user value is removed.
setLoggingInvocationDetails(boolean) - Method in class org.tentackle.reflect.InterceptableMethodInvoker
Sets whether args and return values will be logged as well.
setLoggingInvocations(boolean) - Method in class org.tentackle.reflect.InterceptableMethodInvoker
Sets whether each invocation should be logged.
setLogLevel(Logger.Level) - Method in class org.tentackle.reflect.AbstractClassMapper
Sets the log level.
setLogMinDurationMillis(long) - Method in class org.tentackle.reflect.InterceptableMethodInvoker
Sets the minimum milliseconds a method needs to execute before being logged.
setLogMinReturnedCollectionSize(int) - Method in class org.tentackle.reflect.InterceptableMethodInvoker
Sets the minimum size of returned collection to get logged.
setLong(String, Long) - Method in class org.tentackle.prefs.CompositePreferences
Sets a Long.
If the value is the same as in system space, the user value is removed.
setMandatory(boolean) - Method in interface org.tentackle.bind.Binding
Updates the mandatory attribute of the bound element.
setMaximumSize(int) - Method in class org.tentackle.misc.AbstractPool
Sets the maximum size.
setMaxStartCount(int) - Method in class org.tentackle.daemon.DaemonSupervisor
Sets the maximum number of starts.
setMinimumSize(int) - Method in class org.tentackle.misc.AbstractPool
Sets the minimum size.
Setting the minimum size to a value < 0 will shut down the pool as soon as all resources are closed (usually due to time out of unused resources).
setModelValue(Object) - Method in class org.tentackle.bind.AbstractBinding
 
setModelValue(Object) - Method in interface org.tentackle.bind.Binding
Sets the model value.
setModelValue(Object, Object, boolean) - Method in class org.tentackle.bind.AbstractBinding
Sets the model value.
setModified(boolean) - Method in class org.tentackle.misc.TrackedArrayList
Sets the modified state.
setModified(boolean) - Method in interface org.tentackle.misc.TrackedList
Sets the modified state.
setNullAllowed(boolean) - Method in class org.tentackle.misc.TrackedArrayList
 
setNullAllowed(boolean) - Method in interface org.tentackle.misc.TrackedList
Configures the list whether to allow adding null values.
By default, TrackedLists can be used as a drop-in replacement for ArrayList and allow nulls.
setObject(Object, Object) - Method in interface org.tentackle.bind.BindableElement
Sets the object of this member.
The method does nothing if the element is readonly.
setObject(Object, Object) - Method in interface org.tentackle.bind.BindingMember
Sets the object of this member.
setObject(Object, Object) - Method in class org.tentackle.bind.DefaultBindableElement
 
setObject(Object, Object) - Method in class org.tentackle.bind.DefaultBindingMember
Sets the object of this member.
setObject(T) - Method in class org.tentackle.trip.Reference
Sets the referenced object.
setOrdinal(int) - Method in interface org.tentackle.bind.BindableElement
Sets the ordinal for sorting.
setOrdinal(int) - Method in class org.tentackle.bind.DefaultBindableElement
 
setOutputStream(OutputStream) - Method in class org.tentackle.trip.impl.DefaultSerializer
Switches to another output stream.
The buffer is cleared so that DefaultSerializer.getPosition() is 0.
setOutputStream(OutputStream) - Method in interface org.tentackle.trip.Serializer
Sets the output stream.
Any existing pending serialized data is lost.
setPool(Pool) - Method in class org.tentackle.trip.transport.AbstractConnection
 
setPool(Pool) - Method in interface org.tentackle.misc.Poolable
Sets the pool.
setPoolId(int) - Method in interface org.tentackle.misc.Poolable
Sets the unique ID within the pool.
The ID is set when the poolable is retrieved from the pool.
setPoolId(int) - Method in class org.tentackle.trip.transport.AbstractConnection
 
setReadOnly(boolean) - Method in class org.tentackle.prefs.DefaultPreferencesFactory
 
setReadOnly(boolean) - Method in interface org.tentackle.prefs.PersistedPreferencesFactory
Sets the readonly feature.
setRegistryCoordinates(Registry, UUID) - Method in interface org.tentackle.trip.RemoteRoot
Sets the registry and the delegate ID this object belongs to.
setRepeatInterval(long) - Method in class org.tentackle.task.AbstractTask
 
setRepeatInterval(long) - Method in interface org.tentackle.task.Task
Sets the repeat interval in milliseconds.
Repeatable tasks are not removed from the queue but get a new scheduled epochal time and are re-queued.
setResult(Serializable) - Method in class org.tentackle.task.AbstractTask
 
setResult(Serializable) - Method in interface org.tentackle.task.Task
Sets the result of the task
setRow(int) - Method in interface org.tentackle.misc.ScrollableResource
Sets the scrollable resource to a given row.
Row numbers start at 1.
setScale(DecimalFormat, int) - Static method in class org.tentackle.misc.FormatHelper
Changes the decimal format according to the given scale.
Leaves the part before the comma unchanged!
setScheduledEpochalTime(long) - Method in class org.tentackle.task.AbstractTask
 
setScheduledEpochalTime(long) - Method in interface org.tentackle.task.Task
Sets the earliest time to be executed in epochal milliseconds.
setSetter(Method) - Method in interface org.tentackle.bind.BindableElement
Sets the setter method.
setSetter(Method) - Method in class org.tentackle.bind.DefaultBindableElement
 
setShutdownIdleTimeout(long) - Method in class org.tentackle.task.DefaultTaskDispatcher
 
setShutdownIdleTimeout(long) - Method in interface org.tentackle.task.TaskDispatcher
Sets a timeout to shut down this thread if idle for a given timeout.
setShutdownTimeout(long) - Method in class org.tentackle.misc.AbstractPool
Sets the timeout to wait for closing resources on shutdown.
The timeout applies to each resource individually.
setSimpleEqualsAndHashCode(boolean) - Method in class org.tentackle.misc.ImmutableArrayList
Sets whether the equals() and hashCode() methods should refer to the list instance alone.
setSimpleEqualsAndHashCode(boolean) - Method in interface org.tentackle.misc.ImmutableCollection
Sets whether the equals() and hashCode() methods should refer to the list instance alone.
setSleepInterval(long) - Method in class org.tentackle.task.DefaultTaskDispatcher
 
setSleepInterval(long) - Method in interface org.tentackle.task.TaskDispatcher
Sets the sleep interval.
setStarted(long) - Method in class org.tentackle.task.AbstractTask
 
setStarted(long) - Method in interface org.tentackle.task.Task
Sets the stated timestamp.
setString(String, String) - Method in class org.tentackle.prefs.CompositePreferences
Sets the value for a key.
If the value is the same as in system space, the user value is removed.
setSystemOnly(boolean) - Method in class org.tentackle.prefs.DefaultPreferencesFactory
 
setSystemOnly(boolean) - Method in interface org.tentackle.prefs.PersistedPreferencesFactory
Sets the system-only feature.
setupDelegate(T, Class) - Method in class org.tentackle.reflect.InterceptableInvocationHandler
Creates the delegates for the given proxy instance and the domain context.
setUsageMinutes(long) - Method in class org.tentackle.misc.AbstractPool
Sets the maximum usage minutes.
Resources are closed if used since the given timeout.
setUsingMutexLocking(boolean) - Method in class org.tentackle.task.DefaultTaskDispatcher
 
setUsingMutexLocking(boolean) - Method in interface org.tentackle.task.TaskDispatcher
Sets the locking method.
setValidatedElementName(String) - Method in class org.tentackle.validate.validator.AbstractValidator
 
setValidatedElementName(String) - Method in interface org.tentackle.validate.Validator
Sets the name of the validated element.
setValidationBundleClassLoader(ClassLoader) - Method in class org.tentackle.validate.ValidationUtilities
Sets the classloader to load the validation bundle class.
setValidationIndex(int) - Method in class org.tentackle.validate.validator.AbstractValidator
 
setValidationIndex(int) - Method in interface org.tentackle.validate.Validator
Sets the invocation index of this validator.
setValidationScope(ValidationScope) - Method in class org.tentackle.bind.AbstractBinder
 
setValidationScope(ValidationScope) - Method in interface org.tentackle.bind.Binder
Sets the validation scope.
setValue(Object) - Method in class org.tentackle.script.ScriptVariable
Sets the variable's value.
setValue(P, Class) - Method in class org.tentackle.trip.impl.ClassTripComponent
 
setValue(P, T) - Method in class org.tentackle.trip.impl.FieldTripComponent
 
setValue(P, T) - Method in class org.tentackle.trip.impl.MethodTripComponent
 
setValue(P, T) - Method in class org.tentackle.trip.impl.RecordTripComponent
 
setValue(P, T) - Method in interface org.tentackle.trip.TripComponent
Sets the value of the field or record component.
setValue(T, T) - Method in class org.tentackle.trip.impl.EnumTripComponent
 
setViewValue(Object) - Method in class org.tentackle.bind.AbstractBinding
 
setViewValue(Object) - Method in interface org.tentackle.bind.Binding
Sets the view's value.
setWaitInterval(long) - Method in class org.tentackle.task.DefaultTaskDispatcher
 
setWaitInterval(long) - Method in interface org.tentackle.task.TaskDispatcher
Sets the timeout interval for TaskDispatcher.waitForTask(Task).
The wait interval should be shorter than the dead interval, usually deadInterval / 2.
severe(String) - Method in class org.tentackle.log.DefaultLogger
 
severe(String) - Method in interface org.tentackle.log.Logger
Logs a message with level SEVERE.
severe(String, Object...) - Method in class org.tentackle.log.DefaultLogger
 
severe(String, Object...) - Method in interface org.tentackle.log.Logger
Logs a message with level SEVERE.
severe(String, Throwable) - Method in class org.tentackle.log.DefaultLogger
 
severe(String, Throwable) - Method in interface org.tentackle.log.Logger
Logs a message with level SEVERE.
severe(String, Supplier...) - Method in class org.tentackle.log.DefaultLogger
 
severe(String, Supplier...) - Method in interface org.tentackle.log.Logger
Logs a message with level SEVERE.
severe(Throwable, Supplier) - Method in class org.tentackle.log.DefaultLogger
 
severe(Throwable, Supplier) - Method in interface org.tentackle.log.Logger
Logs a message with level SEVERE.
severe(Supplier) - Method in class org.tentackle.log.DefaultLogger
 
severe(Supplier) - Method in interface org.tentackle.log.Logger
Logs a message with level SEVERE.
SEVERE - Enum constant in enum class org.tentackle.log.Logger.Level
SEVERE is a message level indicating a serious failure.
severity() - Element in annotation interface org.tentackle.validate.validator.Changeable
The validation severity.
severity() - Element in annotation interface org.tentackle.validate.validator.Equal
The validation severity.
severity() - Element in annotation interface org.tentackle.validate.validator.False
The validation severity.
severity() - Element in annotation interface org.tentackle.validate.validator.Greater
The validation severity.
severity() - Element in annotation interface org.tentackle.validate.validator.GreaterOrEqual
The validation severity.
severity() - Element in annotation interface org.tentackle.validate.validator.Less
The validation severity.
severity() - Element in annotation interface org.tentackle.validate.validator.LessOrEqual
The validation severity.
severity() - Element in annotation interface org.tentackle.validate.validator.Mandatory
The validation severity.
severity() - Element in annotation interface org.tentackle.validate.validator.NotEmpty
The validation severity.
severity() - Element in annotation interface org.tentackle.validate.validator.NotEqual
The validation severity.
severity() - Element in annotation interface org.tentackle.validate.validator.NotNull
The validation severity.
severity() - Element in annotation interface org.tentackle.validate.validator.NotZero
The validation severity.
severity() - Element in annotation interface org.tentackle.validate.validator.Null
The validation severity.
severity() - Element in annotation interface org.tentackle.validate.validator.Pattern
The validation severity.
severity() - Element in annotation interface org.tentackle.validate.validator.Size
The validation severity.
severity() - Element in annotation interface org.tentackle.validate.validator.True
The validation severity.
severity() - Element in annotation interface org.tentackle.validate.validator.Zero
The validation severity.
SHORT - Enum constant in enum class org.tentackle.trip.impl.DefaultOpCode
short value.
SHORT - Enum constant in enum class org.tentackle.trip.PredefinedArrayType
 
SHORT_PRIMITIVE - Enum constant in enum class org.tentackle.trip.PredefinedArrayType
 
SHORT1 - Enum constant in enum class org.tentackle.trip.impl.DefaultOpCode
small short value (fits in 1 byte).
ShortArrayTripType - Class in org.tentackle.trip.types
Trip type for Short array.
ShortArrayTripType() - Constructor for class org.tentackle.trip.types.ShortArrayTripType
Creates the type.
shortDatePattern() - Method in record class org.tentackle.misc.FormatHelper.Patterns
Returns the value of the shortDatePattern record component.
ShortLongText - Interface in org.tentackle.misc
A short and a long text.
A ShortLongText is something very simple and common: a short String and a longer more detailed description of an object.
SHORTN - Enum constant in enum class org.tentackle.trip.impl.DefaultOpCode
block of small shorts within the array.
ShortPrimitiveArrayTripType - Class in org.tentackle.trip.types
Trip type for short[] array.
ShortPrimitiveArrayTripType() - Constructor for class org.tentackle.trip.types.ShortPrimitiveArrayTripType
Creates the type.
ShortPrimitiveTripType - Class in org.tentackle.trip.types
Trip type for short primitive.
ShortPrimitiveTripType() - Constructor for class org.tentackle.trip.types.ShortPrimitiveTripType
Creates the type.
shortTimePattern() - Method in record class org.tentackle.misc.FormatHelper.Patterns
Returns the value of the shortTimePattern record component.
shortTimePatternWithOffset() - Method in record class org.tentackle.misc.FormatHelper.Patterns
Returns the value of the shortTimePatternWithOffset record component.
shortTimestampPattern() - Method in record class org.tentackle.misc.FormatHelper.Patterns
Returns the value of the shortTimestampPattern record component.
shortTimestampPatternWithOffset() - Method in record class org.tentackle.misc.FormatHelper.Patterns
Returns the value of the shortTimestampPatternWithOffset record component.
shortTimestampPatternWithTimeZone() - Method in record class org.tentackle.misc.FormatHelper.Patterns
Returns the value of the shortTimestampPatternWithTimeZone record component.
ShortTripType - Class in org.tentackle.trip.types
Trip type for Short.
ShortTripType() - Constructor for class org.tentackle.trip.types.ShortTripType
Creates the type.
ShortTripType(Class) - Constructor for class org.tentackle.trip.types.ShortTripType
Super constructor for the primitive type.
shutdown() - Method in class org.tentackle.io.SocketChannelDispatcher
Shutdown the dispatcher.
shutdown() - Method in class org.tentackle.misc.AbstractPool
 
shutdown() - Method in interface org.tentackle.misc.Pool
Shuts down the pool.
simpleEqualsAndHashCode - Variable in class org.tentackle.misc.ImmutableArrayList
 
size() - Method in class org.tentackle.misc.CopyOnWriteCollection
 
size() - Method in record class org.tentackle.trip.types.CollectionTripType.CollectionHeader
Returns the value of the size record component.
size() - Method in record class org.tentackle.trip.types.MapTripType.MapHeader
Returns the value of the size record component.
Size - Annotation Interface in org.tentackle.validate.validator
The annotated element size must be between the specified boundaries (included).
SizeContainer - Annotation Interface in org.tentackle.validate.validator
Repeating container annotation for Size.
SizeImpl - Class in org.tentackle.validate.validator
Implementation of the Size-validator.
SizeImpl() - Constructor for class org.tentackle.validate.validator.SizeImpl
Creates a Size-validator.
SKIP - Enum constant in enum class org.tentackle.trip.impl.DefaultOpCode
skip the block with default values within the array.
SKIP1 - Enum constant in enum class org.tentackle.trip.impl.DefaultOpCode
small skip block (length < 256).
SKIP2 - Enum constant in enum class org.tentackle.trip.impl.DefaultOpCode
small skip block (length < 65536).
skipMethodNamePrefix(String, String) - Static method in class org.tentackle.reflect.ReflectionHelper
Skips the prefix of a method name.
The first letter after the prefix must be in uppercase.
Used to skip well-known prefixes like "set", "get", "is", etc...
sleepForInterval(long) - Method in class org.tentackle.task.DefaultTaskDispatcher
Sleeps for the given sleep interval.
SmartDateTimeParser<T> - Class in org.tentackle.misc.time
Parser for Temporal date and time types with smart syntax support.
SmartDateTimeParser(Class, TemporalQuery, BiFunction, DateTimeFormatter, String, List, List, List) - Constructor for class org.tentackle.misc.time.SmartDateTimeParser
Creates a parser.
SmartDateTimeParser.ErrorHandler - Interface in org.tentackle.misc.time
Parse exception handler.
SmartDateTimeParser.Shortcut - Interface in org.tentackle.misc.time
Shortcut for date- or time input.
SmartDateTimeParser.TextFilter - Interface in org.tentackle.misc.time
Filter applied to the input.
Returns the probably modified text.
SmartDateTimeParser.TextRange - Record Class in org.tentackle.misc.time
A part within a string.
Snapshotable<T> - Interface in org.tentackle.misc
Interface for objects providing the snapshot functionality.
SocketAcceptLoop - Class in org.tentackle.trip.transport
The server socket accept-loop for incoming TCP connections.
SocketAcceptLoop(Transport, ServerSocket) - Constructor for class org.tentackle.trip.transport.SocketAcceptLoop
Creates the server socket accept loop.
SocketChannelDispatcher - Class in org.tentackle.io
A simple implementation of a dispatcher accepting incoming socket channels from client connections.
SocketChannelDispatcher(String, SocketAddress, Supplier) - Constructor for class org.tentackle.io.SocketChannelDispatcher
Creates a server socket channel dispatcher.
sort(Comparator) - Method in class org.tentackle.misc.CopyOnWriteList
 
sortValidators(List) - Method in class org.tentackle.validate.ValidationUtilities
Sorts validators by priority and validation index.
Lowest priority (0) comes last, highest first.
spliterator() - Method in class org.tentackle.misc.CopyOnWriteCollection
 
SslTransport - Class in org.tentackle.trip.transport
Transport implementation for SSL over TCP.
SslTransport(URI) - Constructor for class org.tentackle.trip.transport.SslTransport
Creates a new SSL transport.
STACKTRACE_ELEMENT - Enum constant in enum class org.tentackle.trip.impl.DefaultOpCode
java.lang.StackTraceElement.
StackTraceElementTripType - Class in org.tentackle.trip.types
Trip type for StackTraceElement.
StackTraceElementTripType() - Constructor for class org.tentackle.trip.types.StackTraceElementTripType
Creates the type.
start() - Method in interface org.tentackle.task.TaskDispatcher
Starts the dispatcher.
started(Task) - Method in interface org.tentackle.task.TaskListener
Invoked whenever a task is started.
startedAt() - Method in interface org.tentackle.daemon.Supervisable
Returns the epochal time when this supervisable was started.
startedAt() - Method in class org.tentackle.task.DefaultTaskDispatcher
 
startsWith(SubString) - Method in class org.tentackle.misc.SubString
Returns whether this segment starts with another segment.
startsWithIgnoreCase(SubString) - Method in class org.tentackle.misc.SubString
Returns whether this segment starts with another segment, ignoring the case.
STATIC_REFERENCE - Enum constant in enum class org.tentackle.misc.CompoundValue.Type
a reference to a static method of a class
StatisticsResult - Class in org.tentackle.log
Statistics result for execution count and durations.
StatisticsResult() - Constructor for class org.tentackle.log.StatisticsResult
Creates an empty statistics result.
stopIfNotFound() - Element in annotation interface org.tentackle.misc.PropertiesResourceService
Don't execute higher priority loaders if this loader found a resource.
stream() - Method in class org.tentackle.misc.CopyOnWriteCollection
 
STRING - Enum constant in enum class org.tentackle.trip.impl.DefaultOpCode
String value.
STRING - Enum constant in enum class org.tentackle.trip.PredefinedArrayType
 
STRING_EMPTY - Enum constant in enum class org.tentackle.trip.impl.DefaultOpCode
empty String.
STRING_REF - Enum constant in enum class org.tentackle.trip.impl.DefaultOpCode
referenced String value.
STRING1 - Enum constant in enum class org.tentackle.trip.impl.DefaultOpCode
short String (length < 256).
STRING1_REF - Enum constant in enum class org.tentackle.trip.impl.DefaultOpCode
referenced String (length < 256).
STRING2 - Enum constant in enum class org.tentackle.trip.impl.DefaultOpCode
short String (length < 65,536).
STRING2_REF - Enum constant in enum class org.tentackle.trip.impl.DefaultOpCode
referenced String (length < 65,536).
StringArrayTripType - Class in org.tentackle.trip.types
Trip type for String array.
StringArrayTripType() - Constructor for class org.tentackle.trip.types.StringArrayTripType
Creates the type.
StringTripType - Class in org.tentackle.trip.types
String type.
StringTripType() - Constructor for class org.tentackle.trip.types.StringTripType
Creates the type.
subList(int, int) - Method in class org.tentackle.misc.CopyOnWriteList
 
subList(int, int) - Method in class org.tentackle.misc.TrackedArrayList
 
submit(ReconnectionPolicy, T) - Method in class org.tentackle.io.Reconnector
Submits a reconnection.
If the policy is blocking, submit waits until the resource is reconnected or an exception is thrown.
SubString - Class in org.tentackle.misc
A segment of string.
Describes a substring by its indexes within a string.
The substring itself is built lazily, thus allowing index computations without string creations.
SubString(String) - Constructor for class org.tentackle.misc.SubString
Creates a string segment as a full copy of a string.
SubString(String, int) - Constructor for class org.tentackle.misc.SubString
Creates a string segment up to the end of the given string.
SubString(String, int, int) - Constructor for class org.tentackle.misc.SubString
Creates a string segment.
subtract(TimeKeeper) - Method in class org.tentackle.misc.TimeKeeper
Subtracts another duration.
SuperTypeVisitor - Class in org.tentackle.apt.visitor
A type visitor that finds type matches in supertypes as well.
SuperTypeVisitor(ProcessingEnvironment, boolean) - Constructor for class org.tentackle.apt.visitor.SuperTypeVisitor
Creates a super type visitor.
Supervisable - Interface in org.tentackle.daemon
A thread being supervised by a DaemonSupervisor.
sync() - Method in class org.tentackle.prefs.CompositePreferences
Syncs the preferences (system and user).
sync() - Method in class org.tentackle.prefs.DefaultPreferences
 
sync() - Method in interface org.tentackle.prefs.PersistedPreferences
Ensures that future reads from this preference node and its descendants reflect any changes that were committed to the persistent store (from any VM) prior to the sync invocation.
systemNodeForPackage(Class) - Method in class org.tentackle.prefs.DefaultPreferencesFactory
 
systemNodeForPackage(Class) - Static method in interface org.tentackle.prefs.PersistedPreferences
Returns the preference node from the system preference tree that is associated (by convention) with the specified class's package.
systemNodeForPackage(Class) - Method in interface org.tentackle.prefs.PersistedPreferencesFactory
Returns the preference node from the calling system's preference tree that is associated (by convention) with the specified class's package.
systemRoot() - Method in class org.tentackle.prefs.DefaultPreferencesFactory
 
systemRoot() - Static method in interface org.tentackle.prefs.PersistedPreferences
Returns the root preference node for the system.

T

Task - Interface in org.tentackle.task
A task being executed by the TaskDispatcher.
TaskDispatcher - Interface in org.tentackle.task
A dispatcher executing tasks in a serialized manner.
TaskDispatcherLock - Interface in org.tentackle.task
The lock of a task dispatcher.
TaskException - Exception Class in org.tentackle.task
Runtime exception for tasks and task dispatching.
TaskException() - Constructor for exception class org.tentackle.task.TaskException
Constructs a new task exception with null as its detail message.
The cause is not initialized, and may subsequently be initialized by a call to Throwable.initCause(Throwable).
TaskException(String) - Constructor for exception class org.tentackle.task.TaskException
Constructs a new task exception with the specified detail message.
The cause is not initialized, and may subsequently be initialized by a call to Throwable.initCause(Throwable).
TaskException(String, Throwable) - Constructor for exception class org.tentackle.task.TaskException
Constructs a new task exception with the specified detail message and cause.
TaskException(Throwable) - Constructor for exception class org.tentackle.task.TaskException
Constructs a new task exception with the specified cause and a detail message of (cause==null ?
TaskListener - Interface in org.tentackle.task
A listener for Task-related events.
TcpConnection - Class in org.tentackle.trip.transport
TCP connection.
TcpConnection(TcpTransport, Dictionary, Socket) - Constructor for class org.tentackle.trip.transport.TcpConnection
Creates a new TCP connection.
TcpConnectionPool - Class in org.tentackle.trip.transport
The TCP client connection pool.
TcpConnectionPool(TcpTransport, Dictionary) - Constructor for class org.tentackle.trip.transport.TcpConnectionPool
Creates a TCP connection pool.
TcpTransport - Class in org.tentackle.trip.transport
Transport implementation for TCP.
TcpTransport(URI) - Constructor for class org.tentackle.trip.transport.TcpTransport
Creates a new TCP transport.
TentackleRuntimeExceptionComponentProvider<T> - Class in org.tentackle.trip.provider
Component provider for TentackleRuntimeException.
TentackleRuntimeExceptionComponentProvider() - Constructor for class org.tentackle.trip.provider.TentackleRuntimeExceptionComponentProvider
Creates the provider.
Terminatable - Interface in org.tentackle.daemon
Something that can be terminated gracefully.
Useful for Threads.
terminate() - Method in class org.tentackle.daemon.DaemonSupervisor
Terminates the supervisor.
Waits until supervisor has terminated.
If the running thread is a Supervisable the thread will be "kill()"ed.
terminate() - Method in interface org.tentackle.daemon.Terminatable
Terminates the terminatable.
Requests for termination and waits until terminatable has terminated.
terminate() - Method in class org.tentackle.task.DefaultTaskDispatcher
 
terminatedAt() - Method in interface org.tentackle.daemon.Supervisable
Returns the epochal time when this supervisable has terminated.
terminatedAt() - Method in class org.tentackle.task.DefaultTaskDispatcher
 
test(SmartDateTimeParser, String) - Method in class org.tentackle.misc.time.AddShortcut
 
test(SmartDateTimeParser, String) - Method in class org.tentackle.misc.time.NowShortcut
 
test(SmartDateTimeParser, String) - Method in class org.tentackle.misc.time.NumberShortcut
 
test(SmartDateTimeParser, String) - Method in class org.tentackle.misc.time.OffsetShortcut
 
test(SmartDateTimeParser, String) - Method in interface org.tentackle.misc.time.SmartDateTimeParser.Shortcut
Returns whether the shortcut applies to the given string.
test(SmartDateTimeParser, String) - Method in class org.tentackle.misc.time.ZoneShortcut
 
TextRange(int, int) - Constructor for record class org.tentackle.misc.time.SmartDateTimeParser.TextRange
Creates an instance of a TextRange record class.
throwable() - Method in record class org.tentackle.trip.remote.IdentifiedRemoteResponse
Returns the value of the throwable record component.
throwable() - Method in record class org.tentackle.trip.remote.InitialRemoteResponse
Returns the value of the throwable record component.
throwable() - Method in interface org.tentackle.trip.remote.RemoteResponse
The throwable if the call failed.
THROWABLE - Enum constant in enum class org.tentackle.trip.impl.DefaultOpCode
exception with stacktrace.
ThrowableComponentProvider<T> - Class in org.tentackle.trip.provider
Component provider for Throwable.
ThrowableComponentProvider() - Constructor for class org.tentackle.trip.provider.ThrowableComponentProvider
Creates the provider.
ThrowableTripType<T> - Class in org.tentackle.trip.types
Trip type for Throwable.
ThrowableTripType(Class) - Constructor for class org.tentackle.trip.types.ThrowableTripType
Creates the type.
ThrowableTypeBuilder<T> - Class in org.tentackle.trip.builder
Builder for exception types.
ThrowableTypeBuilder() - Constructor for class org.tentackle.trip.builder.ThrowableTypeBuilder
Creates the type builder.
TIME - Enum constant in enum class org.tentackle.trip.impl.DefaultOpCode
java.sql.Time and org.tentackle.common.Time.
TimeKeeper - Class in org.tentackle.misc
A duration.
TimeKeeper() - Constructor for class org.tentackle.misc.TimeKeeper
Creates a duration.
TimeKeeper(long) - Constructor for class org.tentackle.misc.TimeKeeper
Creates a duration with given nanoseconds.
timePattern() - Method in record class org.tentackle.misc.FormatHelper.Patterns
Returns the value of the timePattern record component.
timePatternWithOffset() - Method in record class org.tentackle.misc.FormatHelper.Patterns
Returns the value of the timePatternWithOffset record component.
TIMESTAMP - Enum constant in enum class org.tentackle.trip.impl.DefaultOpCode
java.sql.Timestamp and org.tentackle.common.Timestamp.
timestampPattern() - Method in record class org.tentackle.misc.FormatHelper.Patterns
Returns the value of the timestampPattern record component.
timestampPatternWithOffset() - Method in record class org.tentackle.misc.FormatHelper.Patterns
Returns the value of the timestampPatternWithOffset record component.
timestampPatternWithTimeZone() - Method in record class org.tentackle.misc.FormatHelper.Patterns
Returns the value of the timestampPatternWithTimeZone record component.
TimestampTripType - Class in org.tentackle.trip.types
Trip type for Timestamp.
TimestampTripType() - Constructor for class org.tentackle.trip.types.TimestampTripType
Creates the type.
timeToReconnect() - Method in interface org.tentackle.io.ReconnectionPolicy
Number of milliseconds to wait before the next connection attempt.
Reconnection terminates if the method returns 0 or throws some runtime exception.
TimeTripType - Class in org.tentackle.trip.types
Trip type for Time.
TimeTripType() - Constructor for class org.tentackle.trip.types.TimeTripType
Creates the type.
TIMEZONE - Enum constant in enum class org.tentackle.trip.impl.DefaultOpCode
java.util.TimeZone.
TimeZoneTripType - Class in org.tentackle.trip.types
Trip type for TimeZone.
TimeZoneTripType() - Constructor for class org.tentackle.trip.types.TimeZoneTripType
Creates the type.
TO_MODEL_VIA_FIELD - Enum constant in enum class org.tentackle.bind.BindingEvent.Type
from view to model via field.
TO_MODEL_VIA_FROM_METHOD - Enum constant in enum class org.tentackle.bind.BindingEvent.Type
from view to model via from-method.
TO_MODEL_VIA_SETTER - Enum constant in enum class org.tentackle.bind.BindingEvent.Type
from view to model via setter.
TO_VIEW_VIA_FIELD - Enum constant in enum class org.tentackle.bind.BindingEvent.Type
from model via field to view.
TO_VIEW_VIA_GETTER - Enum constant in enum class org.tentackle.bind.BindingEvent.Type
from model via getter to view.
toArray() - Method in class org.tentackle.misc.CopyOnWriteCollection
 
toArray(T[]) - Method in class org.tentackle.misc.CopyOnWriteCollection
 
toCsv(String, Collection) - Method in class org.tentackle.misc.CsvConverter
Converts lines of string values to CSV lines.
toCsv(Collection) - Method in class org.tentackle.misc.CsvConverter
Converts lines of string values to CSV lines.
Conforms to RFC 4180.
toCsvLenient(Collection) - Method in class org.tentackle.misc.CsvConverter
Converts lines of string values to CSV lines.
Picks the separator automatically to avoid quoting, if possible.
toDiagnosticString() - Method in class org.tentackle.task.DefaultTaskDispatcher
 
toDiagnosticString() - Method in interface org.tentackle.task.TaskDispatcher
Returns a diagnostic string.
This is an extended version of Object.toString().
toEnvironmentVariable(String) - Method in class org.tentackle.misc.PropertiesUtilities
Converts a property key to an environment variable name.
toExternal() - Method in interface org.tentackle.misc.Convertible
Convert this object to an external value.
toExternal() - Method in enum class org.tentackle.trip.impl.DefaultOpCode
 
toGenericString() - Method in interface org.tentackle.misc.Identifiable
Gets the generic string.
This is usually the classname followed by the id in square brackets.
toGenericString() - Method in class org.tentackle.misc.IdSerialTuple
 
toGenericString() - Method in class org.tentackle.misc.XUUID
 
toInternal(Integer) - Static method in interface org.tentackle.trip.OpCode
Converts an external Integer value to a OpCode.
toList() - Method in interface org.tentackle.misc.ScrollableResource
Returns the objects of this scrollable resource as a list.
toListAndClose() - Method in interface org.tentackle.misc.ScrollableResource
Returns the objects of this scrollable resource as a list and closes this scrollable resource.
toModel(BindingEvent) - Method in interface org.tentackle.bind.ToModelListener
The model will be updated by the view
ToModelListener - Interface in org.tentackle.bind
A listener invoked after the binding has updated the model with the view's value.
toString() - Method in class org.tentackle.bind.AbstractBinding
 
toString() - Method in class org.tentackle.bind.BindingEvent
 
toString() - Method in class org.tentackle.bind.DefaultBindingMember
 
toString() - Method in class org.tentackle.bind.ValidationEvent
 
toString() - Method in class org.tentackle.io.AppendableWriter
Return the appendables's current value as a string.
toString() - Method in class org.tentackle.log.AbstractMappedDiagnosticContext
Returns the entries as a string.
toString() - Method in class org.tentackle.log.StatisticsResult
 
toString() - Method in class org.tentackle.misc.AbstractPool
 
toString() - Method in class org.tentackle.misc.AbstractPoolSlot
 
toString() - Method in class org.tentackle.misc.CompoundValue
 
toString() - Method in record class org.tentackle.misc.FormatHelper.Patterns
Returns a string representation of this record class.
toString() - Method in class org.tentackle.misc.Holder
 
toString() - Method in class org.tentackle.misc.IdentifiableKey
 
toString() - Method in class org.tentackle.misc.IdSerialNameTuple
 
toString() - Method in class org.tentackle.misc.IdSerialTuple
 
toString() - Method in class org.tentackle.misc.SubString
 
toString() - Method in record class org.tentackle.misc.time.SmartDateTimeParser.TextRange
Returns a string representation of this record class.
toString() - Method in class org.tentackle.misc.TimeKeeper
 
toString() - Method in class org.tentackle.misc.VolatileHolder
 
toString() - Method in class org.tentackle.misc.XUUID
 
toString() - Method in class org.tentackle.prefs.DefaultPreferences
 
toString() - Method in class org.tentackle.reflect.AbstractClassMapper
 
toString() - Method in class org.tentackle.reflect.IndexedMethodCache
 
toString() - Method in class org.tentackle.reflect.InterceptableMethodCache
 
toString() - Method in class org.tentackle.reflect.InterceptableMethodInvoker
 
toString() - Method in class org.tentackle.reflect.MethodCache
 
toString() - Method in class org.tentackle.reflect.PropertyMapping
 
toString() - Method in record class org.tentackle.reflect.ReflectionHelper.CanonicalBuilderInfo
Returns a string representation of this record class.
toString() - Method in class org.tentackle.script.AbstractScript
 
toString() - Method in class org.tentackle.script.AbstractScriptingLanguage
 
toString() - Method in class org.tentackle.script.ScriptVariable
 
toString() - Method in class org.tentackle.task.AbstractTask
 
toString() - Method in class org.tentackle.task.DefaultTaskDispatcherLock
 
toString() - Method in class org.tentackle.trip.impl.ClassTripComponent
 
toString() - Method in class org.tentackle.trip.impl.DefaultDictionary
 
toString() - Method in class org.tentackle.trip.impl.DefaultDictionaryEntry
 
toString() - Method in class org.tentackle.trip.impl.DefaultDictionaryEntryComponent
 
toString() - Method in class org.tentackle.trip.impl.DefaultRemoteDelegate
 
toString() - Method in class org.tentackle.trip.impl.EnumTripComponent
 
toString() - Method in class org.tentackle.trip.impl.FieldTripComponent
 
toString() - Method in class org.tentackle.trip.impl.MethodTripComponent
 
toString() - Method in class org.tentackle.trip.impl.RecordTripComponent
 
toString() - Method in class org.tentackle.trip.Reference
 
toString() - Method in record class org.tentackle.trip.remote.DelegateDescriptor
Returns a string representation of this record class.
toString() - Method in record class org.tentackle.trip.remote.IdentifiedRemoteCall
Returns a string representation of this record class.
toString() - Method in record class org.tentackle.trip.remote.IdentifiedRemoteResponse
Returns a string representation of this record class.
toString() - Method in record class org.tentackle.trip.remote.InitialRemoteCall
Returns a string representation of this record class.
toString() - Method in record class org.tentackle.trip.remote.InitialRemoteResponse
Returns a string representation of this record class.
toString() - Method in class org.tentackle.trip.transport.AbstractConnection
 
toString() - Method in class org.tentackle.trip.transport.AbstractTransport
 
toString() - Method in class org.tentackle.trip.transport.TcpConnection
 
toString() - Method in record class org.tentackle.trip.transport.TransportClientInfo
Returns a string representation of this record class.
toString() - Method in record class org.tentackle.trip.TransportKey
Returns a string representation of this record class.
toString() - Method in exception class org.tentackle.trip.TripInstantiationException
 
toString() - Method in class org.tentackle.trip.types.AbstractTripType
 
toString() - Method in record class org.tentackle.trip.types.CollectionTripType.CollectionHeader
Returns a string representation of this record class.
toString() - Method in record class org.tentackle.trip.types.MapTripType.MapHeader
Returns a string representation of this record class.
toString() - Method in class org.tentackle.validate.DefaultValidationContext
 
toString() - Method in class org.tentackle.validate.scope.AbstractScope
 
toString() - Method in class org.tentackle.validate.severity.AbstractValidationResult
 
toString() - Method in class org.tentackle.validate.ValidationMapper
 
toString() - Method in record class org.tentackle.validate.ValidationResult.CollectionIndex
Returns a string representation of this record class.
toString() - Method in record class org.tentackle.validate.ValidationUtilities.MapResult
Returns a string representation of this record class.
toString() - Method in record class org.tentackle.validate.ValidationUtilities.ValidatorKey
Returns a string representation of this record class.
toString() - Method in class org.tentackle.validate.validator.AbstractRepeatableValidator
 
toString() - Method in class org.tentackle.validate.validator.AbstractValidator
 
toView(BindingEvent) - Method in interface org.tentackle.bind.ToViewListener
The view will be updated by the model.
ToViewListener - Interface in org.tentackle.bind
A listener invoked before the binding will update the view with the model's value.
TrackedArrayList<E> - Class in org.tentackle.misc
Implementation of a TrackedList.
TrackedArrayList() - Constructor for class org.tentackle.misc.TrackedArrayList
Creates a tracked ArrayList.
Notice that the list is initially marked 'modified'!
TrackedArrayList(boolean) - Constructor for class org.tentackle.misc.TrackedArrayList
Creates a tracked ArrayList.
TrackedArrayList(int) - Constructor for class org.tentackle.misc.TrackedArrayList
Creates a tracked ArrayList.
Notice that the list is initially marked 'modified'!
TrackedArrayList(int, boolean) - Constructor for class org.tentackle.misc.TrackedArrayList
Creates a tracked ArrayList.
TrackedArrayList(Collection) - Constructor for class org.tentackle.misc.TrackedArrayList
Creates a list from a collection.
The list is NOT marked modified.
TrackedList<E> - Interface in org.tentackle.misc
A List with the ability to tell whether it has been structurally modified.
TrackedListListener<E> - Interface in org.tentackle.misc
A listener for TrackedList events.
transport() - Method in record class org.tentackle.trip.transport.TransportClientInfo
Returns the value of the transport record component.
Transport - Interface in org.tentackle.trip
The transport layer.
TransportClientInfo - Record Class in org.tentackle.trip.transport
The client information.
TransportClientInfo(Transport, String) - Constructor for record class org.tentackle.trip.transport.TransportClientInfo
Creates a new client-info w/o a client UUID.
TransportClientInfo(Transport, String, UUID) - Constructor for record class org.tentackle.trip.transport.TransportClientInfo
Creates an instance of a TransportClientInfo record class.
TransportKey - Record Class in org.tentackle.trip
The Transport key.
TransportKey(String, String, int, String) - Constructor for record class org.tentackle.trip.TransportKey
Creates an instance of a TransportKey record class.
TransportKey(URI) - Constructor for record class org.tentackle.trip.TransportKey
Creates a transport key from a URI.
TransportManager - Interface in org.tentackle.trip
Maintains transports.
TransportService - Annotation Interface in org.tentackle.trip
Annotation to express that the annotated class is an implementation of a Transport.
TreeMapTripType<T> - Class in org.tentackle.trip.types
Trip type for TreeMap.
TreeMapTripType(Class) - Constructor for class org.tentackle.trip.types.TreeMapTripType
Creates the type.
TreeSetTripType<T> - Class in org.tentackle.trip.types
Trip type for TreeSet.
TreeSetTripType(Class) - Constructor for class org.tentackle.trip.types.TreeSetTripType
Creates the type.
TripComponent<P,T> - Interface in org.tentackle.trip
Describes a component within a class, record, or enum.
TripComponentProvider<T> - Interface in org.tentackle.trip
Provides the components of a type.
Implementations must be annotated with TripComponentProviderService.
TripComponentProviderService - Annotation Interface in org.tentackle.trip
Annotation to express that the annotated class is the TripComponentProvider for the given class.
TripConstants - Class in org.tentackle.trip
Some constants used in the Trip protocol.
TripDeduplicatable - Annotation Interface in org.tentackle.trip
Annotation to define whether instances of the annotated class are subject to deduplication or not.
TripError - Exception Class in org.tentackle.trip.impl
Special kind of TripRuntimeException used in conjunction with OpCodeCategory.ERROR.
TripError(OpCode, String) - Constructor for exception class org.tentackle.trip.impl.TripError
Constructs a new trip error.
TripFactory - Interface in org.tentackle.trip
Factory for creating various TRIP objects.
TripIgnore - Annotation Interface in org.tentackle.trip
Annotation to mark a field or method to be ignored by TRIP.
TripInstanceCreator<T> - Interface in org.tentackle.trip
Creates an instance of a class.
Must be annotated with TripInstanceCreatorService.
Instance creators are used if there is no public no-arg constructor, and it is not possible to define a CanonicalConstructor.
TripInstanceCreatorService - Annotation Interface in org.tentackle.trip
Annotation to express that the annotated class is a creator for the given class.
This is a workaround for classes that don't provide a no-args constructor but cannot be annotated with CanonicalConstructor since they are 3rd party or cannot be modified for other reasons.
The annotated class must implement the TripInstanceCreator interface for the given class.
TripInstantiationException - Exception Class in org.tentackle.trip
Trip instantiation exception.
This exception is thrown if an object to be serialized or deserialized cannot be instantiated.
TripInstantiationException(Class) - Constructor for exception class org.tentackle.trip.TripInstantiationException
Constructs a new trip instantiation exception.
TripInstantiationException(Class, String) - Constructor for exception class org.tentackle.trip.TripInstantiationException
Constructs a new trip instantiation exception.
TripInstantiationException(Class, String, Throwable) - Constructor for exception class org.tentackle.trip.TripInstantiationException
Constructs a new trip instantiation exception.
TripNoSuchDelegateException - Exception Class in org.tentackle.trip
Trip exception if a remote delegate is not registered.
TripNoSuchDelegateException(String, UUID) - Constructor for exception class org.tentackle.trip.TripNoSuchDelegateException
Constructs a new trip exception.
TripNoSuchDelegateException(UUID) - Constructor for exception class org.tentackle.trip.TripNoSuchDelegateException
Constructs a new trip exception.
TripObjectSerializer - Class in org.tentackle.trip.impl
Object serializer using the TRIP serialization format.
TripObjectSerializer() - Constructor for class org.tentackle.trip.impl.TripObjectSerializer
Creates the TRIP serializer.
TripReferencable - Annotation Interface in org.tentackle.trip
Annotation to define whether the annotated class is referencable or not.
TripRuntimeException - Exception Class in org.tentackle.trip
Trip runtime exception.
TripRuntimeException(String) - Constructor for exception class org.tentackle.trip.TripRuntimeException
Constructs a new trip runtime exception with the specified detail message.
TripRuntimeException(String, Throwable) - Constructor for exception class org.tentackle.trip.TripRuntimeException
Constructs a new trip runtime exception.
TripRuntimeException(Throwable) - Constructor for exception class org.tentackle.trip.TripRuntimeException
Constructs a new trip runtime exception.
TripSerializable - Annotation Interface in org.tentackle.trip
Annotation to define whether instances of the annotated class are serializable or not.
TripSerializeLambda - Annotation Interface in org.tentackle.trip
Annotation to express that serializing lambdas is enabled for the annotated class.
TripStream - Interface in org.tentackle.trip
The stream to read and write trip objects.
TripStreamClosedException - Exception Class in org.tentackle.trip
Trip stream closed exception.
TripStreamClosedException(String) - Constructor for exception class org.tentackle.trip.TripStreamClosedException
Constructs a new trip stream closed exception with the specified detail message.
TripStreamClosedException(String, Throwable) - Constructor for exception class org.tentackle.trip.TripStreamClosedException
Constructs a new trip stream closed exception.
TripStreamClosedException(Throwable) - Constructor for exception class org.tentackle.trip.TripStreamClosedException
Constructs a new trip stream closed exception.
TripType<T> - Interface in org.tentackle.trip
A serializable data type.
The trip type applies to the local JVM only and is never sent over the wire.
Notice: TripTypes are singletons and must not maintain any state to provide thread-safety!
TripTypeBuilder<T> - Interface in org.tentackle.trip
Creates a TripType for a given concrete class.
Type builders are used to create the concrete TripTypes for all data types without a predefined or application-specific type.
Notice: TripTypeBuilders are singletons and must not maintain any state to provide thread-safety!
TripTypeBuilderFactory - Interface in org.tentackle.trip
A factory for TripTypeBuilders.
TripTypeBuilderService - Annotation Interface in org.tentackle.trip
Annotation to express that the annotated class is a TripTypeBuilder for implementations of given interface or extensions of given class.
TripTypeCategory - Enum Class in org.tentackle.trip
Type category.
TripTypeService - Annotation Interface in org.tentackle.trip
Annotation to express that the annotated class is an implementation of a TripType.
TripViaJOS - Annotation Interface in org.tentackle.trip
Annotation to express that the annotated class must be serialized via the old-school Java Object Serialization (JOS).
True - Annotation Interface in org.tentackle.validate.validator
The annotated element must be true.
TrueContainer - Annotation Interface in org.tentackle.validate.validator
Repeating container annotation for True.
TrueImpl - Class in org.tentackle.validate.validator
Implementation of the True-validator.
TrueImpl() - Constructor for class org.tentackle.validate.validator.TrueImpl
Creates a True-validator.
type() - Element in annotation interface org.tentackle.reflect.Interception
Defines the interceptor type.
typeUtils - Variable in class org.tentackle.apt.AbstractServiceAnnotationProcessor
 
typeVisitor - Variable in class org.tentackle.apt.AbstractServiceAnnotationProcessor
 

U

unbind() - Method in interface org.tentackle.bind.Binder
Removes all bindings of the view.
unlock(Object) - Method in class org.tentackle.task.DefaultTaskDispatcher
 
unlock(Object) - Method in interface org.tentackle.task.TaskDispatcher
Unlocks this thread.
Only the lock holding the lock is allowed to unlock.
unlockInternal(long) - Method in class org.tentackle.task.DefaultTaskDispatcher
Releases a lock after having executed a task from the queue (or none).
unregister(String) - Method in class org.tentackle.trip.impl.DefaultRegistry
 
unregister(String) - Method in interface org.tentackle.trip.Registry
Unregisters a remote delegate by its symbolic name.
unregister(UUID) - Method in class org.tentackle.trip.impl.DefaultRegistry
 
unregister(UUID) - Method in interface org.tentackle.trip.Registry
Unregisters a remote delegate by its unique ID.
unregistered() - Method in class org.tentackle.trip.impl.DefaultRemoteDelegate
 
unregistered() - Method in interface org.tentackle.trip.RemoteDelegate
Invoked when this delegate is unregistered from the registry.
This will recursively unregister all delegates that depend on this one, i.e., that were registered by this delegate.
unregisterFromRegistry() - Method in interface org.tentackle.trip.RemoteRoot
Unregisters this target object's delegate from the registry.
UNSIGNED_BYTE_MAX - Static variable in class org.tentackle.trip.TripConstants
Maximum value for unsigned bytes.
UNSIGNED_INT3_MAX - Static variable in class org.tentackle.trip.TripConstants
Maximum value for unsigned 3-byte integers.
UNSIGNED_SHORT_MAX - Static variable in class org.tentackle.trip.TripConstants
Maximum value for unsigned shorts.
unUse(T) - Method in class org.tentackle.misc.AbstractPoolSlot
 
unUse(T) - Method in interface org.tentackle.misc.PoolSlot
Marks a poolable unused.
unusePoolable(T) - Method in class org.tentackle.misc.AbstractPool
Marks a resource as unused and returned to the pool.
updateView(Object) - Method in class org.tentackle.bind.AbstractBinding
Updates the view.
updateView(Object, Object, boolean) - Method in class org.tentackle.bind.AbstractBinding
Updates the view.
UriHelper - Class in org.tentackle.io
Some URI helper methods.
use(Thread) - Method in class org.tentackle.misc.AbstractPoolSlot
 
use(Thread) - Method in interface org.tentackle.misc.PoolSlot
Marks a poolable used.
UserHomeJavaDir - Class in org.tentackle.misc
The user's home cache.
userNodeForPackage(Class) - Method in class org.tentackle.prefs.DefaultPreferencesFactory
 
userNodeForPackage(Class) - Static method in interface org.tentackle.prefs.PersistedPreferences
Returns the preference node from the user preference tree that is associated (by convention) with the specified class's package.
userNodeForPackage(Class) - Method in interface org.tentackle.prefs.PersistedPreferencesFactory
Returns the preference node from the calling user's preference tree that is associated (by convention) with the specified class's package.
userRoot() - Method in class org.tentackle.prefs.DefaultPreferencesFactory
 
userRoot() - Static method in interface org.tentackle.prefs.PersistedPreferences
Returns the root preference node for the user.
userRootOnly() - Static method in interface org.tentackle.prefs.PersistedPreferences
Returns the root preference node for the user.
UUID - Enum constant in enum class org.tentackle.trip.impl.DefaultOpCode
java.util.UUID.
UUIDTripType - Class in org.tentackle.trip.types
Trip type for UUID.
UUIDTripType() - Constructor for class org.tentackle.trip.types.UUIDTripType
Creates the type.

V

validate() - Method in class org.tentackle.bind.AbstractBinding
 
validate() - Method in interface org.tentackle.bind.Binding
Validates the binding.
validate() - Method in class org.tentackle.misc.CompoundValue
Validates the configuration of this compound value.
Validates the script, if any.
validate() - Method in interface org.tentackle.script.Script
Validates the script.
The script will be compiled, if not already done, but not executed.
validate() - Element in annotation interface org.tentackle.trip.TripSerializable
An optional name of a public method to be invoked on the object after deserialization.
The method must be non-static, public, return void, and have no parameters.
validate() - Method in class org.tentackle.validate.validator.AbstractValidator
 
validate() - Method in interface org.tentackle.validate.Validator
Validates the validator's configuration.
Checks the references and parses the scripts, if any.
validate(String, ValidationScope) - Method in interface org.tentackle.validate.Validateable
Validates the object.
Applies all field- and object-validators.
validate(Validateable) - Method in class org.tentackle.validate.ValidationUtilities
Convenience method for simple objects such as DTOs.
Validates for path "object" and AllScope.
Throws ValidationFailedException if failed.
validate(Validateable, String, ValidationScope) - Method in class org.tentackle.validate.ValidationUtilities
Validates an object.
The method first applies the field validators followed by the object validators.
validate(ValidationContext) - Method in class org.tentackle.validate.validator.ChangeableImpl
 
validate(ValidationContext) - Method in class org.tentackle.validate.validator.EqualImpl
 
validate(ValidationContext) - Method in class org.tentackle.validate.validator.FailImpl
 
validate(ValidationContext) - Method in class org.tentackle.validate.validator.FalseImpl
 
validate(ValidationContext) - Method in class org.tentackle.validate.validator.GreaterImpl
 
validate(ValidationContext) - Method in class org.tentackle.validate.validator.GreaterOrEqualImpl
 
validate(ValidationContext) - Method in class org.tentackle.validate.validator.LessImpl
 
validate(ValidationContext) - Method in class org.tentackle.validate.validator.LessOrEqualImpl
 
validate(ValidationContext) - Method in class org.tentackle.validate.validator.MandatoryImpl
 
validate(ValidationContext) - Method in class org.tentackle.validate.validator.NotEmptyImpl
 
validate(ValidationContext) - Method in class org.tentackle.validate.validator.NotEqualImpl
 
validate(ValidationContext) - Method in class org.tentackle.validate.validator.NotNullImpl
 
validate(ValidationContext) - Method in class org.tentackle.validate.validator.NotZeroImpl
 
validate(ValidationContext) - Method in class org.tentackle.validate.validator.NullImpl
 
validate(ValidationContext) - Method in class org.tentackle.validate.validator.PatternImpl
 
validate(ValidationContext) - Method in class org.tentackle.validate.validator.SizeImpl
 
validate(ValidationContext) - Method in class org.tentackle.validate.validator.TrueImpl
 
validate(ValidationContext) - Method in interface org.tentackle.validate.Validator
Performs the validation.
validate(ValidationContext) - Method in class org.tentackle.validate.validator.ValidateImpl
 
validate(ValidationContext) - Method in class org.tentackle.validate.validator.ZeroImpl
 
Validate - Annotation Interface in org.tentackle.validate.validator
Validates a component of the object.
There are 2 use-cases for this annotation: Validate the contents of an application-specific datatype.
Validateable - Interface in org.tentackle.validate
An object that can be validated.
validateCollection(Collection, String, ValidationScope) - Method in class org.tentackle.validate.ValidationUtilities
Validates a collection of objects.
ValidateContainer - Annotation Interface in org.tentackle.validate.validator
Repeating container annotation for Validate.
validated(ValidationEvent) - Method in interface org.tentackle.bind.ValidationListener
A validation was performed.
validateFields(List, ValidationScope, String, Object) - Method in class org.tentackle.validate.ValidationUtilities
Applies validators for fields of the given parent object.
The model values are determined by the annotated elements per validator.
ValidateImpl - Class in org.tentackle.validate.validator
Implementation of the Validate-validator.
ValidateImpl() - Constructor for class org.tentackle.validate.validator.ValidateImpl
Creates a Validate-validator.
validateMethod - Variable in class org.tentackle.trip.types.AbstractDictionaryBasedTripType
An optional method provided by TripSerializable to validate the object after deserialization.
validateObject(List, ValidationScope, String, Object, Object, Class) - Method in class org.tentackle.validate.ValidationUtilities
Applies validators to the given object.
validateRead(T) - Method in class org.tentackle.trip.types.AbstractDictionaryBasedTripType
Validates the object after deserialization.
Validation - Annotation Interface in org.tentackle.validate
Annotation to mark another annotation as a validation annotation and to establish a link between the validation annotation and the validator implementation.
ValidationContext - Interface in org.tentackle.validate
The validation context.
ValidationContextFactory - Interface in org.tentackle.validate
Factory for validation contexts.
ValidationEvent - Class in org.tentackle.bind
A validation event.
ValidationEvent(Binding, List) - Constructor for class org.tentackle.bind.ValidationEvent
A binding event.
ValidationFailedException - Exception Class in org.tentackle.validate
Exception thrown if a validation fails logically.
ValidationFailedException(String) - Constructor for exception class org.tentackle.validate.ValidationFailedException
Creates a validation exception.
ValidationFailedException(String, List) - Constructor for exception class org.tentackle.validate.ValidationFailedException
Creates a validation exception.
ValidationFailedException(List) - Constructor for exception class org.tentackle.validate.ValidationFailedException
Creates a validation exception.
validationIndex() - Method in record class org.tentackle.validate.ValidationUtilities.ValidatorKey
Returns the value of the validationIndex record component.
ValidationListener - Interface in org.tentackle.bind
A listener that gets invoked on binding events.
ValidationMapper - Class in org.tentackle.validate
A mapper to translate validation paths to binding paths.
ValidationMapper(String, Binder, String, Binder) - Constructor for class org.tentackle.validate.ValidationMapper
Creates a mapper.
ValidationResult - Interface in org.tentackle.validate
The result of a validation.
ValidationResult.CollectionIndex - Record Class in org.tentackle.validate
A collection index within a validation path
ValidationRuntimeException - Exception Class in org.tentackle.validate
Exception thrown to indicate that the validation could not be applied.
ValidationRuntimeException() - Constructor for exception class org.tentackle.validate.ValidationRuntimeException
Constructs a new validation runtime exception with null as its detail message.
ValidationRuntimeException(String) - Constructor for exception class org.tentackle.validate.ValidationRuntimeException
Constructs a new validation runtime exception with the specified detail message.
ValidationRuntimeException(String, Throwable) - Constructor for exception class org.tentackle.validate.ValidationRuntimeException
Constructs a new validation runtime exception with the specified detail message and cause.
ValidationRuntimeException(Throwable) - Constructor for exception class org.tentackle.validate.ValidationRuntimeException
Constructs a new validation runtime exception with the specified cause and a detail message of (cause==null ?
ValidationScope - Interface in org.tentackle.validate
A validation scope.
ValidationScopeFactory - Interface in org.tentackle.validate
Factory for validation scope singletons.
ValidationScopeService - Annotation Interface in org.tentackle.validate
Annotation to express that the annotated class is an implementation of a validation scope.
ValidationScriptConverter - Annotation Interface in org.tentackle.validate.validator
Annotation for a script converter for validation and condition scripts.
ValidationSeverity - Interface in org.tentackle.validate
A severity associated with a failed validation.
Applications may define their own severities or replace the default ones in order to create application-specific validation results.
ValidationSeverityFactory - Interface in org.tentackle.validate
Factory for validation severity singletons.
ValidationSeverityService - Annotation Interface in org.tentackle.validate
Annotation to express that the annotated class is an implementation of a validation severity.
ValidationUtilities - Class in org.tentackle.validate
Utilities for validation.
ValidationUtilities() - Constructor for class org.tentackle.validate.ValidationUtilities
Creates the validation utilities.
ValidationUtilities.MapResult - Record Class in org.tentackle.validate
ValidationUtilities.ValidatorKey - Record Class in org.tentackle.validate
Key to override field annotations by method annotations.
Validator - Interface in org.tentackle.validate
A validator.
ValidatorBundle - Class in org.tentackle.validate.validator
Bundle for validators in tentackle-core.
ValidatorCache - Class in org.tentackle.validate
Holds all fixed validators cached for all classes.
ValidatorCache() - Constructor for class org.tentackle.validate.ValidatorCache
Creates a validator cache.
validatorClass() - Method in record class org.tentackle.validate.ValidationUtilities.ValidatorKey
Returns the value of the validatorClass record component.
ValidatorCompoundValueFactory - Interface in org.tentackle.validate
Factory to create CompoundValues for validators.
ValidatorKey(String, Class, int) - Constructor for record class org.tentackle.validate.ValidationUtilities.ValidatorKey
Creates an instance of a ValidatorKey record class.
ValidatorKey(Validator) - Constructor for record class org.tentackle.validate.ValidationUtilities.ValidatorKey
Creates a validator key from a validator.
ValidatorList - Interface in org.tentackle.validate
A list of validators.
value() - Element in annotation interface org.tentackle.log.Log
The logging level.
Defaults to Logger.Level.INFO.
value() - Element in annotation interface org.tentackle.reflect.CanonicalBuilder
The builder class.
value() - Element in annotation interface org.tentackle.reflect.CanonicalName
The canonical name.
value() - Element in annotation interface org.tentackle.reflect.InterceptionService
Determines the interceptable interface.
value() - Element in annotation interface org.tentackle.trip.RemoteService
Determines the remote interface.
value() - Element in annotation interface org.tentackle.trip.TransportService
Gets the protocol name.
value() - Element in annotation interface org.tentackle.trip.TripComponentProviderService
Determines the served class.
value() - Element in annotation interface org.tentackle.trip.TripDeduplicatable
The name of the method to be consulted for deduplication.
value() - Element in annotation interface org.tentackle.trip.TripInstanceCreatorService
Determines the served class.
value() - Element in annotation interface org.tentackle.trip.TripReferencable
The name of the method to be consulted whether referencable or not.
value() - Element in annotation interface org.tentackle.trip.TripSerializable
Whether instances of this class are serializable or not.
value() - Element in annotation interface org.tentackle.trip.TripTypeBuilderService
Determines the served class.
value() - Element in annotation interface org.tentackle.trip.TripTypeService
Determines the implemented type.
value() - Method in record class org.tentackle.trip.types.CollectionTripType.CollectionHeader
Returns the value of the value record component.
value() - Method in record class org.tentackle.trip.types.MapTripType.MapHeader
Returns the value of the value record component.
value() - Element in annotation interface org.tentackle.validate.RepeatableValidation
 
value() - Element in annotation interface org.tentackle.validate.Validation
 
value() - Element in annotation interface org.tentackle.validate.ValidationScopeService
Determines the validation scope interface.
value() - Element in annotation interface org.tentackle.validate.ValidationSeverityService
Determines the validation severity interface.
value() - Element in annotation interface org.tentackle.validate.validator.Changeable
Replaces the annotated object with an expression.
Used in conjunction with scripts.
value() - Element in annotation interface org.tentackle.validate.validator.ChangeableContainer
Gets the list of annotations.
value() - Element in annotation interface org.tentackle.validate.validator.Equal
 
value() - Element in annotation interface org.tentackle.validate.validator.EqualContainer
Gets the list of annotations.
value() - Element in annotation interface org.tentackle.validate.validator.Fail
Controls how the validation results are checked.
value() - Element in annotation interface org.tentackle.validate.validator.FailContainer
Gets the list of annotations.
value() - Element in annotation interface org.tentackle.validate.validator.False
Replaces the annotated object with an expression.
Used in conjunction with scripts.
value() - Element in annotation interface org.tentackle.validate.validator.FalseContainer
Gets the list of annotations.
value() - Element in annotation interface org.tentackle.validate.validator.Greater
The String representation of the value.
value() - Element in annotation interface org.tentackle.validate.validator.GreaterContainer
Gets the list of annotations.
value() - Element in annotation interface org.tentackle.validate.validator.GreaterOrEqual
The String representation of the value.
value() - Element in annotation interface org.tentackle.validate.validator.GreaterOrEqualContainer
Gets the list of annotations.
value() - Element in annotation interface org.tentackle.validate.validator.Less
The String representation of the value.
value() - Element in annotation interface org.tentackle.validate.validator.LessContainer
Gets the list of annotations.
value() - Element in annotation interface org.tentackle.validate.validator.LessOrEqual
The String representation of the value.
value() - Element in annotation interface org.tentackle.validate.validator.LessOrEqualContainer
Gets the list of annotations.
value() - Element in annotation interface org.tentackle.validate.validator.Mandatory
Replaces the annotated object with an expression.
Used in conjunction with scripts.
value() - Element in annotation interface org.tentackle.validate.validator.MandatoryContainer
Gets the list of annotations.
value() - Element in annotation interface org.tentackle.validate.validator.MessageScriptConverter
Determines the scripting language this converter is applicable for.
value() - Element in annotation interface org.tentackle.validate.validator.NotEmptyContainer
Gets the list of annotations.
value() - Element in annotation interface org.tentackle.validate.validator.NotEqual
The String representation of the value.
value() - Element in annotation interface org.tentackle.validate.validator.NotEqualContainer
Gets the list of annotations.
value() - Element in annotation interface org.tentackle.validate.validator.NotNull
Replaces the annotated object with an expression.
Used in conjunction with scripts.
value() - Element in annotation interface org.tentackle.validate.validator.NotNullContainer
Gets the list of annotations.
value() - Element in annotation interface org.tentackle.validate.validator.NotZero
Replaces the annotated object with an expression.
Used in conjunction with scripts.
value() - Element in annotation interface org.tentackle.validate.validator.NotZeroContainer
Gets the list of annotations.
value() - Element in annotation interface org.tentackle.validate.validator.Null
Replaces the annotated object with an expression.
Used in conjunction with scripts.
value() - Element in annotation interface org.tentackle.validate.validator.NullContainer
Gets the list of annotations.
value() - Element in annotation interface org.tentackle.validate.validator.Pattern
 
value() - Element in annotation interface org.tentackle.validate.validator.PatternContainer
Gets the list of annotations.
value() - Element in annotation interface org.tentackle.validate.validator.SizeContainer
Gets the list of annotations.
value() - Element in annotation interface org.tentackle.validate.validator.True
Replaces the annotated object with an expression.
Used in conjunction with scripts.
value() - Element in annotation interface org.tentackle.validate.validator.TrueContainer
Gets the list of annotations.
value() - Element in annotation interface org.tentackle.validate.validator.ValidateContainer
Gets the list of annotations.
value() - Element in annotation interface org.tentackle.validate.validator.ValidationScriptConverter
Determines the scripting language this converter is applicable for.
value() - Element in annotation interface org.tentackle.validate.validator.Zero
Replaces the annotated object with an expression.
Used in conjunction with scripts.
value() - Element in annotation interface org.tentackle.validate.validator.ZeroContainer
Gets the list of annotations.
valueOf(char) - Static method in enum class org.tentackle.trip.PredefinedArrayType
Gets the predefined array type for the given code.
valueOf(int) - Static method in enum class org.tentackle.trip.impl.DefaultOpCode
Gets the OpCode from its byte value.
valueOf(Class) - Static method in enum class org.tentackle.trip.PredefinedArrayType
Gets the predefined array type for the given class.
valueOf(Class, Object) - Method in class org.tentackle.misc.ObjectUtilities
Invokes a matching valueOf method on the given class for a given value.
valueOf(String) - Static method in enum class org.tentackle.bind.BindingEvent.Type
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.tentackle.log.Logger.Level
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.tentackle.misc.CompoundValue.Type
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in class org.tentackle.misc.XUUID
Creates an XUUID from a string.
The null string returns null.
The empty or blank string is mapped to XUUID.NIL.
valueOf(String) - Static method in enum class org.tentackle.reflect.Interception.Type
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.tentackle.trip.impl.DefaultOpCode
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.tentackle.trip.impl.OpCodeCategory
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.tentackle.trip.PredefinedArrayType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.tentackle.trip.TripTypeCategory
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.tentackle.validate.validator.Fail.Results
Returns the enum constant of this class with the specified name.
values() - Static method in enum class org.tentackle.bind.BindingEvent.Type
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.tentackle.log.Logger.Level
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.tentackle.misc.CompoundValue.Type
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.tentackle.reflect.Interception.Type
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.tentackle.trip.impl.DefaultOpCode
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.tentackle.trip.impl.OpCodeCategory
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.tentackle.trip.PredefinedArrayType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.tentackle.trip.TripTypeCategory
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.tentackle.validate.validator.Fail.Results
Returns an array containing the constants of this enum class, in the order they are declared.
VAR_CLASS - Static variable in interface org.tentackle.validate.ValidationContext
script variable for the parent class.
VAR_CONTEXT - Static variable in interface org.tentackle.validate.ValidationContext
script variable for the validation context itself (to access properties via put/get).
VAR_OBJECT - Static variable in interface org.tentackle.validate.ValidationContext
script variable for the parent object.
VAR_PATH - Static variable in interface org.tentackle.validate.ValidationContext
script variable for validation path.
VAR_SCOPE - Static variable in interface org.tentackle.validate.ValidationContext
script variable for effective scope.
VAR_VALUE - Static variable in interface org.tentackle.validate.ValidationContext
script variable for the value.
variablesToString(Set) - Static method in class org.tentackle.script.ScriptVariable
Returns the string of a list of variables.
verifyConstructor(Element, TypeVisitor) - Method in class org.tentackle.apt.AbstractServiceAnnotationProcessor
Verifies that the element provides a certain constructor.
verifyImplements(Element, String) - Method in class org.tentackle.apt.AbstractServiceAnnotationProcessor
Verify that annotated class implements a certain interface or extends a given class.
viewComponentToString() - Method in class org.tentackle.bind.AbstractBinding
Gets the string representation of the bound view element.
visit(Object, Class[], Object...) - Method in class org.tentackle.reflect.ReflectiveVisitor
Visits an object.
visitDeclared(DeclaredType, Class) - Method in class org.tentackle.apt.visitor.SuperTypeVisitor
 
visitExecutable(ExecutableType, Void) - Method in class org.tentackle.apt.visitor.ClassArgConstructorVisitor
 
visitExecutable(ExecutableType, Void) - Method in class org.tentackle.apt.visitor.NoArgsVisitor
 
VolatileHolder<T> - Class in org.tentackle.misc
A Holder with a volatile object reference.
VolatileHolder() - Constructor for class org.tentackle.misc.VolatileHolder
Creates a holder without an initial value.
VolatileHolder(T) - Constructor for class org.tentackle.misc.VolatileHolder
Creates a holder with an initial value.

W

waitForTask(Task) - Method in class org.tentackle.task.DefaultTaskDispatcher
 
waitForTask(Task) - Method in interface org.tentackle.task.TaskDispatcher
Waits for a task to get completed.
Throws a TaskException if the wait times out (see TaskDispatcher.getDeadInterval()).
warning(String) - Method in class org.tentackle.log.DefaultLogger
 
warning(String) - Method in interface org.tentackle.log.Logger
Logs a message with level WARNING.
warning(String, Object...) - Method in class org.tentackle.log.DefaultLogger
 
warning(String, Object...) - Method in interface org.tentackle.log.Logger
Logs a message with level WARNING.
warning(String, Throwable) - Method in class org.tentackle.log.DefaultLogger
 
warning(String, Throwable) - Method in interface org.tentackle.log.Logger
Logs a message with level WARNING.
warning(String, Supplier...) - Method in class org.tentackle.log.DefaultLogger
 
warning(String, Supplier...) - Method in interface org.tentackle.log.Logger
Logs a message with level WARNING.
warning(Throwable, Supplier) - Method in class org.tentackle.log.DefaultLogger
 
warning(Throwable, Supplier) - Method in interface org.tentackle.log.Logger
Logs a message with level WARNING.
warning(Supplier) - Method in class org.tentackle.log.DefaultLogger
 
warning(Supplier) - Method in interface org.tentackle.log.Logger
Logs a message with level WARNING.
WARNING - Enum constant in enum class org.tentackle.log.Logger.Level
WARNING is a message level indicating a potential problem.
wasSuccessFul() - Method in interface org.tentackle.trip.remote.RemoteResponse
Returns true if the call was successful.
with(int, int) - Method in class org.tentackle.misc.SubString
Creates a new string segment from relative to this segment.
withStacktrace() - Method in interface org.tentackle.log.Loggable
Returns whether to log the stacktrace.
withStacktrace() - Method in exception class org.tentackle.validate.ValidationFailedException
 
wrapperToPrimitiveClass(Class) - Static method in class org.tentackle.reflect.ReflectionHelper
Converts a wrapper class to its primitive class.
write(boolean[], TripStream) - Method in class org.tentackle.trip.types.BooleanPrimitiveArrayTripType
 
write(byte[], int, int) - Method in class org.tentackle.io.CompressedOutputStream
Writes len bytes from the specified byte array starting at offset off to this output stream.
write(byte[], int, int) - Method in class org.tentackle.io.EncryptingOutputStream
Writes len bytes from the specified byte array starting at offset off to this output stream.
write(byte[], int, int) - Method in class org.tentackle.io.NotifyingByteArrayOutputStream
 
write(byte[], TripStream) - Method in class org.tentackle.trip.types.BytePrimitiveArrayTripType
 
write(char[], int, int) - Method in class org.tentackle.io.AppendableWriter
 
write(char[], TripStream) - Method in class org.tentackle.trip.types.CharacterPrimitiveArrayTripType
 
write(double[], TripStream) - Method in class org.tentackle.trip.types.DoublePrimitiveArrayTripType
 
write(float[], TripStream) - Method in class org.tentackle.trip.types.FloatPrimitiveArrayTripType
 
write(int) - Method in class org.tentackle.io.CompressedOutputStream
Writes the specified byte to this output stream.
write(int) - Method in class org.tentackle.io.EncryptingOutputStream
Writes the specified byte to this output stream.
write(int) - Method in class org.tentackle.io.NotifyingByteArrayOutputStream
 
write(int[], TripStream) - Method in class org.tentackle.trip.types.IntegerPrimitiveArrayTripType
 
write(long[], TripStream) - Method in class org.tentackle.trip.types.LongPrimitiveArrayTripType
 
write(short[], TripStream) - Method in class org.tentackle.trip.types.ShortPrimitiveArrayTripType
 
write(Boolean[], TripStream) - Method in class org.tentackle.trip.types.BooleanArrayTripType
 
write(Boolean, TripStream) - Method in class org.tentackle.trip.types.BooleanTripType
 
write(Byte[], TripStream) - Method in class org.tentackle.trip.types.ByteArrayTripType
 
write(Byte, TripStream) - Method in class org.tentackle.trip.types.ByteTripType
 
write(Character[], TripStream) - Method in class org.tentackle.trip.types.CharacterArrayTripType
 
write(Character, TripStream) - Method in class org.tentackle.trip.types.CharacterTripType
 
write(Class, TripStream) - Method in class org.tentackle.trip.types.ClassTripType
 
write(Double[], TripStream) - Method in class org.tentackle.trip.types.DoubleArrayTripType
 
write(Double, TripStream) - Method in class org.tentackle.trip.types.DoubleTripType
 
write(Float[], TripStream) - Method in class org.tentackle.trip.types.FloatArrayTripType
 
write(Float, TripStream) - Method in class org.tentackle.trip.types.FloatTripType
 
write(Integer[], TripStream) - Method in class org.tentackle.trip.types.IntegerArrayTripType
 
write(Integer, TripStream) - Method in class org.tentackle.trip.types.IntegerTripType
 
write(Long[], TripStream) - Method in class org.tentackle.trip.types.LongArrayTripType
 
write(Long, TripStream) - Method in class org.tentackle.trip.types.LongTripType
 
write(Object, TripStream) - Method in class org.tentackle.trip.types.JOSTripType
 
write(Object, TripStream) - Method in class org.tentackle.trip.types.LambdaTripType
 
write(Short[], TripStream) - Method in class org.tentackle.trip.types.ShortArrayTripType
 
write(Short, TripStream) - Method in class org.tentackle.trip.types.ShortTripType
 
write(StackTraceElement, TripStream) - Method in class org.tentackle.trip.types.StackTraceElementTripType
 
write(String) - Method in class org.tentackle.io.AppendableWriter
 
write(String[], TripStream) - Method in class org.tentackle.trip.types.StringArrayTripType
 
write(String, int, int) - Method in class org.tentackle.io.AppendableWriter
 
write(String, TripStream) - Method in class org.tentackle.trip.types.StringTripType
 
write(BigDecimal, TripStream) - Method in class org.tentackle.trip.types.BigDecimalTripType
 
write(Time, TripStream) - Method in class org.tentackle.trip.types.TimeTripType
 
write(Timestamp, TripStream) - Method in class org.tentackle.trip.types.TimestampTripType
 
write(Instant, TripStream) - Method in class org.tentackle.trip.types.InstantTripType
 
write(LocalDate, TripStream) - Method in class org.tentackle.trip.types.LocalDateTripType
 
write(LocalDateTime, TripStream) - Method in class org.tentackle.trip.types.LocalDateTimeTripType
 
write(LocalTime, TripStream) - Method in class org.tentackle.trip.types.LocalTimeTripType
 
write(OffsetDateTime, TripStream) - Method in class org.tentackle.trip.types.OffsetDateTimeTripType
 
write(OffsetTime, TripStream) - Method in class org.tentackle.trip.types.OffsetTimeTripType
 
write(ZonedDateTime, TripStream) - Method in class org.tentackle.trip.types.ZonedDateTimeTripType
 
write(Date, TripStream) - Method in class org.tentackle.trip.types.DateTripType
 
write(Locale, TripStream) - Method in class org.tentackle.trip.types.LocaleTripType
 
write(TimeZone, TripStream) - Method in class org.tentackle.trip.types.TimeZoneTripType
 
write(UUID, TripStream) - Method in class org.tentackle.trip.types.UUIDTripType
 
write(AbstractBinary, TripStream) - Method in class org.tentackle.trip.types.BinaryTripType
 
write(I18NText, TripStream) - Method in class org.tentackle.trip.types.I18NTextTripType
 
write(DictionaryEntry, TripStream) - Method in class org.tentackle.trip.types.DictionaryEntryTripType
 
write(Reference, TripStream) - Method in class org.tentackle.trip.types.ReferenceTripType
 
write(T, TripStream) - Method in interface org.tentackle.trip.TripType
Writes the given object to the output stream.
write(T, TripStream) - Method in class org.tentackle.trip.types.ArrayTripType
 
write(T, TripStream) - Method in class org.tentackle.trip.types.CollectionTripType
 
write(T, TripStream) - Method in class org.tentackle.trip.types.EnumTripType
 
write(T, TripStream) - Method in class org.tentackle.trip.types.MapTripType
 
write(T, TripStream) - Method in class org.tentackle.trip.types.ObjectTripType
 
write(T, TripStream) - Method in class org.tentackle.trip.types.ProxyTripType
 
write(T, TripStream) - Method in class org.tentackle.trip.types.RecordTripType
 
writeArrayHeader(T, TripStream) - Method in class org.tentackle.trip.types.AbstractPredefinedArrayTripType
Writes the array header.
writeComponentOrdinal(int) - Method in class org.tentackle.trip.impl.DefaultTripStream
 
writeComponentOrdinal(int) - Method in interface org.tentackle.trip.TripStream
Writes a component ordinal to the stream.
writeComponents(T, TripStream) - Method in class org.tentackle.trip.types.ObjectTripType
Writes the components of the object.
writeDictionaryOrdinal(int) - Method in class org.tentackle.trip.impl.DefaultTripStream
 
writeDictionaryOrdinal(int) - Method in interface org.tentackle.trip.TripStream
Writes a dictionary ordinal to the stream.
writeHeader(int) - Method in class org.tentackle.io.PacketSizedOutputStream
Writes the header.
writeHeader(int, boolean) - Method in class org.tentackle.io.CompressedOutputStream
Writes the header.
writeHeader(T, TripStream) - Method in class org.tentackle.trip.types.CollectionTripType
Writes the collection header.
writeHeader(T, TripStream) - Method in class org.tentackle.trip.types.MapTripType
Writes the map header.
writeHeader(T, TripStream) - Method in class org.tentackle.trip.types.TreeMapTripType
 
writeHeader(T, TripStream) - Method in class org.tentackle.trip.types.TreeSetTripType
 
writeNextComponentOrdinal(int, TripComponent) - Method in class org.tentackle.trip.impl.DefaultTripStream
 
writeNextComponentOrdinal(int, TripComponent) - Method in interface org.tentackle.trip.TripStream
Writes the next ordinal to the stream, using optimization.
writeSkip(int, Serializer) - Method in class org.tentackle.trip.types.AbstractPredefinedArrayTripType
Writes the array skip.

X

XUUID - Class in org.tentackle.misc
Extended UUID.
An XUUID is a combination of an ID and a UUID.
XUUID(long, UUID) - Constructor for class org.tentackle.misc.XUUID
Creates an extended UUID.
XUUID(Identifiable, UUID) - Constructor for class org.tentackle.misc.XUUID
Creates an extended UUID from an Identifiable.

Z

Zero - Annotation Interface in org.tentackle.validate.validator
The annotated element must be 0 (zero).
ZeroContainer - Annotation Interface in org.tentackle.validate.validator
Repeating container annotation for Zero.
ZeroImpl - Class in org.tentackle.validate.validator
Implementation of the Zero-validator.
ZeroImpl() - Constructor for class org.tentackle.validate.validator.ZeroImpl
Creates a Zero-validator.
ZONEDDATETIME - Enum constant in enum class org.tentackle.trip.impl.DefaultOpCode
java.time.ZonedDateTime.
ZonedDateTimeTripType - Class in org.tentackle.trip.types
Trip type for ZonedDateTime.
ZonedDateTimeTripType() - Constructor for class org.tentackle.trip.types.ZonedDateTimeTripType
Creates the type.
ZoneFilter - Class in org.tentackle.misc.time
Filter for timezones.
ZoneFilter() - Constructor for class org.tentackle.misc.time.ZoneFilter
Creates a zone filter.
ZoneShortcut - Class in org.tentackle.misc.time
Shortcut for a ZoneId.
ZoneShortcut() - Constructor for class org.tentackle.misc.time.ZoneShortcut
Creates the zone shortcut.
A B C D E F G H I J K L M N O P Q R S T U V W X Z 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form