Index

A B C D E F G H I K L M N O P 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
A generic class mapper.
Implements lenient (superclass/interface) and package (class basenames) lookup.
AbstractClassMapper(String) - Constructor for class org.tentackle.reflect.AbstractClassMapper
Creates a classmapper.
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.
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.
AbstractValidationResult - Class in org.tentackle.validate.severity
Base implementation for validation results.
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.io.CompressedServerSocket
 
accept(SocketImpl) - Method in class org.tentackle.io.SocketImplWrapper
 
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 subsequent 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(String, long) - Method in class org.tentackle.misc.NamedCounter
Adds a value to given named counter.
add(Collection<? extends T>) - 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<? extends E>) - Method in class org.tentackle.misc.CopyOnWriteList
 
addAll(int, Collection<? extends E>) - Method in class org.tentackle.misc.ImmutableArrayList
 
addAll(int, Collection<? extends E>) - 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 subsequent elements to the right (increases their indices).
addAll(Collection<? extends E>) - Method in class org.tentackle.misc.CopyOnWriteCollection
 
addAll(Collection<? extends E>) - Method in class org.tentackle.misc.ImmutableArrayList
 
addAll(Collection<? extends E>) - 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.
addFieldValidatorsToMap(Map<ValidationUtilities.ValidatorKey, Validator>, 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<ValidationUtilities.ValidatorKey, Validator>, Field, Method, ValidationScope) - Method in class org.tentackle.validate.ValidationUtilities
Get validators for an annotated fields and/or method.
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.
addListener(TrackedListListener<E>) - Method in class org.tentackle.misc.TrackedArrayList
 
addListener(TrackedListListener<E>) - 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.
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<? extends E>) - 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<Validator>, ValidationScope, Class<? extends Validator>) - 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.
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(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<? extends Temporal>, String) - Method in interface org.tentackle.misc.time.SmartDateTimeParser.TextFilter
Applies this filter to the input text.
apply(SmartDateTimeParser<? extends Temporal>, DateTimeParseException, String) - Method in class org.tentackle.misc.time.MissingOffsetHandler
 
apply(SmartDateTimeParser<? extends Temporal>, DateTimeParseException, String) - Method in class org.tentackle.misc.time.MissingTimeHandler
 
apply(SmartDateTimeParser<? extends Temporal>, DateTimeParseException, String) - Method in class org.tentackle.misc.time.MissingZoneIdHandler
 
apply(SmartDateTimeParser<? extends Temporal>, DateTimeParseException, String) - Method in interface org.tentackle.misc.time.SmartDateTimeParser.ErrorHandler
Applies the handler to given text and modifies it for retry.
applyParameters(String) - Method in class org.tentackle.io.SocketConfiguratorBase
Applies the parameters from a single string.
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.
applyProperties(Properties) - Method in class org.tentackle.io.SocketConfiguratorBase
Applies the parameters from a property list.
assertAlive() - Method in class org.tentackle.task.DefaultTaskDispatcher
Asserts that 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 object is mutable.
assertMutable() - Method in class org.tentackle.misc.TrackedArrayList
Asserts that object is mutable and not a snapshot.
assertNotAlive() - Method in class org.tentackle.task.DefaultTaskDispatcher
Asserts that 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<? extends E>) - Method in class org.tentackle.misc.TrackedArrayList
Asserts whether null-values are allowed.
available() - Method in class org.tentackle.io.SocketImplWrapper
 

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.
bind() - Method in interface org.tentackle.bind.Binder
Binds objects.
bind(InetAddress, int) - Method in class org.tentackle.io.SocketImplWrapper
 
bind(SocketAddress) - Method in class org.tentackle.io.SocketWrapper
 
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
 
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.

C

calendarFieldToString(int, boolean) - Static method in class org.tentackle.misc.FormatHelper
Translates a field of Calendar to a localized string.
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.
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.
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<K, V>) - Method in class org.tentackle.misc.InheritableThreadLocalHashTable
 
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, Set<String>>, String[]) - Constructor for class org.tentackle.reflect.ClassToServicesMapper
Constructs a mapper.
cleanup() - Method in class org.tentackle.task.DefaultTaskDispatcher
Does any necessary cleanup after 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.
clearStartCount(int) - Method in class org.tentackle.daemon.DaemonSupervisor
The daemon may clear this if properly running.
ClientSocketFactory - Class in org.tentackle.io
Standard client socket factory.
ClientSocketFactory() - Constructor for class org.tentackle.io.ClientSocketFactory
Creates the client socket factory.
clone() - Method in class org.tentackle.misc.IdSerialTuple
 
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.CompressedSocket
 
close() - Method in class org.tentackle.io.CompressedSocketWrapper
 
close() - Method in class org.tentackle.io.SocketImplWrapper
 
close() - Method in class org.tentackle.io.SocketWrapper
 
close() - Method in class org.tentackle.log.LoggerOutputStream
 
close() - Method in interface org.tentackle.misc.ScrollableResource
Closes the scrollable resource.
The scrollable resource is opened in its constructor.
collection() - Method in class org.tentackle.misc.CopyOnWriteCollection
Gets the collection.
CollectionIndex(int, String, String) - Constructor for record class org.tentackle.validate.ValidationResult.CollectionIndex
Creates an instance of a CollectionIndex record class.
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<T>) - 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.
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<String, ScriptConverter>) - 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.
COMPRESSED - Enum constant in enum class org.tentackle.io.RMISocketFactoryType
Compressed socket.
No SSL.
CompressedClientSocketFactory - Class in org.tentackle.io
ZIP-compressed client socket factory.
CompressedClientSocketFactory() - Constructor for class org.tentackle.io.CompressedClientSocketFactory
Creates the client socket factory with compression.
CompressedInputStream - Class in org.tentackle.io
Stream to read compressed data from the underlying input stream.
Counterpart to CompressedOutputStream.
CompressedInputStream(InputStream) - Constructor for class org.tentackle.io.CompressedInputStream
Creates a new compressed input stream.
The buffersize 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 maximum allowed buffersize (32K-1) and a default minCompressSize of 64.
CompressedOutputStream(OutputStream, int, int) - Constructor for class org.tentackle.io.CompressedOutputStream
Creates a compressed output stream.
CompressedServerSocket - Class in org.tentackle.io
Zip-compressed server socket.
CompressedServerSocket(int) - Constructor for class org.tentackle.io.CompressedServerSocket
Creates a compressed server socket.
CompressedServerSocketFactory - Class in org.tentackle.io
Zip-compressed server socket factory.
CompressedServerSocketFactory() - Constructor for class org.tentackle.io.CompressedServerSocketFactory
Creates the server socket factory with compression.
CompressedSocket - Class in org.tentackle.io
Socket with compressing streams.
CompressedSocket() - Constructor for class org.tentackle.io.CompressedSocket
Creates an unconnected socket, with the system-default type of SocketImpl.
CompressedSocket(String, int) - Constructor for class org.tentackle.io.CompressedSocket
Creates a compressed stream socket and connects it to the specified port number on the named host.
CompressedSocketWrapper - Class in org.tentackle.io
A compressed socket wrapper on top of another socket, usually an SSL-socket.
CompressedSocketWrapper(Socket) - Constructor for class org.tentackle.io.CompressedSocketWrapper
Creates a compressed socket wrapper.
CompressedSslClientSocketFactory - Class in org.tentackle.io
ZIP-compressed client socket factory
CompressedSslClientSocketFactory() - Constructor for class org.tentackle.io.CompressedSslClientSocketFactory
Creates a compressed SSL client socket factory.
CompressedSslServerSocketFactory - Class in org.tentackle.io
Zip-compressed server socket factory.
CompressedSslServerSocketFactory() - Constructor for class org.tentackle.io.CompressedSslServerSocketFactory
Creates a CompressedServerSocketFactory with default cipher suites, protocols and without client authentication.
CompressedSslServerSocketFactory(String[], String[], boolean) - Constructor for class org.tentackle.io.CompressedSslServerSocketFactory
Creates a new instance of CompressedServerSocketFactory.
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.
configure(ServerSocket) - Method in class org.tentackle.io.DefaultServerSocketConfigurator
 
configure(ServerSocket) - Method in interface org.tentackle.io.ServerSocketConfigurator
Configures the given server socket.
configure(Socket) - Method in class org.tentackle.io.DefaultSocketConfigurator
 
configure(Socket) - Method in interface org.tentackle.io.SocketConfigurator
Configures the given socket.
configureTestMode(Logger.Level) - Method in class org.tentackle.validate.ValidationUtilities
Configures test mode.
connect(String, int) - Method in class org.tentackle.io.SocketImplWrapper
 
connect(InetAddress, int) - Method in class org.tentackle.io.SocketImplWrapper
 
connect(SocketAddress, int) - Method in class org.tentackle.io.SocketImplWrapper
 
connect(SocketAddress, int) - Method in class org.tentackle.io.SocketWrapper
 
CONSTANT - Enum constant in enum class org.tentackle.misc.CompoundValue.Type
a fixed value (constant)
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<T>, 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
 
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 deep copy of this object.
copy() - Method in class org.tentackle.misc.TrackedArrayList
 
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(Collection<E>) - Constructor for class org.tentackle.misc.CopyOnWriteCollection
Creates a wrapper for a collection with read-only iterators.
CopyOnWriteCollection(Collection<E>, 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(List<E>) - Constructor for class org.tentackle.misc.CopyOnWriteList
Creates a wrapper for a list with read-only iterators and modifying list-iterators.
CopyOnWriteList(List<E>, 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(Set<E>) - Constructor for class org.tentackle.misc.CopyOnWriteSet
Creates a wrapper for a set with read-only iterators.
CopyOnWriteSet(Set<E>, 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(boolean) - Method in class org.tentackle.io.SocketImplWrapper
 
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<ValidationResult>) - Method in class org.tentackle.validate.DefaultValidationContextFactory
 
create(String, Class<?>, Object, Object, ValidationScope, List<ValidationResult>) - Method in interface org.tentackle.validate.ValidationContextFactory
Creates a validation context.
create(String, Class<?>, Supplier<?>, Object, ValidationScope, List<ValidationResult>) - Method in class org.tentackle.validate.DefaultValidationContextFactory
 
create(String, Class<?>, Supplier<?>, Object, ValidationScope, List<ValidationResult>) - 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.
createClientSocketFactory(RMIClientSocketFactory, RMISocketFactoryType) - Method in class org.tentackle.io.RMISocketFactoryFactory
Creates a client socket factory.
createCompoundValue(String, Class<?>, Function<String, ScriptConverter>) - Method in class org.tentackle.validate.DefaultValidatorCompoundValueFactory
Creates a compound value.
The created compound value is always created as cached and threadsafe execution required.
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.
createConfiguredServerSocket(int) - Method in interface org.tentackle.io.ServerSocketConfiguratorHolder
Creates a configured server socket on the specified port (port 0 indicates an anonymous port).
createDaemon(int) - Method in class org.tentackle.daemon.DaemonSupervisor
Creates a new startable daemon.
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.
createExecutorService() - Method in class org.tentackle.io.Reconnector
Creates the executor service.
createInterceptable(Class<T>) - Method in class org.tentackle.reflect.DefaultInterceptableFactory
 
createInterceptable(Class<T>) - Method in interface org.tentackle.reflect.InterceptableFactory
Creates an interceptable.
createInterceptableMethod(Class<? extends Interceptable>, Class<? extends Interceptable>, Method) - Method in class org.tentackle.reflect.InterceptionUtilities
Creates an interceptable method.
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.
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.
createReadOnlyIterator(Iterator<E>) - Method in class org.tentackle.misc.CopyOnWriteCollection
Creates a read-only iterator for the collection.
createReadOnlyListIterator(ListIterator<E>) - Method in class org.tentackle.misc.CopyOnWriteList
Creates a read-only iterator for the collection.
createScript(String, boolean, boolean, Function<String, ScriptConverter>) - Method in interface org.tentackle.script.ScriptingLanguage
Creates a script.
createScript(String, String, boolean, boolean, Function<String, ScriptConverter>) - Method in class org.tentackle.script.DefaultScriptFactory
 
createScript(String, String, boolean, boolean, Function<String, ScriptConverter>) - 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.
createServerSocket(int) - Method in class org.tentackle.io.CompressedSslServerSocketFactory
 
createServerSocket(int) - Method in class org.tentackle.io.ServerSocketFactory
 
createServerSocket(int) - Method in class org.tentackle.io.SslServerSocketFactory
 
createServerSocketFactory(RMIServerSocketFactory, RMISocketFactoryType) - Method in class org.tentackle.io.RMISocketFactoryFactory
Creates a server socket factory.
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<E>) - Static method in interface org.tentackle.misc.TrackedList
Creates a snapshot from a list.
createSocket(String, int) - Method in class org.tentackle.io.ClientSocketFactory
 
createSocket(String, int) - Method in class org.tentackle.io.CompressedClientSocketFactory
 
createSocket(String, int) - Method in class org.tentackle.io.CompressedSslClientSocketFactory
 
createSocket(String, int) - Method in class org.tentackle.io.SslClientSocketFactory
 
createStackDump() - Method in class org.tentackle.misc.DiagnosticUtilities
Creates the stackdump string for the whole application.
createUnconfiguredServerSocket(int) - Method in class org.tentackle.io.CompressedServerSocketFactory
 
createUnconfiguredServerSocket(int) - Method in class org.tentackle.io.CompressedSslServerSocketFactory
 
createUnconfiguredServerSocket(int) - Method in interface org.tentackle.io.ServerSocketConfiguratorHolder
Creates an un-configured server socket on the specified port (port 0 indicates an anonymous port).
createUnconfiguredServerSocket(int) - Method in class org.tentackle.io.ServerSocketFactory
 
createUnconfiguredServerSocket(int) - Method in class org.tentackle.io.SslServerSocketFactory
 
createValidationEvent(List<ValidationResult>) - Method in class org.tentackle.bind.AbstractBinding
 
createValidationEvent(List<ValidationResult>) - 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.
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.
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.
DEFAULT - Enum constant in enum class org.tentackle.io.RMISocketFactoryType
Remote connection or session default.
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 classmapper.
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, String>, 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.
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.
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.
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.
DefaultServerSocketConfigurator - Class in org.tentackle.io
The default implementation of a ServerSocketConfigurator.
DefaultServerSocketConfigurator() - Constructor for class org.tentackle.io.DefaultServerSocketConfigurator
Creates a server socket configurator.
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.
DefaultSocketConfigurator - Class in org.tentackle.io
The default implementation of a SocketConfigurator.
DefaultSocketConfigurator() - Constructor for class org.tentackle.io.DefaultSocketConfigurator
Creates a socket configurator.
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, 1s sleep, 30s 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.
DefaultValidationContext - Class in org.tentackle.validate
Default implementation of a validation context.
DefaultValidationContext(String, Class<?>, Object, Object, ValidationScope, List<ValidationResult>) - Constructor for class org.tentackle.validate.DefaultValidationContext
Creates a validation context.
DefaultValidationContext(String, Class<?>, Supplier<?>, Object, ValidationScope, List<ValidationResult>) - 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
 
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.
deriveYearFromMonth(int) - Method in class org.tentackle.misc.time.NumberShortcut
Derives the year, if only month and day are given.
determineBestSeparator(Collection<? extends Collection<String>>) - 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.
discardSnapshot(TrackedList<E>) - 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<String>) - Method in class org.tentackle.log.DefaultLogger
Logging workhorse.
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

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
 
end() - Method in class org.tentackle.misc.TimeKeeper
Marks the end of a duration.
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
 
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.io.ClientSocketFactory
 
equals(Object) - Method in class org.tentackle.io.CompressedSslClientSocketFactory
 
equals(Object) - Method in class org.tentackle.io.CompressedSslServerSocketFactory
 
equals(Object) - Method in class org.tentackle.io.DefaultServerSocketConfigurator
 
equals(Object) - Method in class org.tentackle.io.DefaultSocketConfigurator
 
equals(Object) - Method in class org.tentackle.io.ServerSocketFactory
 
equals(Object) - Method in class org.tentackle.io.SocketConfiguratorBase
 
equals(Object) - Method in class org.tentackle.io.SocketPerformancePreferences
 
equals(Object) - Method in class org.tentackle.io.SocketWrapper
 
equals(Object) - Method in class org.tentackle.io.SslClientSocketFactory
 
equals(Object) - Method in class org.tentackle.io.SslServerSocketFactory
 
equals(Object) - Method in class org.tentackle.log.MethodStatisticsKey
 
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.PropertyMap
 
equals(Object) - Method in class org.tentackle.reflect.PropertyMapping
 
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.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.
equals(ServerSocketConfigurator, ServerSocketConfigurator) - Static method in interface org.tentackle.io.ServerSocketConfigurator
Compares two socket configurators.
equals(SocketConfigurator, SocketConfigurator) - Static method in interface org.tentackle.io.SocketConfigurator
Compares two socket configurators.
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.
execute(Set<ScriptVariable>) - 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<Validator>, ValidationScope, Holder<Integer>) - 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(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.
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.
finallyImmutable - Variable in class org.tentackle.misc.ImmutableArrayList
 
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<I>) - 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.
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<String>) - Method in class org.tentackle.log.DefaultLogger
 
fine(Throwable, Supplier<String>) - Method in interface org.tentackle.log.Logger
Logs a message with level FINE.
fine(Supplier<String>) - Method in class org.tentackle.log.DefaultLogger
 
fine(Supplier<String>) - 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<String>) - Method in class org.tentackle.log.DefaultLogger
 
finer(Throwable, Supplier<String>) - Method in interface org.tentackle.log.Logger
Logs a message with level FINER.
finer(Supplier<String>) - Method in class org.tentackle.log.DefaultLogger
 
finer(Supplier<String>) - 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<ValidationResult>) - Method in class org.tentackle.bind.AbstractBinding
 
fireValidated(List<ValidationResult>) - Method in interface org.tentackle.bind.Binding
Invokes ValidationListener.validated(ValidationEvent) for all registered listeners.
fireValidated(Binding, List<ValidationResult>) - Method in class org.tentackle.bind.AbstractBinder
 
fireValidated(Binding, List<ValidationResult>) - 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.
flag() - Element in annotation interface org.tentackle.validate.validator.Pattern
The regexp flags from Pattern
floatingNumberPattern() - Method in record class org.tentackle.misc.FormatHelper.Patterns
Returns the value of the floatingNumberPattern record component.
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.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.
forEachRemaining(Consumer<? super E>) - 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<String>) - 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.BlockingHolder
 
get() - Method in class org.tentackle.misc.Holder
 
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(int) - Method in class org.tentackle.misc.CopyOnWriteList
 
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<P>, long) - Method in class org.tentackle.misc.IdentifiableMap
Retrieves an object from the map.
get(Class<T>) - Method in class org.tentackle.validate.DefaultValidationContext
 
get(Class<T>) - 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 map.
getAllFields(Class<?>, Class<?>[], boolean, Class<Annotation>[], boolean) - Static method in class org.tentackle.reflect.ReflectionHelper
Gets all declared fields of given class and its superclasses.
getAllMethods(Class<?>, Class<?>[], boolean, Class<Annotation>[], boolean) - Static method in class org.tentackle.reflect.ReflectionHelper
Gets all declared methods of given class and its superclasses.
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<P>) - 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
getBandwidth() - Method in class org.tentackle.io.SocketPerformancePreferences
Gets the bandwidth.
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<T>) - Method in class org.tentackle.bind.AbstractBinder
 
getBindingProperty(Class<T>) - 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.
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<? extends Interceptable>) - Static method in class org.tentackle.reflect.InterceptableMethodCache
Gets the cache for given class.
getCamelName() - Method in interface org.tentackle.bind.BindableElement
Gets the camelcase name of this element.
getCamelName() - Method in class org.tentackle.bind.DefaultBindableElement
 
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.
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.
getChannel() - Method in class org.tentackle.io.SocketWrapper
 
getCheckInterval() - Method in class org.tentackle.daemon.DaemonSupervisor
Gets the check interval in milliseconds.
getClassBaseName(String) - Static method in class org.tentackle.reflect.ReflectionHelper
Gets the basename of a classname(-like) string.
getClazz() - Method in class org.tentackle.misc.CompoundValue
Gets the class of the value.
getCode() - Method in class org.tentackle.script.AbstractScript
 
getCode() - Method in interface org.tentackle.script.Script
Gets the scripting source code.
getCompleted() - Method in class org.tentackle.task.AbstractTask
 
getCompleted() - Method in interface org.tentackle.task.Task
Gets the completed timestamp in milliseconds.
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.
getConnectionTime() - Method in class org.tentackle.io.SocketPerformancePreferences
Gets the connection time.
getConnector() - Method in interface org.tentackle.io.ReconnectionPolicy
Gets the supplier to connect the resource.
getConstantValue() - Method in class org.tentackle.misc.CompoundValue
Gets the constant value.
getConsumer() - Method in interface org.tentackle.io.ReconnectionPolicy
Gets the consumer to apply the reconnected resource.
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.
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).
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).
getDelegate() - Method in class org.tentackle.reflect.Mixin
Gets the delegate object.
getDelegateMethod() - Method in class org.tentackle.reflect.InterceptableMethod
Gets the delegate's method.
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<String, ScriptConverter>) - 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<Integer>) - Method in class org.tentackle.validate.ValidationUtilities
Gets all validators for annotated attributes
getEnabledCipherSuites() - Method in class org.tentackle.io.RMISocketFactoryFactory
Gets the enabled cipher suites.
getEnabledProtocols() - Method in class org.tentackle.io.RMISocketFactoryFactory
Gets the enabled protocols.
getEndIndex() - Method in class org.tentackle.misc.SubString
Gets the ending index.
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.
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 fields and/or method.
getFieldValidators(Field, Method, ValidationScope) - Method in class org.tentackle.validate.ValidationUtilities
Get validators for an annotated fields and/or method.
getFileDescriptor() - Method in class org.tentackle.io.SocketImplWrapper
 
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.
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 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.
getGetterPathName(Method) - Static method in class org.tentackle.reflect.ReflectionHelper
Gets the method name reduced to the part used in paths if method is an attribute getter.
getHandlers() - Method in class org.tentackle.misc.DateTimeUtilities
Gets the list of error handlers.
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.
getIdentifiableClass() - Method in class org.tentackle.misc.IdentifiableKey
Gets the object class.
getIdentifiableId() - Method in class org.tentackle.misc.IdentifiableKey
Gets the identifiable id.
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.
getInetAddress() - Method in class org.tentackle.io.SocketImplWrapper
 
getInputStream() - Method in class org.tentackle.io.CompressedSocket
 
getInputStream() - Method in class org.tentackle.io.CompressedSocketWrapper
 
getInputStream() - Method in class org.tentackle.io.SocketImplWrapper
 
getInstance() - Static method in class org.tentackle.io.Reconnector
The singleton.
getInstance() - Static method in class org.tentackle.io.RMISocketFactoryFactory
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 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.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.
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.
getKeepAlive() - Method in class org.tentackle.io.DefaultSocketConfigurator
Gets SO_KEEPALIVE.
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.
getLatency() - Method in class org.tentackle.io.SocketPerformancePreferences
Gets the latency.
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.
getLocalPort() - Method in class org.tentackle.io.SocketImplWrapper
 
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<? extends Logger>) - Method in class org.tentackle.log.DefaultLoggerFactory
 
getLogger(String, Class<? extends Logger>) - 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.
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.
getMaxStartCount() - Method in class org.tentackle.daemon.DaemonSupervisor
Gets the maximum number of starts.
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 class org.tentackle.validate.severity.AbstractValidationResult
 
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.
getMinDuration() - Method in class org.tentackle.log.StatisticsResult
Gets the minimum duration.
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.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.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 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.
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.
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 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.
getOOBInline() - Method in class org.tentackle.io.DefaultSocketConfigurator
Gets SO_OOBINLINE.
getOption(int) - Method in class org.tentackle.io.SocketImplWrapper
 
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
 
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.io.CompressedSocket
 
getOutputStream() - Method in class org.tentackle.io.CompressedSocketWrapper
 
getOutputStream() - Method in class org.tentackle.io.SocketImplWrapper
 
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 of a class.
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.
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.
getPerformancePreferences() - Method in class org.tentackle.io.SocketConfiguratorBase
Sets the performance preferences.
getPersistenceScope() - Method in class org.tentackle.validate.DefaultValidationScopeFactory
 
getPersistenceScope() - Method in interface org.tentackle.validate.ValidationScopeFactory
Gets the request PersistenceScope singleton.
getPort() - Method in class org.tentackle.io.DefaultServerSocketConfigurator
 
getPort() - Method in interface org.tentackle.io.ServerSocketConfigurator
Gets the port.
getPort() - Method in class org.tentackle.io.SocketImplWrapper
 
getPortRange() - Method in class org.tentackle.io.DefaultServerSocketConfigurator
 
getPortRange() - Method in interface org.tentackle.io.ServerSocketConfigurator
Gets the port range.
If > 1, the server socket will be incremented within given range until a free port is found.
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.
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.
getReceiveBufferSize() - Method in class org.tentackle.io.DefaultServerSocketConfigurator
Gets SO_RCVBUF.
getReference() - Method in class org.tentackle.misc.CompoundValue
Gets the reference.
getReference(String) - Method in class org.tentackle.misc.NamedValue
Gets the atomic reference.
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.
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.
getReuseAddress() - Method in class org.tentackle.io.SocketConfiguratorBase
Gets SO_REUSEADDR.
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.
getSendBufferSize() - Method in class org.tentackle.io.DefaultSocketConfigurator
Gets SO_SNDBUF.
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.
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.
getSetterPathName(Method) - Static method in class org.tentackle.reflect.ReflectionHelper
Gets the method name reduced to the part used in paths if 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.
getSince() - Method in class org.tentackle.daemon.DaemonSupervisor.TerminationInfo
Gets the epochal termination time.
getSleepInterval() - Method in class org.tentackle.task.DefaultTaskDispatcher
 
getSleepInterval() - Method in interface org.tentackle.task.TaskDispatcher
Gets the sleep interval.
getSnapshots() - Method in interface org.tentackle.misc.Snapshotable
Gets all snapshots.
The list contains the snapshots in the order they were taken, i.e. first snapshot comes first.
getSnapshots() - Method in class org.tentackle.misc.TrackedArrayList
Gets all snapshots.
getSocketConfigurator() - Method in class org.tentackle.io.ClientSocketFactory
 
getSocketConfigurator() - Method in class org.tentackle.io.CompressedSslClientSocketFactory
 
getSocketConfigurator() - Method in class org.tentackle.io.CompressedSslServerSocketFactory
 
getSocketConfigurator() - Method in interface org.tentackle.io.ServerSocketConfiguratorHolder
Gets the socket configurator.
getSocketConfigurator() - Method in class org.tentackle.io.ServerSocketFactory
 
getSocketConfigurator() - Method in interface org.tentackle.io.SocketConfiguratorHolder
Gets the socket configurator.
getSocketConfigurator() - Method in class org.tentackle.io.SslClientSocketFactory
 
getSocketConfigurator() - Method in class org.tentackle.io.SslServerSocketFactory
 
getSoLinger() - Method in class org.tentackle.io.DefaultSocketConfigurator
Gets SO_LINGER.
getSoTimeout() - Method in class org.tentackle.io.SocketConfiguratorBase
Gets SO_TIMEOUT.
getSource() - Method in class org.tentackle.bind.BindingEvent
 
getSource() - Method in class org.tentackle.bind.ValidationEvent
 
getSslSocketFactory() - Method in class org.tentackle.io.CompressedSslServerSocketFactory
Gets the ssl client socket factory (without compression).
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.
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.
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.
getTcpNoDelay() - Method in class org.tentackle.io.DefaultSocketConfigurator
Gets TCP_NODELAY.
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.
getTrafficClass() - Method in class org.tentackle.io.DefaultSocketConfigurator
Gets IP_TOS.
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 class org.tentackle.validate.DefaultValidationContext
 
getType() - Method in interface org.tentackle.validate.ValidationContext
Gets the type of the object.
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.
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<T>) - Method in class org.tentackle.validate.DefaultValidationScopeFactory
 
getValidationScope(Class<T>) - 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<T>) - Method in class org.tentackle.validate.DefaultValidationSeverityFactory
 
getValidationSeverity(Class<T>) - 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<V>, ValidationContext) - Method in class org.tentackle.validate.validator.AbstractValidator
Gets the value for given type.
getValue(Object, Set<ScriptVariable>) - 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<ScriptVariable>) - 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
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.
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<ValidationResult>) - 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.io.ClientSocketFactory
 
hashCode() - Method in class org.tentackle.io.CompressedSslClientSocketFactory
 
hashCode() - Method in class org.tentackle.io.CompressedSslServerSocketFactory
 
hashCode() - Method in class org.tentackle.io.DefaultServerSocketConfigurator
 
hashCode() - Method in class org.tentackle.io.DefaultSocketConfigurator
 
hashCode() - Method in class org.tentackle.io.ServerSocketFactory
 
hashCode() - Method in class org.tentackle.io.SocketConfiguratorBase
 
hashCode() - Method in class org.tentackle.io.SocketPerformancePreferences
 
hashCode() - Method in class org.tentackle.io.SocketWrapper
 
hashCode() - Method in class org.tentackle.io.SslClientSocketFactory
 
hashCode() - Method in class org.tentackle.io.SslServerSocketFactory
 
hashCode() - Method in class org.tentackle.log.MethodStatisticsKey
 
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.PropertyMap
 
hashCode() - Method in class org.tentackle.reflect.PropertyMapping
 
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.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<ValidationResult>) - 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.

I

I18N_INTRO - Static variable in class org.tentackle.validate.validator.AbstractScriptValidationMessageConverter
start marker for I18N strings.
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<T>, 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.
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.
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<? extends E>) - 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.
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
 
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.
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<String>) - Method in class org.tentackle.log.DefaultLogger
 
info(Throwable, Supplier<String>) - Method in interface org.tentackle.log.Logger
Logs a message with level INFO.
info(Supplier<String>) - Method in class org.tentackle.log.DefaultLogger
 
info(Supplier<String>) - 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(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
 
initialValue() - Method in class org.tentackle.misc.InheritableThreadLocalHashTable
 
INSTANCE_COUNTER - Static variable in class org.tentackle.task.DefaultTaskDispatcher
Name-based daemon instance counter.
integerPattern() - Method in record class org.tentackle.misc.FormatHelper.Patterns
Returns the value of the integerPattern record component.
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<T>) - 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<? extends Interceptable>) - 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.
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.
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, 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.
INVOKER - Static variable in class org.tentackle.reflect.InterceptableInvocationHandler
The method invoker.
Performs the method invocations and provides logging and statistics.
IP_TOS - Static variable in class org.tentackle.io.SocketConfiguratorBase
property key for IP_TOS.
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<Annotation>[], boolean) - Static method in class org.tentackle.reflect.ReflectionHelper
Tests if 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 blockung, the thread will wait until the resource is up again.
If non-blocking, the thread will simply receive the exception.
isBound() - Method in class org.tentackle.io.SocketWrapper
 
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.
isClientAuthenticationRequired() - Method in class org.tentackle.io.RMISocketFactoryFactory
Returns whether server requests SSL-client-authentication.
isCloned() - Method in class org.tentackle.misc.CopyOnWriteCollection
Returns whether collection is cloned.
isClosed() - Method in class org.tentackle.io.CompressedInputStream
Returns the closed state.
isClosed() - Method in class org.tentackle.io.CompressedOutputStream
 
isClosed() - Method in class org.tentackle.io.SocketWrapper
 
isClosed() - Method in interface org.tentackle.misc.ScrollableResource
Returns whether the scrollable resource is closed.
isCollectingStatistics() - Method in class org.tentackle.reflect.InterceptableMethodInvoker
Returns whether statistics should be collected.
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.
isConnected() - Method in class org.tentackle.io.SocketWrapper
 
isCopy() - Method in interface org.tentackle.misc.Snapshotable
Returns whether this is a deep copy.
isCopy() - Method in class org.tentackle.misc.TrackedArrayList
 
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
 
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
 
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.
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
 
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.
isInputShutdown() - Method in class org.tentackle.io.SocketWrapper
 
isInstanceOfTaskPending(Class<? extends Task>) - Method in class org.tentackle.task.DefaultTaskDispatcher
 
isInstanceOfTaskPending(Class<? extends Task>) - Method in interface org.tentackle.task.TaskDispatcher
Returns whether some instance of a task for the given class or any subclass is pending.
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
 
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
Checks if a message of the given level would actually be logged by this logger.
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.
isNullAllowed() - Method in class org.tentackle.misc.TrackedArrayList
 
isNullAllowed() - Method in interface org.tentackle.misc.TrackedList
Returns whether adding null values is allowed.
isOptionSet(String) - Method in class org.tentackle.misc.CommandLine
Checks if an option has been set or not.
isOutputShutdown() - Method in class org.tentackle.io.SocketWrapper
 
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.
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.
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.
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.
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 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.
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.io.DefaultServerSocketConfigurator
 
isValid() - Method in class org.tentackle.io.DefaultSocketConfigurator
 
isValid() - Method in interface org.tentackle.io.ServerSocketConfigurator
Returns whether this configurator contains valid configurations.
isValid() - Method in interface org.tentackle.io.SocketConfigurator
Returns whether this configurator contains valid configurations.
isValid() - Method in class org.tentackle.io.SocketConfiguratorBase
Returns whether this configurator contains valid configurations.
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
 

K

keepAlive - Variable in class org.tentackle.io.SocketConfiguratorBase
 
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

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.
listen(int) - Method in class org.tentackle.io.SocketImplWrapper
 
listIterator() - Method in class org.tentackle.misc.CopyOnWriteList
 
listIterator(int) - Method in class org.tentackle.misc.CopyOnWriteList
 
loadLanguages() - Method in class org.tentackle.script.DefaultScriptFactory
Loads the languages.
Invoked from with a synchronized block.
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, 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<String>) - Method in class org.tentackle.log.DefaultLogger
 
log(Logger.Level, Throwable, Supplier<String>) - 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.

M

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().
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.
mapClass(String, boolean) - Method in class org.tentackle.reflect.ClassToServicesMapper
Maps to the classes.
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.
mapValidationPath(NavigableSet<ValidationMapper>, 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.
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
 
MAX_BUFFER_SIZE - Static variable in class org.tentackle.io.CompressedOutputStream
The maximum compression buffer 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.
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.
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(Class<T>, Class<?>) - Constructor for class org.tentackle.reflect.Mixin
Creates a dummy mixin.
Dummy mixins just map nothing at all.
Mixin(ClassMapper, Class<T>, 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.
multiply(long) - Method in class org.tentackle.misc.TimeKeeper
Multiplies this duration.

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.
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.
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<T>) - Method in class org.tentackle.misc.DateTimeUtilities
Gets the current time/date of the same type as 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.
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

ObjectUtilities - Class in org.tentackle.misc
Object utility methods.
ObjectUtilities() - Constructor for class org.tentackle.misc.ObjectUtilities
 
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.
oobInline - Variable in class org.tentackle.io.SocketConfiguratorBase
 
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.
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.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

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<T>, TemporalQuery<T>, BiFunction<T, TemporalUnit, T>, Supplier<T>, DateTimeFormatter, String, String) - Method in class org.tentackle.misc.DateTimeUtilities
Converts a string to a temporal value of given type.
parse(String) - Static method in enum class org.tentackle.io.RMISocketFactoryType
Parses the socket factory type from a string.
parse(Supplier<T>, String) - Method in class org.tentackle.misc.time.SmartDateTimeParser
Converts a string to a temporal value of given type.
parse(SmartDateTimeParser<V>, V, String) - Method in class org.tentackle.misc.time.AddShortcut
 
parse(SmartDateTimeParser<V>, V, String) - Method in class org.tentackle.misc.time.NowShortcut
 
parse(SmartDateTimeParser<V>, V, String) - Method in class org.tentackle.misc.time.NumberShortcut
 
parse(SmartDateTimeParser<V>, V, String) - Method in class org.tentackle.misc.time.OffsetShortcut
 
parse(SmartDateTimeParser<V>, V, String) - Method in interface org.tentackle.misc.time.SmartDateTimeParser.Shortcut
Parses the shortcut string.
parse(SmartDateTimeParser<V>, 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.
PERF_PREFS - Static variable in class org.tentackle.io.SocketConfiguratorBase
property key for performance preferences.
performancePreferences - Variable in class org.tentackle.io.SocketConfiguratorBase
 
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.
PLAIN - Enum constant in enum class org.tentackle.io.RMISocketFactoryType
Plain.
No ssl, no compression.
port - Variable in class org.tentackle.io.SocketConfiguratorBase
 
PORT - Static variable in class org.tentackle.io.SocketConfiguratorBase
property key for port.
portRange - Variable in class org.tentackle.io.SocketConfiguratorBase
 
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
 
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.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<? extends TypeElement>, RoundEnvironment) - Method in class org.tentackle.apt.AbstractInterceptorAnnotationProcessor
 
process(Set<? extends TypeElement>, RoundEnvironment) - Method in class org.tentackle.apt.AbstractServiceAnnotationProcessor
 
process(Set<? extends TypeElement>, RoundEnvironment) - Method in class org.tentackle.apt.InterceptionAnnotationProcessor
 
processClass(Element) - Method in class org.tentackle.apt.AbstractServiceAnnotationProcessor
Processes the annotated class.
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<T>) - 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.
Provider<T,E> - Interface in org.tentackle.misc
Similar to Supplier but allows checked exceptions.
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.
putBindableElementClass(Class<?>, Class<? extends BindableElement>) - Method in class org.tentackle.bind.AbstractBindingFactory
 
putBindableElementClass(Class<?>, Class<? extends BindableElement>) - Method in interface org.tentackle.bind.BindingFactory
Defines the bindable element class for a model class.
putBindingProperties(Map<Object, Object>) - Method in class org.tentackle.bind.AbstractBinder
 
putBindingProperties(Map<Object, Object>) - 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.
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.

R

RANGE - Static variable in class org.tentackle.io.SocketConfiguratorBase
property key for port range.
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(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.
ReadOnlyIterator(Iterator<E>) - Constructor for class org.tentackle.misc.CopyOnWriteCollection.ReadOnlyIterator
Creates a wrapper for an iterator.
ReadOnlyListIterator(ListIterator<E>) - Constructor for class org.tentackle.misc.CopyOnWriteList.ReadOnlyListIterator
Creates a wrapper for a list iterator.
receiveBufferSize - Variable in class org.tentackle.io.SocketConfiguratorBase
 
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.
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
 
REFERENCE - Enum constant in enum class org.tentackle.misc.CompoundValue.Type
a reference relative to the parent object
ReflectionHelper - Class in org.tentackle.reflect
Methods related to the reflection API.
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.
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 subsequent elements to the left (subtracts one from their indices).
remove(Class<P>, 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<? extends T>) - 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 object 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.
removeIf(Predicate<? super E>) - Method in class org.tentackle.misc.TrackedArrayList
 
removeListener(TrackedListListener<E>) - Method in class org.tentackle.misc.TrackedArrayList
 
removeListener(TrackedListListener<E>) - 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.
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<? extends E>) - 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.
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<E>) - 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.
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
 
reset() - Method in class org.tentackle.io.NotifyingByteArrayOutputStream
 
resultsAsMessage() - Method in exception class org.tentackle.validate.ValidationFailedException
Gets the validation results concatenated to a single message string.
resultsToMessage(List<ValidationResult>) - Method in class org.tentackle.validate.ValidationUtilities
Concatenates the validation results getMessage() to a single string.
resultsToString(List<ValidationResult>) - 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 object will be added to the list of removed objects.
reThrow(List<ValidationResult>) - Method in exception class org.tentackle.validate.ValidationFailedException
Rethrows this exception with the given validation results prepended.
reuseAddress - Variable in class org.tentackle.io.SocketConfiguratorBase
 
revertToSnapshot(TrackedList<E>) - 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<E>, TrackedList<E>) - 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 given snapshot.
RMISocketFactoryFactory - Class in org.tentackle.io
The factory for RMI socket factories.
RMISocketFactoryFactory() - Constructor for class org.tentackle.io.RMISocketFactoryFactory
Creates the RMI socket factory.
RMISocketFactoryType - Enum Class in org.tentackle.io
The RMI socket factory type.
run() - Method in class org.tentackle.daemon.DaemonSupervisor
 
run() - Method in class org.tentackle.log.LoggingRunnable
 
run() - Method in class org.tentackle.task.DefaultTaskDispatcher
 

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.
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.
sendBufferSize - Variable in class org.tentackle.io.SocketConfiguratorBase
 
sendUrgentData(int) - Method in class org.tentackle.io.SocketImplWrapper
 
SerialNumbered - Interface in org.tentackle.misc
Something providing a serial number.
ServerSocketConfigurator - Interface in org.tentackle.io
Configures a socket.
ServerSocketConfiguratorHolder - Interface in org.tentackle.io
A holder for a ServerSocketConfigurator.
ServerSocketFactory - Class in org.tentackle.io
Standard server socket factory.
ServerSocketFactory() - Constructor for class org.tentackle.io.ServerSocketFactory
Creates the server socket factory.
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(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.
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.
setClientAuthenticationRequired(boolean) - Method in class org.tentackle.io.RMISocketFactoryFactory
Sets whether server requests SSL-client-authentication.
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.
setConverter(Class<T>, Function<Object, T>) - 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.
setEnabledCipherSuites(String[]) - Method in class org.tentackle.io.RMISocketFactoryFactory
Sets the enabled cipher suites.
setEnabledProtocols(String[]) - Method in class org.tentackle.io.RMISocketFactoryFactory
Sets the enabled protocols.
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.
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
 
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.
setKeepAlive(Boolean) - Method in class org.tentackle.io.DefaultSocketConfigurator
Sets SO_KEEPALIVE.
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.
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.
setMaxStartCount(int) - Method in class org.tentackle.daemon.DaemonSupervisor
Sets the maximum number of starts.
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.
setOOBInline(Boolean) - Method in class org.tentackle.io.DefaultSocketConfigurator
Sets SO_OOBINLINE.
setOption(int, Object) - Method in class org.tentackle.io.SocketImplWrapper
 
setOrdinal(int) - Method in interface org.tentackle.bind.BindableElement
Sets the ordinal for sorting.
setOrdinal(int) - Method in class org.tentackle.bind.DefaultBindableElement
 
setPerformancePreferences(SocketPerformancePreferences) - Method in class org.tentackle.io.SocketConfiguratorBase
Gets the performance preferences.
setPort(int) - Method in class org.tentackle.io.DefaultServerSocketConfigurator
Sets the port.
setPortRange(int) - Method in class org.tentackle.io.DefaultServerSocketConfigurator
Sets the port range.
setReadOnly(boolean) - Method in class org.tentackle.prefs.DefaultPreferencesFactory
 
setReadOnly(boolean) - Method in interface org.tentackle.prefs.PersistedPreferencesFactory
Sets the readonly feature.
setReceiveBufferSize(Integer) - Method in class org.tentackle.io.DefaultServerSocketConfigurator
Sets SO_RCVBUF.
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
setReuseAddress(Boolean) - Method in class org.tentackle.io.SocketConfiguratorBase
Sets SO_REUSEADDR.
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.
setSendBufferSize(Integer) - Method in class org.tentackle.io.DefaultSocketConfigurator
Sets SO_SNDBUF.
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.
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.
setSocketConfigurator(ServerSocketConfigurator) - Method in class org.tentackle.io.CompressedSslServerSocketFactory
 
setSocketConfigurator(ServerSocketConfigurator) - Method in interface org.tentackle.io.ServerSocketConfiguratorHolder
Sets the socket configurator.
setSocketConfigurator(ServerSocketConfigurator) - Method in class org.tentackle.io.ServerSocketFactory
 
setSocketConfigurator(ServerSocketConfigurator) - Method in class org.tentackle.io.SslServerSocketFactory
 
setSocketConfigurator(SocketConfigurator) - Method in class org.tentackle.io.ClientSocketFactory
 
setSocketConfigurator(SocketConfigurator) - Method in class org.tentackle.io.CompressedSslClientSocketFactory
 
setSocketConfigurator(SocketConfigurator) - Method in interface org.tentackle.io.SocketConfiguratorHolder
Sets the socket configurator.
setSocketConfigurator(SocketConfigurator) - Method in class org.tentackle.io.SslClientSocketFactory
 
setSoLinger(Integer) - Method in class org.tentackle.io.DefaultSocketConfigurator
Sets SO_LINGER.
setSoTimeout(Integer) - Method in class org.tentackle.io.SocketConfiguratorBase
Sets SO_TIMEOUT.
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.
setTcpNoDelay(Boolean) - Method in class org.tentackle.io.DefaultSocketConfigurator
Sets TCP_NODELAY.
setTrafficClass(Integer) - Method in class org.tentackle.io.DefaultSocketConfigurator
Sets IP_TOS.
setupDelegate(T, Class<T>) - Method in class org.tentackle.reflect.InterceptableInvocationHandler
Creates the delegates for the given proxy instance and the domain context.
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.
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<String>) - Method in class org.tentackle.log.DefaultLogger
 
severe(Throwable, Supplier<String>) - Method in interface org.tentackle.log.Logger
Logs a message with level SEVERE.
severe(Supplier<String>) - Method in class org.tentackle.log.DefaultLogger
 
severe(Supplier<String>) - 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.
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.
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.
shutdown() - Method in class org.tentackle.io.SocketChannelDispatcher
Shutdown the dispatcher.
shutdownInput() - Method in class org.tentackle.io.SocketImplWrapper
 
shutdownOutput() - Method in class org.tentackle.io.SocketImplWrapper
 
simpleEqualsAndHashCode - Variable in class org.tentackle.misc.ImmutableArrayList
 
size() - Method in class org.tentackle.misc.CopyOnWriteCollection
 
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.
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 sleep interval.
SmartDateTimeParser<T> - Class in org.tentackle.misc.time
Parser for Temporal date and time types with smart syntax support.
SmartDateTimeParser(Class<T>, TemporalQuery<T>, BiFunction<T, TemporalUnit, T>, DateTimeFormatter, String, List<SmartDateTimeParser.TextFilter>, List<SmartDateTimeParser.Shortcut>, List<SmartDateTimeParser.ErrorHandler>) - 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.
SO_KEEPALIVE - Static variable in class org.tentackle.io.SocketConfiguratorBase
property key for SO_KEEPALIVE.
SO_LINGER - Static variable in class org.tentackle.io.SocketConfiguratorBase
property key for SO_LINGER.
SO_OOBINLINE - Static variable in class org.tentackle.io.SocketConfiguratorBase
property key for SO_OOBINLINE.
SO_RCVBUF - Static variable in class org.tentackle.io.SocketConfiguratorBase
property key for SO_RCVBUF.
SO_REUSEADDR - Static variable in class org.tentackle.io.SocketConfiguratorBase
property key for SO_REUSEADDR.
SO_SNDBUF - Static variable in class org.tentackle.io.SocketConfiguratorBase
property key for SO_SNDBUF.
SO_TIMEOUT - Static variable in class org.tentackle.io.SocketConfiguratorBase
property key for SO_TIMEOUT.
SocketChannelDispatcher - Class in org.tentackle.io
A simple implementation of a dispatcher accepting incoming socket channels from client connections.
SocketChannelDispatcher(String, SocketAddress, Supplier<Consumer<SocketChannel>>) - Constructor for class org.tentackle.io.SocketChannelDispatcher
Creates a server socket channel dispatcher.
socketConfigurator - Variable in class org.tentackle.io.ClientSocketFactory
 
socketConfigurator - Variable in class org.tentackle.io.ServerSocketFactory
 
SocketConfigurator - Interface in org.tentackle.io
Configures a socket.
SocketConfiguratorBase - Class in org.tentackle.io
SocketConfiguratorBase() - Constructor for class org.tentackle.io.SocketConfiguratorBase
Parent constructor.
SocketConfiguratorHolder - Interface in org.tentackle.io
A holder for a SocketConfigurator.
SocketImplWrapper - Class in org.tentackle.io
A wrapping SocketImpl.
Nice to wrap SSL sockets to add compression, for example.
SocketImplWrapper(Socket) - Constructor for class org.tentackle.io.SocketImplWrapper
Creates an impl wrapper that delegates all method invocations to the wrapped socket.
SocketPerformancePreferences - Class in org.tentackle.io
Socket performance preferences as an object.
SocketPerformancePreferences(int, int, int) - Constructor for class org.tentackle.io.SocketPerformancePreferences
Creates a socket preferences object.
SocketWrapper - Class in org.tentackle.io
Wrapper for existing sockets to add functionality for not-extensible sockets, e.g.
SocketWrapper(Socket) - Constructor for class org.tentackle.io.SocketWrapper
Creates a wrapper for the given socket.
soLinger - Variable in class org.tentackle.io.SocketConfiguratorBase
 
sortValidators(List<Validator>) - Method in class org.tentackle.validate.ValidationUtilities
Sorts validators by priority and validation index.
Lowest priority (0) comes last, highest first.
soTimeout - Variable in class org.tentackle.io.SocketConfiguratorBase
 
SSL - Enum constant in enum class org.tentackle.io.RMISocketFactoryType
SSL socket.
No compression.
SSL_COMPRESSED - Enum constant in enum class org.tentackle.io.RMISocketFactoryType
Compressed SSL.
SslClientSocketFactory - Class in org.tentackle.io
SSL client socket factory.
SslClientSocketFactory() - Constructor for class org.tentackle.io.SslClientSocketFactory
Creates an SSL client socket factory.
SslServerSocketFactory - Class in org.tentackle.io
SSL server socket factory.
SslServerSocketFactory() - Constructor for class org.tentackle.io.SslServerSocketFactory
Creates a ServerSocketFactory with default cipher suites, protocols and without client authentication.
SslServerSocketFactory(String[], String[], boolean) - Constructor for class org.tentackle.io.SslServerSocketFactory
Creates a new ServerSocketFactory.
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.
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.
SYSTEM - Enum constant in enum class org.tentackle.io.RMISocketFactoryType
System default.
JVM's default socket factories.
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(java.lang.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(java.lang.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.
TCP_NODELAY - Static variable in class org.tentackle.io.SocketConfiguratorBase
property key for TCP_NODELAY.
tcpNoDelay - Variable in class org.tentackle.io.SocketConfiguratorBase
 
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<? extends Temporal>, String) - Method in class org.tentackle.misc.time.AddShortcut
 
test(SmartDateTimeParser<? extends Temporal>, String) - Method in class org.tentackle.misc.time.NowShortcut
 
test(SmartDateTimeParser<? extends Temporal>, String) - Method in class org.tentackle.misc.time.NumberShortcut
 
test(SmartDateTimeParser<? extends Temporal>, String) - Method in class org.tentackle.misc.time.OffsetShortcut
 
test(SmartDateTimeParser<? extends Temporal>, String) - Method in interface org.tentackle.misc.time.SmartDateTimeParser.Shortcut
Returns whether the shortcut applies to the given string.
test(SmartDateTimeParser<? extends Temporal>, 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.
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.
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.
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.
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<? extends Collection<String>>) - Method in class org.tentackle.misc.CsvConverter
Converts lines of string values to CSV lines.
toCsv(Collection<? extends Collection<String>>) - Method in class org.tentackle.misc.CsvConverter
Converts lines of string values to CSV lines.
Conforms to RFC 4180.
toCsvLenient(Collection<? extends Collection<String>>) - 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().
toExternal() - Method in interface org.tentackle.misc.Convertible
Convert this object to an external value.
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
 
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.io.DefaultServerSocketConfigurator
 
toString() - Method in class org.tentackle.io.DefaultSocketConfigurator
 
toString() - Method in class org.tentackle.io.SocketConfiguratorBase
 
toString() - Method in class org.tentackle.io.SocketPerformancePreferences
 
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.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.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.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 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.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, boolean) - Constructor for class org.tentackle.misc.TrackedArrayList
Creates a tracked ArrayList.
TrackedArrayList(Collection<E>) - 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.
trafficClass - Variable in class org.tentackle.io.SocketConfiguratorBase
 
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).
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.
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.

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() - 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<? extends Validateable>, 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<Validator>, 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.
validateObject(List<Validator>, ValidationScope, String, Object, Object, Class<?>) - Method in class org.tentackle.validate.ValidationUtilities
Applies validators to the given object.
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<ValidationResult>) - 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<ValidationResult>) - Constructor for exception class org.tentackle.validate.ValidationFailedException
Creates a validation exception.
ValidationFailedException(List<ValidationResult>) - 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 for a class.
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.InterceptionService
Determines the interceptable interface.
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(Class<T>, 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.io.RMISocketFactoryType
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.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.io.RMISocketFactoryType
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.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<ScriptVariable>) - Static method in class org.tentackle.script.ScriptVariable
Returns the string of a list of variables.
verifyConstructor(Element, TypeVisitor<Boolean, Void>) - 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<String>) - Method in class org.tentackle.log.DefaultLogger
 
warning(Throwable, Supplier<String>) - Method in interface org.tentackle.log.Logger
Logs a message with level WARNING.
warning(Supplier<String>) - Method in class org.tentackle.log.DefaultLogger
 
warning(Supplier<String>) - 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.
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(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.NotifyingByteArrayOutputStream
 
write(char[], int, int) - Method in class org.tentackle.io.AppendableWriter
 
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.NotifyingByteArrayOutputStream
 
write(String) - Method in class org.tentackle.io.AppendableWriter
 
write(String, int, int) - Method in class org.tentackle.io.AppendableWriter
 

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() - Method in class org.tentackle.misc.TimeKeeper
Sets the duration to zero.
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.
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 K L M N O P R S T U V W X Z 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form