- abortGet(ISuspendable) - Method in class jadex.commons.future.Future
-
Abort a blocking get call.
- AbstractCodec - Class in jadex.commons.transformation.binaryserializer
-
- AbstractCodec() - Constructor for class jadex.commons.transformation.binaryserializer.AbstractCodec
-
- AbstractDecodingContext - Class in jadex.commons.transformation.binaryserializer
-
Abstract base class for decoding context.
- AbstractDecodingContext(List<IDecoderHandler>, List<IDecoderHandler>, Object, ClassLoader, IErrorReporter) - Constructor for class jadex.commons.transformation.binaryserializer.AbstractDecodingContext
-
Initializes the context.
- AbstractEncodingContext - Class in jadex.commons.transformation.binaryserializer
-
Abstract encoding context that provides base functionality.
- AbstractEncodingContext(Object, Object, List<ITraverseProcessor>, ClassLoader) - Constructor for class jadex.commons.transformation.binaryserializer.AbstractEncodingContext
-
- AbstractModelLoader - Class in jadex.commons
-
Loader for managing models, loaded from disc and kept in cache.
- AbstractModelLoader(String[]) - Constructor for class jadex.commons.AbstractModelLoader
-
Create a model loader.
- AbstractModelLoader(String[], int) - Constructor for class jadex.commons.AbstractModelLoader
-
Create a model loader.
- AbstractModelLoader.BrokenModel - Class in jadex.commons
-
Store an exception during loading in cache.
- accept(T) - Method in interface jadex.commons.functional.Consumer
-
- acceptEither(IFuture<E>, Consumer<E>, Class<?>) - Method in class jadex.commons.future.Future
-
- acceptEither(IFuture<E>, Consumer<E>, Class<?>) - Method in interface jadex.commons.future.IFuture
-
The given consumer will be executed with either of the result of this and the given other future.
- AccessiblePrintStream(OutputStream) - Constructor for class jadex.commons.SUtil.AccessiblePrintStream
-
Create an accessible output stream.
- acquire() - Method in class jadex.commons.concurrent.Token
-
Try to acquire the token.
- acquired - Variable in class jadex.commons.concurrent.Token
-
True, if the token is acquired.
- ActionPerformedListener(boolean) - Constructor for class jadex.commons.future.ReadWriteLock.ActionPerformedListener
-
Creates the listener.
- ActionReferenceQueue - Class in jadex.commons.collection
-
The extended reference queue allows for adding (weak)
object with an associated action.
- ActionReferenceQueue() - Constructor for class jadex.commons.collection.ActionReferenceQueue
-
Create a new list.
- add(Object) - Method in class jadex.commons.beans.beancontext.BeanContextSupport
-
Add a child to this context.
- add(Object) - Method in class jadex.commons.collection.CheckedCollection
-
Ensures that this collection contains the specified element (optional
operation).
- add(Object) - Method in class jadex.commons.collection.ConcurrencyCheckingList
-
- add(int, Object) - Method in class jadex.commons.collection.ConcurrencyCheckingList
-
- add(T) - Method in class jadex.commons.collection.IdentityHashSet
-
Adds the specified element to this set if it is not already present
(optional operation).
- add(Object) - Method in class jadex.commons.collection.IndexMap
-
Unsupported method, due to missing key parameter.
- add(int, Object) - Method in class jadex.commons.collection.IndexMap
-
Unsupported method, due to missing key parameter.
- add(K, V) - Method in class jadex.commons.collection.IndexMap
-
Add a new object with key and value.
- add(int, K, V) - Method in class jadex.commons.collection.IndexMap
-
Add an object to the collection.
- add(E) - Method in class jadex.commons.collection.LeaseTimeCollection
-
- add(E, long) - Method in class jadex.commons.collection.LeaseTimeCollection
-
- add(K, V) - Method in class jadex.commons.collection.MultiCollection
-
Associates the specified value with the specified key in this map
(optional operation).
- add(K, Collection<V>) - Method in class jadex.commons.collection.MultiCollection
-
Associates the specified value with the specified key in this map
(optional operation).
- add(T) - Method in class jadex.commons.collection.SortedList
-
Appends the specified element to the end of this list.
- add(int, T) - Method in class jadex.commons.collection.SortedList
-
Inserts the specified element at the specified position in this list.
- add(Object, Object) - Method in class jadex.commons.collection.TwoWayMultiCollection
-
Associates the specified value with the specified key in this map
(optional operation).
- add(E) - Method in class jadex.commons.collection.WeakList
-
Appends the specified element to the end of this list (optional
operation).
- add(int, Object) - Method in class jadex.commons.collection.WeakList
-
Inserts the specified element at the specified position in this list
(optional operation).
- add(Object) - Method in class jadex.commons.collection.WeakSet
-
Add an element to the set.
- add(T) - Method in class jadex.commons.collection.wrappers.CollectionWrapper
-
- add(int, T) - Method in class jadex.commons.collection.wrappers.ListWrapper
-
- add(CachedObject) - Method in class jadex.commons.ObjectCache
-
Add a cached object.
- addAll(Collection) - Method in class jadex.commons.beans.beancontext.BeanContextSupport
-
This method is unsupported, throws UnsupportedOperationException
.
- addAll(Collection) - Method in class jadex.commons.collection.CheckedCollection
-
Adds all of the elements in the specified collection to this collection
(optional operation).
- addAll(Collection) - Method in class jadex.commons.collection.ConcurrencyCheckingList
-
- addAll(int, Collection) - Method in class jadex.commons.collection.ConcurrencyCheckingList
-
- addAll(Collection<? extends T>) - Method in class jadex.commons.collection.IdentityHashSet
-
Adds all of the elements in the specified collection to this set if
they're not already present (optional operation).
- addAll(Collection) - Method in class jadex.commons.collection.IndexMap
-
Unsupported method, due to missing key parameter.
- addAll(int, Collection) - Method in class jadex.commons.collection.IndexMap
-
Unsupported method, due to missing key parameter.
- addAll(Collection<? extends E>) - Method in class jadex.commons.collection.LeaseTimeCollection
-
- addAll(Map<? extends K, ? extends V>) - Method in class jadex.commons.collection.MultiCollection
-
Add all elements of another map.
- addAll(Collection<? extends T>) - Method in class jadex.commons.collection.SortedList
-
Appends all of 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.
- addAll(int, Collection<? extends T>) - Method in class jadex.commons.collection.SortedList
-
Inserts all of the elements in the specified collection into this
list, starting at the specified position.
- addAll(Collection) - Method in class jadex.commons.collection.WeakList
-
Appends all of 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 (optional operation).
- addAll(int, Collection) - Method in class jadex.commons.collection.WeakList
-
Inserts all of the elements in the specified collection into this
list at the specified position (optional operation).
- addAll(Collection<? extends T>) - Method in class jadex.commons.collection.wrappers.CollectionWrapper
-
- addAll(int, Collection<? extends T>) - Method in class jadex.commons.collection.wrappers.ListWrapper
-
- addBackwardCommand(IFilter<Object>, ICommand<Object>) - Method in class jadex.commons.future.TerminableFuture
-
Add a backward command with a filter.
- addBackwardCommand(IFilter<Object>, ICommand<Object>) - Method in class jadex.commons.future.TerminableIntermediateFuture
-
Add a backward command with a filter.
- addBeanContextMembershipListener(BeanContextMembershipListener) - Method in interface jadex.commons.beans.beancontext.BeanContext
-
- addBeanContextMembershipListener(BeanContextMembershipListener) - Method in class jadex.commons.beans.beancontext.BeanContextSupport
-
- addBeanContextServicesListener(BeanContextServicesListener) - Method in interface jadex.commons.beans.beancontext.BeanContextServices
-
- addBeanContextServicesListener(BeanContextServicesListener) - Method in class jadex.commons.beans.beancontext.BeanContextServicesSupport
-
- addBreakpoint(Object) - Method in interface jadex.commons.ISteppable
-
Add a breakpoint to the interpreter.
- addBreakpointCommand(ICommand) - Method in interface jadex.commons.ISteppable
-
Add a command to be executed, when a breakpoint is reached.
- addBreakpointListener(IChangeListener) - Method in interface jadex.commons.IBreakpointPanel
-
Add a listener to receive breakpoint selected events.
- addChild(TreeNode) - Method in class jadex.commons.collection.TreeNode
-
Adds a child to the list of children for this node.
- addChild(Command) - Method in class org.apache.harmony.beans.Command
-
- addCollection(Object) - Static method in class jadex.commons.collection.SCollection
-
Add a map to the observer list.
- addEntry(Object, Runnable) - Method in class jadex.commons.collection.ActionReferenceQueue
-
Add an object with an associated value.
- addFilter(IFilter<T>) - Method in class jadex.commons.ComposedFilter
-
Add a filter.
- addFilter(IAsyncFilter) - Method in class jadex.commons.ComposedRemoteFilter
-
Add a filter.
- addFinishListener(IChangeListener<Void>) - Method in interface jadex.commons.concurrent.IThreadPool
-
Add a finished listener.
- addFinishListener(IChangeListener<Void>) - Method in class jadex.commons.concurrent.java5.JavaThreadPool
-
Add a finish listener;
- addFinishListener(IChangeListener<Void>) - Method in class jadex.commons.concurrent.ThreadPool
-
Add a finish listener;
- addFirst(T) - Method in class jadex.commons.collection.SortedList
-
Inserts the given element at the beginning of this list.
- addForwardCommand(IFilter<Object>, ICommand<Object>) - Method in class jadex.commons.future.Future
-
Add a forward command with a filter.
- addFuture(IFuture<E>) - Method in class jadex.commons.future.FutureBarrier
-
Add a future to the barrier.
- addIntermediateResult(E) - Method in class jadex.commons.future.IntermediateFuture
-
Add an intermediate result.
- addIntermediateResultIfUndone(E) - Method in class jadex.commons.future.IntermediateFuture
-
Set the result.
- addIntermediateResultListener(IIntermediateResultListener<E>) - Method in interface jadex.commons.future.IIntermediateFuture
-
Add a result listener.
- addIntermediateResultListener(IFunctionalResultListener<E>) - Method in interface jadex.commons.future.IIntermediateFuture
-
Add a functional result listener, which called on intermediate results.
- addIntermediateResultListener(IFunctionalResultListener<E>, IFunctionalResultListener<Void>) - Method in interface jadex.commons.future.IIntermediateFuture
-
Add a functional result listener, which called on intermediate results.
- addIntermediateResultListener(IFunctionalResultListener<E>, IFunctionalResultListener<Void>, IFunctionalExceptionListener) - Method in interface jadex.commons.future.IIntermediateFuture
-
Add a functional result listener, which called on intermediate results.
- addIntermediateResultListener(IIntermediateResultListener<E>) - Method in class jadex.commons.future.IntermediateFuture
-
Add an result listener, which called on intermediate results.
- addIntermediateResultListener(IFunctionalResultListener<E>) - Method in class jadex.commons.future.IntermediateFuture
-
Add a functional result listener, which called on intermediate results.
- addIntermediateResultListener(IFunctionalResultListener<E>, IFunctionalResultListener<Void>) - Method in class jadex.commons.future.IntermediateFuture
-
Add a functional result listener, which called on intermediate results.
- addIntermediateResultListener(IFunctionalResultListener<E>, IFunctionalResultListener<Void>, IFunctionalExceptionListener) - Method in class jadex.commons.future.IntermediateFuture
-
Add a functional result listener, which called on intermediate results.
- addLast(T) - Method in class jadex.commons.collection.SortedList
-
Appends the given element to the end of this list.
- addLineListener(IChangeListener) - Method in class jadex.commons.ListenableStream
-
Add a line listener.
- addProperties(Properties) - Method in class jadex.commons.Properties
-
Add the complete content of another properties.
- addProperty(Property) - Method in class jadex.commons.Properties
-
Add a property to this properties.
- addPropertyChangeListener(String, PropertyChangeListener) - Method in interface jadex.commons.beans.beancontext.BeanContextChild
-
- addPropertyChangeListener(String, PropertyChangeListener) - Method in class jadex.commons.beans.beancontext.BeanContextChildSupport
-
- addPropertyChangeListener(PropertyChangeListener) - Method in interface jadex.commons.beans.Customizer
-
- addPropertyChangeListener(String, PropertyChangeListener) - Method in class jadex.commons.beans.PropertyChangeSupport
-
- addPropertyChangeListener(PropertyChangeListener) - Method in class jadex.commons.beans.PropertyChangeSupport
-
- addPropertyChangeListener(PropertyChangeListener) - Method in interface jadex.commons.beans.PropertyEditor
-
- addPropertyChangeListener(PropertyChangeListener) - Method in class jadex.commons.beans.PropertyEditorSupport
-
- addPropertyChangeListener(PropertyChangeListener) - Method in class jadex.commons.SimplePropertyChangeSupport
-
Add a PropertyChangeListener to the listener list.
- addPropertyChangeListener(PropertyChangeListener) - Method in class jadex.commons.SimplePropertyObject
-
Add a PropertyChangeListener to the listener list.
- addQuietListener(IResultListener<Collection<E>>) - Method in interface jadex.commons.future.ISubscriptionIntermediateFuture
-
Add a listener which does not consume the initial results.
- addQuietListener(IResultListener<Collection<E>>) - Method in class jadex.commons.future.SubscriptionIntermediateDelegationFuture
-
Add a listener which is only informed about new results,
i.e.
- addQuietListener(IResultListener<Collection<E>>) - Method in class jadex.commons.future.SubscriptionIntermediateFuture
-
Add a listener which is only informed about new results,
i.e.
- addResult(E) - Method in class jadex.commons.future.IntermediateFuture
-
Add a result.
- addResult(E) - Method in class jadex.commons.future.SubscriptionIntermediateDelegationFuture
-
Add a result.
- addResult(E) - Method in class jadex.commons.future.SubscriptionIntermediateFuture
-
Add a result.
- addResultListener(IFunctionalResultListener<E>) - Method in class jadex.commons.future.Future
-
Add an functional result listener, which is only called on success.
- addResultListener(IFunctionalResultListener<E>, IFunctionalExceptionListener) - Method in class jadex.commons.future.Future
-
Add a result listener by combining an OnSuccessListener and an
OnExceptionListener.
- addResultListener(IResultListener<E>) - Method in class jadex.commons.future.Future
-
Add a result listener.
- addResultListener(IResultListener<E>) - Method in interface jadex.commons.future.IFuture
-
Add a result listener.
- addResultListener(IFunctionalResultListener<E>) - Method in interface jadex.commons.future.IFuture
-
Add an functional result listener, which is only called on success.
- addResultListener(IFunctionalResultListener<E>, IFunctionalExceptionListener) - Method in interface jadex.commons.future.IFuture
-
Add a result listener by combining an OnSuccessListener and an
OnExceptionListener.
- addResultListener(IResultListener<Collection<E>>) - Method in class jadex.commons.future.IntermediateFuture
-
Add a result listener.
- addResultListener(IResultListener<Collection<E>>) - Method in class jadex.commons.future.SubscriptionIntermediateDelegationFuture
-
Add a result listener.
- addResultListener(IResultListener<Collection<E>>) - Method in class jadex.commons.future.SubscriptionIntermediateFuture
-
Add a result listener.
- addService(Class, BeanContextServiceProvider) - Method in interface jadex.commons.beans.beancontext.BeanContextServices
-
- addService(Class, BeanContextServiceProvider) - Method in class jadex.commons.beans.beancontext.BeanContextServicesSupport
-
Add a service to this context.
- addService(Class, BeanContextServiceProvider, boolean) - Method in class jadex.commons.beans.beancontext.BeanContextServicesSupport
-
Add a service to this context.
- addStackedListeners(List<Tuple2<Future<?>, IResultListener<?>>>) - Static method in class jadex.commons.future.FutureHelper
-
Add listener notifications to the current thread.
- addSubproperties(Properties) - Method in class jadex.commons.Properties
-
Add subproperties to this properties.
- addSubproperties(String, Properties) - Method in class jadex.commons.Properties
-
Add a subproperties to a properties.
- addSystemErrListener(IChangeListener) - Static method in class jadex.commons.SUtil
-
Add a listener to System.err.
- addSystemOutListener(IChangeListener) - Static method in class jadex.commons.SUtil
-
Add a listener to System.out.
- addTask(Future) - Method in class jadex.commons.future.FutureFinishChecker
-
Add a task.
- addThread() - Method in class jadex.commons.concurrent.ThreadPool
-
- addThreadLocal(ThreadLocal<?>) - Static method in class jadex.commons.future.ThreadLocalTransferHelper
-
Add a thread local that will be automatically copied on thread resumption.
- addThreads(int) - Method in class jadex.commons.concurrent.ThreadPool
-
Create some pool.
- addTuple2ResultListener(IFunctionalResultListener<E>, IFunctionalResultListener<F>) - Method in interface jadex.commons.future.ITuple2Future
-
Uses two functional result listeners to create a Tuple2ResultListener and add it.
- addTuple2ResultListener(IFunctionalResultListener<E>, IFunctionalResultListener<F>, IFunctionalExceptionListener) - Method in interface jadex.commons.future.ITuple2Future
-
Uses two functional result listeners to create a Tuple2ResultListener and add it.
- addTuple2ResultListener(IFunctionalResultListener<E>, IFunctionalResultListener<F>) - Method in class jadex.commons.future.Tuple2Future
-
Uses two functional result listeners to create a Tuple2ResultListener and add it.
- addTuple2ResultListener(IFunctionalResultListener<E>, IFunctionalResultListener<F>, IFunctionalExceptionListener) - Method in class jadex.commons.future.Tuple2Future
-
Uses two functional result listeners to create a Tuple2ResultListener and add it.
- addVetoableChangeListener(String, VetoableChangeListener) - Method in interface jadex.commons.beans.beancontext.BeanContextChild
-
- addVetoableChangeListener(String, VetoableChangeListener) - Method in class jadex.commons.beans.beancontext.BeanContextChildSupport
-
- addVetoableChangeListener(String, VetoableChangeListener) - Method in class jadex.commons.beans.VetoableChangeSupport
-
- addVetoableChangeListener(VetoableChangeListener) - Method in class jadex.commons.beans.VetoableChangeSupport
-
- afterSwitch() - Method in class jadex.commons.future.ThreadLocalTransferHelper
-
Must be called after a thread switch occurs to restore the thread local values.
- Alias - Annotation Type in jadex.commons.transformation.annotations
-
Specify an alias for a class
(e.g.
- ALIASES - Static variable in class jadex.commons.transformation.STransformation
-
Static map of known aliases used for decoding.
- allocateSpace(int) - Method in class jadex.commons.transformation.binaryserializer.GrowableByteBuffer
-
Allocates a minimum amount of free space in the buffer.
- allseps - Variable in class jadex.commons.ExpressionTokenizer
-
All separators.
- ALWAYS - Static variable in interface jadex.commons.IAsyncFilter
-
A filter that always returns true.
- ALWAYS - Static variable in interface jadex.commons.IFilter
-
A filter that always returns true.
- AlwaysFilter() - Constructor for class jadex.commons.IAsyncFilter.AlwaysFilter
-
- AND - Static variable in class jadex.commons.ComposedFilter
-
The AND operator.
- AND - Static variable in class jadex.commons.ComposedRemoteFilter
-
The AND operator.
- androidutils - Static variable in class jadex.commons.SUtil
-
Cached AndroidUtils
- androidUtils() - Static method in class jadex.commons.SUtil
-
Get the AndroidUtils, if available.
- apkPathFromUrl(URL) - Method in interface jadex.commons.SUtil.AndroidUtils
-
Retrieves the APK Path from a given URL, if its an Android APK URL.
- apply(T, U) - Method in interface jadex.commons.functional.BiFunction
-
- apply(T) - Method in interface jadex.commons.functional.Function
-
- applyToEither(IFuture<E>, Function<E, U>, Class<?>) - Method in class jadex.commons.future.Future
-
- applyToEither(IFuture<E>, Function<E, U>, Class<?>) - Method in interface jadex.commons.future.IFuture
-
The given function will be executed with either of the result of this and the given other future.
- arg - Variable in class jadex.commons.collection.WeakEntry
-
Optional command argument.
- Argument - Class in org.apache.harmony.beans
-
- Argument(Object) - Constructor for class org.apache.harmony.beans.Argument
-
- Argument(Class<?>, Object) - Constructor for class org.apache.harmony.beans.Argument
-
- array - Variable in class jadex.commons.collection.WeakList
-
The list of elements.
- ArrayBlockingQueue<T> - Class in jadex.commons.collection
-
Blocking queue implemented as array.
- ArrayBlockingQueue() - Constructor for class jadex.commons.collection.ArrayBlockingQueue
-
Create a new blocking queue.
- ArrayCodec2 - Class in jadex.commons.transformation.binaryserializer
-
Codec for encoding and decoding arrays.
- ArrayCodec2() - Constructor for class jadex.commons.transformation.binaryserializer.ArrayCodec2
-
- arrayContains(Object, Object) - Static method in class jadex.commons.SUtil
-
Check if an element is contained in an array.
- arrayEquals(Object, Object) - Static method in class jadex.commons.SUtil
-
Test if two arrays are content equal or both null.
- arrayHashCode(Object) - Static method in class jadex.commons.SUtil
-
Calculate a hash code for an array.
- ArrayProcessor - Class in jadex.commons.transformation.traverser
-
An array processor allows for traversing arrays.
- ArrayProcessor() - Constructor for class jadex.commons.transformation.traverser.ArrayProcessor
-
Create a new array processor.
- arrayToList(Object) - Static method in class jadex.commons.SUtil
-
Transform an array to a vector.
- arrayToSet(Object) - Static method in class jadex.commons.SUtil
-
Transform an array to a vector.
- arrayToString(Object) - Static method in class jadex.commons.SUtil
-
Get a string representation for an array.
- ascending - Variable in class jadex.commons.collection.SortedList
-
The ordering direction of the list.
- aslist - Variable in class jadex.commons.collection.IndexMap
-
The index map as java.util.List.
- asmap - Variable in class jadex.commons.collection.IndexMap
-
The index map as java.util.Map.
- asyncScanDir(URL[], File, IFilter, List<String>) - Static method in class jadex.commons.SReflect
-
Scan directories.
- asyncScanForClasses(ClassLoader, IFilter<Object>, IFilter<Class<?>>, int, boolean) - Static method in class jadex.commons.SReflect
-
Scan for classes that fulfill certain criteria as specified by the file and classfilters.
- asyncScanForClasses(URL[], ClassLoader, IFilter<Object>, IFilter<Class<?>>, int) - Static method in class jadex.commons.SReflect
-
Scan for classes that fulfill certain criteria as specified by the file and classfilters.
- asyncScanForFiles(URL[], IFilter<Object>) - Static method in class jadex.commons.SReflect
-
Scan for files in a given list of urls.
- attributeNames() - Method in class jadex.commons.beans.FeatureDescriptor
-
Enumerates the attribute names.
- autocompactionthreshold - Variable in class jadex.commons.collection.PersistentMap
-
Dirty threshold for auto-compaction.
- autocompactionthreshold - Variable in class jadex.commons.collection.PersistentMap2
-
Dirty threshold for auto-compaction.
- autocompactionthreshold - Variable in class jadex.commons.collection.ShadowedPersistentMap
-
Dirty threshold for auto-compaction.
- avoidingGui() - Method in class jadex.commons.beans.beancontext.BeanContextSupport
-
- avoidingGui() - Method in interface jadex.commons.beans.Visibility
-
- backtrack(Map<String, Command>) - Method in class org.apache.harmony.beans.Command
-
- base16Decode(String) - Static method in class jadex.commons.SUtil
-
Decodes a Base16-encoded String and returns the data.
- base16Encode(byte[]) - Static method in class jadex.commons.SUtil
-
Encodes a set of data as a Base16 String (hex).
- Base64 - Class in jadex.commons
-
Base64
Contains lots of utilities for coding and decoding text and character arrays fore
and back to the Base64 encoding.
- Base64() - Constructor for class jadex.commons.Base64
-
- basicconverters - Static variable in class jadex.commons.transformation.BasicTypeConverter
-
The map of basic converters.
- BasicTypeConverter - Class in jadex.commons.transformation
-
Converter for basic types.
- BasicTypeConverter() - Constructor for class jadex.commons.transformation.BasicTypeConverter
-
- basictypes - Static variable in class jadex.commons.SReflect
-
Mapping from basic class name -> basic type(class).
- bcmListeners - Variable in class jadex.commons.beans.beancontext.BeanContextSupport
-
A list of registered membership listeners.
- bcommands - Variable in class jadex.commons.future.TerminableFuture
-
The list of backward commands.
- bcommands - Variable in class jadex.commons.future.TerminableIntermediateFuture
-
The list of backward commands.
- bcsChildren() - Method in class jadex.commons.beans.beancontext.BeanContextSupport
-
Returns an iterator of all BCSChild
instances,
with remove()
disabled.
- bcsListeners - Variable in class jadex.commons.beans.beancontext.BeanContextServicesSupport
-
A list of registered BeanContextServicesListener
s.
- bcsPreDeserializationHook(ObjectInputStream) - Method in class jadex.commons.beans.beancontext.BeanContextServicesSupport
-
Deserializes all serializable services and their providers before the
children of this context is deserialized.
- bcsPreDeserializationHook(ObjectInputStream) - Method in class jadex.commons.beans.beancontext.BeanContextSupport
-
This method is called by readObject()
after
defaultReadObject()
and before deserializing any
children or listeners.
- bcsPreSerializationHook(ObjectOutputStream) - Method in class jadex.commons.beans.beancontext.BeanContextServicesSupport
-
Serializes all serializable services and their providers before the
children of this context is serialized.
- bcsPreSerializationHook(ObjectOutputStream) - Method in class jadex.commons.beans.beancontext.BeanContextSupport
-
This method is called by writeObject()
after
defaultWriteObject()
and before serializing any
children or listeners.
- bean - Static variable in class jadex.commons.OperatingSystemMXBeanFacade
-
- BeanCodec - Class in jadex.commons.transformation.binaryserializer
-
Codec for encoding and decoding Java Beans.
- BeanCodec() - Constructor for class jadex.commons.transformation.binaryserializer.BeanCodec
-
- BeanContext - Interface in jadex.commons.beans.beancontext
-
- beanContext - Variable in class jadex.commons.beans.beancontext.BeanContextChildSupport
-
- BeanContextChild - Interface in jadex.commons.beans.beancontext
-
- BeanContextChildComponentProxy - Interface in jadex.commons.beans.beancontext
-
- beanContextChildPeer - Variable in class jadex.commons.beans.beancontext.BeanContextChildSupport
-
- BeanContextChildSupport - Class in jadex.commons.beans.beancontext
-
- BeanContextChildSupport() - Constructor for class jadex.commons.beans.beancontext.BeanContextChildSupport
-
- BeanContextChildSupport(BeanContextChild) - Constructor for class jadex.commons.beans.beancontext.BeanContextChildSupport
-
- BeanContextContainerProxy - Interface in jadex.commons.beans.beancontext
-
- BeanContextEvent - Class in jadex.commons.beans.beancontext
-
- BeanContextEvent(BeanContext) - Constructor for class jadex.commons.beans.beancontext.BeanContextEvent
-
- BeanContextMembershipEvent - Class in jadex.commons.beans.beancontext
-
- BeanContextMembershipEvent(BeanContext, Collection) - Constructor for class jadex.commons.beans.beancontext.BeanContextMembershipEvent
-
- BeanContextMembershipEvent(BeanContext, Object[]) - Constructor for class jadex.commons.beans.beancontext.BeanContextMembershipEvent
-
- BeanContextMembershipListener - Interface in jadex.commons.beans.beancontext
-
- BeanContextProxy - Interface in jadex.commons.beans.beancontext
-
- BeanContextServiceAvailableEvent - Class in jadex.commons.beans.beancontext
-
- BeanContextServiceAvailableEvent(BeanContextServices, Class) - Constructor for class jadex.commons.beans.beancontext.BeanContextServiceAvailableEvent
-
- BeanContextServiceProvider - Interface in jadex.commons.beans.beancontext
-
- BeanContextServiceProviderBeanInfo - Interface in jadex.commons.beans.beancontext
-
- BeanContextServiceRevokedEvent - Class in jadex.commons.beans.beancontext
-
- BeanContextServiceRevokedEvent(BeanContextServices, Class, boolean) - Constructor for class jadex.commons.beans.beancontext.BeanContextServiceRevokedEvent
-
- BeanContextServiceRevokedListener - Interface in jadex.commons.beans.beancontext
-
- BeanContextServices - Interface in jadex.commons.beans.beancontext
-
- BeanContextServicesListener - Interface in jadex.commons.beans.beancontext
-
- BeanContextServicesSupport - Class in jadex.commons.beans.beancontext
-
This support class implements BeanContextServices
interface.
- BeanContextServicesSupport() - Constructor for class jadex.commons.beans.beancontext.BeanContextServicesSupport
-
Constructs a standard BeanContextServicesSupport
.
- BeanContextServicesSupport(BeanContextServices) - Constructor for class jadex.commons.beans.beancontext.BeanContextServicesSupport
-
Constructs a BeanContextServicesSupport
which is a
delegate of the given peer.
- BeanContextServicesSupport(BeanContextServices, Locale) - Constructor for class jadex.commons.beans.beancontext.BeanContextServicesSupport
-
Constructs a BeanContextServicesSupport
which is a
delegate of the given peer.
- BeanContextServicesSupport(BeanContextServices, Locale, boolean) - Constructor for class jadex.commons.beans.beancontext.BeanContextServicesSupport
-
Constructs a BeanContextServicesSupport
which is a
delegate of the given peer.
- BeanContextServicesSupport(BeanContextServices, Locale, boolean, boolean) - Constructor for class jadex.commons.beans.beancontext.BeanContextServicesSupport
-
Constructs a BeanContextServicesSupport
which is a
delegate of the given peer.
- BeanContextServicesSupport.BCSSChild - Class in jadex.commons.beans.beancontext
-
Every child of context is companied with a BCSSChild
instance.
- BeanContextServicesSupport.BCSSProxyServiceProvider - Class in jadex.commons.beans.beancontext
-
This class implements the BeanContextServiceProvider
interface by wrapping a BeanContextServices
.
- BeanContextServicesSupport.BCSSServiceProvider - Class in jadex.commons.beans.beancontext
-
Every servie registered in this context is companied with a
BCSSServiceProvider
instance.
- BeanContextSupport - Class in jadex.commons.beans.beancontext
-
This support class implements BeanContext
interface.
- BeanContextSupport() - Constructor for class jadex.commons.beans.beancontext.BeanContextSupport
-
Constructs a standload BeanContextSupport
.
- BeanContextSupport(BeanContext) - Constructor for class jadex.commons.beans.beancontext.BeanContextSupport
-
Constructs a BeanContextSupport
which is a delegate
of the given peer.
- BeanContextSupport(BeanContext, Locale) - Constructor for class jadex.commons.beans.beancontext.BeanContextSupport
-
Constructs a BeanContextSupport
which is a delegate
of the given peer.
- BeanContextSupport(BeanContext, Locale, boolean) - Constructor for class jadex.commons.beans.beancontext.BeanContextSupport
-
Constructs a BeanContextSupport
which is a delegate
of the given peer.
- BeanContextSupport(BeanContext, Locale, boolean, boolean) - Constructor for class jadex.commons.beans.beancontext.BeanContextSupport
-
Constructs a BeanContextSupport
which is a delegate
of the given peer.
- BeanContextSupport.BCSChild - Class in jadex.commons.beans.beancontext
-
Every child of context is companied with a BCSChild
instance.
- BeanContextSupport.BCSIterator - Class in jadex.commons.beans.beancontext
-
This implementation wraps an iterator and override
remove()
with a noop method.
- BeanDescriptor - Class in jadex.commons.beans
-
Describes a bean's global information.
- BeanDescriptor(Class<?>, Class<?>) - Constructor for class jadex.commons.beans.BeanDescriptor
-
Constructs an instance with the bean's Class
and a customizer
Class
.
- BeanDescriptor(Class<?>) - Constructor for class jadex.commons.beans.BeanDescriptor
-
Constructs an instance with the bean's Class
.
- BeanInfo - Interface in jadex.commons.beans
-
- beaninfos - Variable in class jadex.commons.transformation.traverser.BeanReflectionIntrospector
-
The cache for saving time for multiple lookups.
- BeanIntrospectorFactory - Class in jadex.commons.transformation.binaryserializer
-
Factory for generating bean introspectors.
- BeanProcessor - Class in jadex.commons.transformation.traverser
-
Processor that traverses Java beans.
- BeanProcessor() - Constructor for class jadex.commons.transformation.traverser.BeanProcessor
-
- BeanProperty - Class in jadex.commons.transformation.traverser
-
This class is a struct for saving data about an inspected bean property.
- BeanProperty() - Constructor for class jadex.commons.transformation.traverser.BeanProperty
-
Create a new bean property.
- BeanProperty(String, Class<?>, Method, Method, Class<?>, IBeanDelegateProvider, boolean, boolean, Type) - Constructor for class jadex.commons.transformation.traverser.BeanProperty
-
Create a new bean property.
- BeanProperty(String, Field, IBeanDelegateProvider) - Constructor for class jadex.commons.transformation.traverser.BeanProperty
-
Create a new bean property.
- BeanReflectionIntrospector - Class in jadex.commons.transformation.traverser
-
Introspector for Java beans.
- BeanReflectionIntrospector() - Constructor for class jadex.commons.transformation.traverser.BeanReflectionIntrospector
-
Create a new introspector.
- BeanReflectionIntrospector(int) - Constructor for class jadex.commons.transformation.traverser.BeanReflectionIntrospector
-
Create a new introspector.
- Beans - Class in jadex.commons.beans
-
This class Beans
provides some methods for manipulting bean
controls.
- Beans() - Constructor for class jadex.commons.beans.Beans
-
Constructs a Beans instance.
- BeansUtils - Class in org.apache.harmony.beans
-
- BeansUtils() - Constructor for class org.apache.harmony.beans.BeansUtils
-
- beanToString(Object, ClassLoader) - Static method in class jadex.commons.SUtil
-
Converts a bean to a string.
- beforeSwitch() - Method in class jadex.commons.future.ThreadLocalTransferHelper
-
Must be called before a thread switch occurs to save the thread local values.
- BiFunction<T,U,R> - Interface in jadex.commons.functional
-
Functional interface for a function T,U -> R
- BiHashMap<K,V> - Class in jadex.commons.collection
-
A bidirectional hash map.
- BiHashMap() - Constructor for class jadex.commons.collection.BiHashMap
-
- BinarySerializer - Class in jadex.commons.transformation.binaryserializer
-
Object serializer for encoding to and decoding from a compact binary format.
- BinarySerializer() - Constructor for class jadex.commons.transformation.binaryserializer.BinarySerializer
-
- bitfield - Variable in class jadex.commons.transformation.binaryserializer.DecodingContext
-
The current bitfield (used for boolean values).
- bitfieldpos - Variable in class jadex.commons.transformation.binaryserializer.EncodingContext
-
The current bitfield position in the buffer
- bitpos - Variable in class jadex.commons.transformation.binaryserializer.DecodingContext
-
The current bit position within the bitfield
- bitpos - Variable in class jadex.commons.transformation.binaryserializer.EncodingContext
-
The current bit position within the bitfield
- BlockingQueue<T> - Class in jadex.commons.collection
-
A blocking queue allows to enqueue or dequeue
elements.
- BlockingQueue() - Constructor for class jadex.commons.collection.BlockingQueue
-
Create a blocking queue.
- blockThread(Object) - Method in class jadex.commons.concurrent.Executor
-
Adjust to execution of current thread to be blocked.
- Boolean3 - Enum in jadex.commons
-
A three valued boolean to be used in annotations as they do not allow null values.
- BOOLEAN_CONVERTER - Static variable in class jadex.commons.transformation.BasicTypeConverter
-
String -> Boolean converter.
- BrokenModel(Exception, ResourceInfo) - Constructor for class jadex.commons.AbstractModelLoader.BrokenModel
-
Create a broken model.
- buffer - Variable in class jadex.commons.ListenableStream
-
The buffered bytes.
- buffer - Variable in class jadex.commons.transformation.binaryserializer.EncodingContext
-
The binary output
- buffer - Variable in class jadex.commons.transformation.binaryserializer.GrowableByteBuffer
-
The buffer
- buildIndex() - Method in class jadex.commons.collection.PersistentMap
-
Builds the index.
- buildIndex() - Method in class jadex.commons.collection.PersistentMap2
-
Builds the index.
- buildIndex() - Method in class jadex.commons.collection.ShadowedPersistentMap
-
Builds the index.
- BYTE_CONVERTER - Static variable in class jadex.commons.transformation.BasicTypeConverter
-
String -> Byte converter.
- BYTE_UNITS - Static variable in class jadex.commons.SUtil
-
Units for representing byte values.
- ByteClassLoader - Class in jadex.commons
-
This class loader instantiate classes provided as a byte array.
- ByteClassLoader(ClassLoader) - Constructor for class jadex.commons.ByteClassLoader
-
Create a new byte class loader.
- BYTEFORMATTER1 - Static variable in class jadex.commons.SUtil
-
The byte formatter for one predecimal digit.
- BYTEFORMATTER2 - Static variable in class jadex.commons.SUtil
-
The byte formatter for two predecimal digits.
- BYTEFORMATTER3 - Static variable in class jadex.commons.SUtil
-
The byte formatter for three predecimal digits.
- bytesToInt(byte[]) - Static method in class jadex.commons.SUtil
-
Convert bytes to an integer.
- bytesToLong(byte[]) - Static method in class jadex.commons.SUtil
-
Convert bytes to an integer.
- bytesToShort(byte[]) - Static method in class jadex.commons.SUtil
-
Convert bytes to a short.
- bytesToString(long) - Static method in class jadex.commons.SUtil
-
Get bytes as human readable string.
- Cache - Class in jadex.commons.collection
-
Cache that provide expiration in case of
a) timetolive is exceeded
b) the max number of data has been reached (lru behaviour)
- Cache(int) - Constructor for class jadex.commons.collection.Cache
-
Create a new cache.
- Cache(int, long) - Constructor for class jadex.commons.collection.Cache
-
Create a new cache.
- Cache(LRU, long) - Constructor for class jadex.commons.collection.Cache
-
Create a new cache.
- cache - Variable in class jadex.commons.ObjectCache
-
The expression caches for filename.
- CacheableModel - Class in jadex.commons
-
- CacheableModel() - Constructor for class jadex.commons.CacheableModel
-
- cachedate - Variable in class jadex.commons.collection.CacheEntry
-
The cache data.
- CachedObject - Class in jadex.commons
-
A cache for an object that was loaded from a file or url.
- CachedObject(String, long, Serializable) - Constructor for class jadex.commons.CachedObject
-
Create a new file cache.
- cachedobject - Variable in class jadex.commons.CachedObject
-
The cached object.
- CacheEntry - Class in jadex.commons.collection
-
Entry for cache.
- CacheEntry(Object, long, long) - Constructor for class jadex.commons.collection.CacheEntry
-
Create a new cache entry.
- calculateCartesianProduct(T[], E[]) - Static method in class jadex.commons.SUtil
-
Calculate the cartesian product of parameters.
- CalendarCodec - Class in jadex.commons.transformation.binaryserializer
-
Codec for encoding and decoding Date objects.
- CalendarCodec() - Constructor for class jadex.commons.transformation.binaryserializer.CalendarCodec
-
- CALLER_QUEUED - Static variable in class jadex.commons.future.Future
-
A caller is queued for suspension.
- CALLER_RESUMED - Static variable in class jadex.commons.future.Future
-
A caller is resumed.
- CALLER_SUSPENDED - Static variable in class jadex.commons.future.Future
-
A caller is suspended.
- callers - Variable in class jadex.commons.future.Future
-
The blocked callers (caller->state).
- CallMultiplexer - Class in jadex.commons.future
-
The CallMultiplexer unifies multiple executions of "similar" commands to a single execution.
- CallMultiplexer() - Constructor for class jadex.commons.future.CallMultiplexer
-
Instantiates a call multiplexer.
- calls - Static variable in class jadex.commons.concurrent.ThreadPool
-
Service calls per runnable class.
- cancel() - Method in class jadex.commons.collection.LeaseTimeCollection.Checker
-
- canExpire(Object) - Method in class jadex.commons.collection.Cache
-
Test if an entry can expire.
- canReference(Object, Class<?>, IEncodingContext) - Method in class jadex.commons.transformation.binaryserializer.AbstractCodec
-
Test if the codec allows referencing.
- canReference(Object, Class<?>, IEncodingContext) - Method in class jadex.commons.transformation.binaryserializer.LegacyNumberCodec
-
Prevent references for primitive-wrapped types.
- canReference(Object, Class<?>, IEncodingContext) - Method in class jadex.commons.transformation.binaryserializer.NumberCodec2
-
Prevent references for primitive-wrapped types.
- canReference(Object, Class<?>, IEncodingContext) - Method in class jadex.commons.transformation.binaryserializer.StringCodec
-
- capacity - Variable in class jadex.commons.ConstantPoolStrategy
-
The number of free workers.
- capacity - Variable in class jadex.commons.DefaultPoolStrategy
-
The number of free workers.
- CertificateCodec - Class in jadex.commons.transformation.binaryserializer
-
Codec for encoding and decoding certificate objects.
- CertificateCodec() - Constructor for class jadex.commons.transformation.binaryserializer.CertificateCodec
-
- ChangeEvent<T> - Class in jadex.commons
-
The basic change event.
- ChangeEvent() - Constructor for class jadex.commons.ChangeEvent
-
Create a new event.
- ChangeEvent(Object) - Constructor for class jadex.commons.ChangeEvent
-
Create a new event.
- ChangeEvent(Object, String) - Constructor for class jadex.commons.ChangeEvent
-
Create a new event.
- ChangeEvent(Object, String, T) - Constructor for class jadex.commons.ChangeEvent
-
Create a new event.
- changeOccurred(ChangeEvent<T>) - Method in interface jadex.commons.IChangeListener
-
Called when a change occurs.
- changeOccurred(ChangeEvent<T>) - Method in interface jadex.commons.IRemoteChangeListener
-
Called when a change occurs.
- CHARACTER_CONVERTER - Static variable in class jadex.commons.transformation.BasicTypeConverter
-
String -> Character converter.
- characters(char[], int, int) - Method in class org.apache.harmony.beans.Handler
-
- check() - Method in class jadex.commons.future.FutureFinishChecker
-
Check if completed.
- checkAndFilter(Object, IAsyncFilter[], int) - Method in class jadex.commons.ComposedRemoteFilter
-
Check and filter.
- CheckedCollection - Class in jadex.commons.collection
-
A checked collection can be used for concurrent modification bug tracking.
- CheckedCollection(Collection) - Constructor for class jadex.commons.collection.CheckedCollection
-
Create a new collection.
- CheckedCollection(Collection, CheckedMap) - Constructor for class jadex.commons.collection.CheckedCollection
-
Create a new collection.
- CheckedMap - Class in jadex.commons.collection
-
- CheckedMap(Map) - Constructor for class jadex.commons.collection.CheckedMap
-
Create a new collection.
- checker - Variable in class jadex.commons.collection.LeaseTimeCollection
-
The current checker.
- Checker() - Constructor for class jadex.commons.collection.LeaseTimeCollection.Checker
-
- checkForEmptySlots(List) - Static method in class jadex.commons.collection.WeakList
-
Check for empty slots in list.
- checkOrFilter(Object, IAsyncFilter[], int) - Method in class jadex.commons.ComposedRemoteFilter
-
Check or filter.
- checkStale() - Method in class jadex.commons.collection.LeaseTimeCollection
-
Start removing discovered proxies.
- checkTermination(Exception) - Method in interface jadex.commons.future.ITerminationCommand
-
Check if termination is allowed.
- checkTermination(Exception) - Method in class jadex.commons.future.TerminationCommand
-
Check if termination is allowed.
- childDeserializedHook(Object, BeanContextSupport.BCSChild) - Method in class jadex.commons.beans.beancontext.BeanContextSupport
-
This method is called during deserialization everytime a child is read.
- childJustAddedHook(Object, BeanContextSupport.BCSChild) - Method in class jadex.commons.beans.beancontext.BeanContextSupport
-
This method is called everytime a child is added to this context.
- childJustRemovedHook(Object, BeanContextSupport.BCSChild) - Method in class jadex.commons.beans.beancontext.BeanContextServicesSupport
-
This method is called everytime a child is removed from this context.
- childJustRemovedHook(Object, BeanContextSupport.BCSChild) - Method in class jadex.commons.beans.beancontext.BeanContextSupport
-
This method is called everytime a child is removed from this context.
- children - Variable in class jadex.commons.beans.beancontext.BeanContextMembershipEvent
-
- children - Variable in class jadex.commons.beans.beancontext.BeanContextSupport
-
A map of children - key is child instance, value is BCSChild
instance.
- children - Variable in class jadex.commons.collection.TreeNode
-
The children.
- childrenAdded(BeanContextMembershipEvent) - Method in interface jadex.commons.beans.beancontext.BeanContextMembershipListener
-
- childrenRemoved(BeanContextMembershipEvent) - Method in interface jadex.commons.beans.beancontext.BeanContextMembershipListener
-
- chooseAvailableResource(String...) - Static method in class jadex.commons.SReflect
-
Select the first available resource from a choice of potential resources.
- chooseAvailableResource(ClassLoader, String...) - Static method in class jadex.commons.SReflect
-
Select the first available resource from a choice of potential resources.
- classcache - Static variable in class jadex.commons.SReflect
-
Class lookup cache (classloader(weak)->Map([name, import]->class)).
- ClassCodec - Class in jadex.commons.transformation.binaryserializer
-
Codec for encoding and decoding Class objects.
- ClassCodec() - Constructor for class jadex.commons.transformation.binaryserializer.ClassCodec
-
- classEquals(Class, Class) - Static method in class jadex.commons.beans.beancontext.BeanContextSupport
-
Compares if two classes are equal or their class names are equal.
- classes - Variable in class jadex.commons.ByteClassLoader
-
The map of loaded classes.
- classForName(String, ClassLoader) - Static method in class jadex.commons.SReflect
-
Extension for Class.forName(), because primitive
types are not supported.
- classForName0(String, ClassLoader) - Static method in class jadex.commons.SReflect
-
Extension for Class.forName(), because primitive
types are not supported.
- classForName0(String, boolean, ClassLoader) - Static method in class jadex.commons.SReflect
-
Extension for Class.forName(), because primitive
types are not supported.
- classidcache - Variable in class jadex.commons.transformation.binaryserializer.DataOutputEncodingContext
-
Cache for class IDs.
- classidcache - Variable in class jadex.commons.transformation.binaryserializer.EncodingContext
-
Cache for class IDs.
- classidcache - Variable in class jadex.commons.transformation.binaryserializer.EncodingContext2
-
Cache for class IDs.
- ClassInfo - Class in jadex.bridge
-
The class info struct serves for saving class information.
- ClassInfo() - Constructor for class jadex.bridge.ClassInfo
-
Create a new class info.
- ClassInfo(Class<?>) - Constructor for class jadex.bridge.ClassInfo
-
Create a new class info.
- ClassInfo(Type) - Constructor for class jadex.bridge.ClassInfo
-
Create a new class info.
- ClassInfo(String) - Constructor for class jadex.bridge.ClassInfo
-
Create a new class info.
- classloader - Variable in class jadex.commons.CLObjectInputStream
-
The classloader.
- classloader - Variable in class jadex.commons.collection.PersistentMap
-
Class loader used for serialization.
- classloader - Variable in class jadex.commons.collection.PersistentMap2
-
Class loader used for serialization.
- classloader - Variable in class jadex.commons.collection.ShadowedPersistentMap
-
Class loader used for serialization.
- classloader - Variable in class jadex.commons.MethodInfo
-
Cached classloader.
- classloader - Variable in class jadex.commons.transformation.binaryserializer.AbstractDecodingContext
-
The classloader
- classloader - Variable in class jadex.commons.transformation.binaryserializer.AbstractEncodingContext
-
The classloader
- classname - Variable in class jadex.commons.FieldInfo
-
The declaring class name.
- classname - Variable in class jadex.commons.MethodInfo
-
Cached class.
- Classname - Annotation Type in jadex.commons.transformation.annotations
-
Specify an identifying name for the class
used to distinguish anonymous inner classes.
- classnamecache - Variable in class jadex.commons.transformation.binaryserializer.DataOutputEncodingContext
-
Cache for class names.
- classnamecache - Variable in class jadex.commons.transformation.binaryserializer.EncodingContext
-
Cache for class names.
- classnamecache - Variable in class jadex.commons.transformation.binaryserializer.EncodingContext2
-
Cache for class names.
- classnamepool - Variable in class jadex.commons.transformation.binaryserializer.DataInputDecodingContext
-
The class name pool.
- classnamepool - Variable in class jadex.commons.transformation.binaryserializer.DataOutputEncodingContext
-
The class name pool.
- classnamepool - Variable in class jadex.commons.transformation.binaryserializer.DecodingContext
-
The class name pool.
- classnamepool - Variable in class jadex.commons.transformation.binaryserializer.DecodingContext2
-
The class name pool.
- classnamepool - Variable in class jadex.commons.transformation.binaryserializer.EncodingContext
-
The class name pool.
- classnamepool - Variable in class jadex.commons.transformation.binaryserializer.EncodingContext2
-
The class name pool.
- clazz - Variable in class jadex.bridge.modelinfo.UnparsedExpression
-
The clazz info.
- clazz - Variable in class jadex.commons.LazyResource
-
The reference class for using correct package and class loader.
- cleaner - Variable in class jadex.commons.collection.LRU
-
The entry cleaner (for performing cleanup code on removed entries).
- cleanup() - Method in class jadex.commons.ResourceInfo
-
Cleanup the resource info
when it is no longer used.
- cleanupEldestEntry(Map.Entry<V, K>) - Method in interface jadex.commons.collection.ILRUEntryCleaner
-
Cleanup the eldest entry.
- clear() - Method in class jadex.commons.beans.beancontext.BeanContextSupport
-
This method is unsupported, throws UnsupportedOperationException
.
- clear() - Method in class jadex.commons.collection.BiHashMap
-
Clears the map.
- clear() - Method in class jadex.commons.collection.CheckedCollection
-
Removes all of the elements from this collection (optional operation).
- clear() - Method in class jadex.commons.collection.CheckedMap
-
Removes all of the mappings from this map (optional operation).
- clear() - Method in class jadex.commons.collection.ConcurrencyCheckingList
-
- clear() - Method in class jadex.commons.collection.FastHashMap
-
- clear() - Method in class jadex.commons.collection.IdentityHashSet
-
Removes all of the elements from this set (optional operation).
- clear() - Method in class jadex.commons.collection.IndexMap
-
Removes all mappings from this map.
- clear() - Method in class jadex.commons.collection.LeaseTimeCollection
-
- clear() - Method in class jadex.commons.collection.LeaseTimeMap
-
Removes all mappings from this map.
- clear() - Method in class jadex.commons.collection.MultiCollection
-
Removes all mappings from this map.
- clear() - Method in class jadex.commons.collection.NestedMap
-
Removes all mappings from this map (optional operation).
- clear() - Method in class jadex.commons.collection.OrderedProperties
-
Delegate.
- clear() - Method in class jadex.commons.collection.PersistentMap
-
Removes all of the entries from this map.
- clear() - Method in class jadex.commons.collection.PersistentMap2
-
Removes all of the entries from this map.
- clear() - Method in class jadex.commons.collection.ShadowedPersistentMap
-
Removes all of the entries from this map.
- clear() - Method in class jadex.commons.collection.TwoWayMultiCollection
-
Removes all mappings from this map.
- clear() - Method in class jadex.commons.collection.WeakList
-
Removes all of the elements from this list (optional operation).
- clear() - Method in class jadex.commons.collection.WeakSet
-
Removes all of the elements from this set.
- clear() - Method in class jadex.commons.collection.WeakValueMap
-
Clear the map.
- clear() - Method in class jadex.commons.collection.wrappers.CollectionWrapper
-
- clear() - Method in class jadex.commons.collection.wrappers.MapWrapper
-
- clear() - Method in class jadex.commons.ObjectCache
-
Clear the cache.
- clearAWT() - Static method in class jadex.commons.SNonAndroid
-
Workaround for AWT/Swing memory leaks.
- clearModelCache() - Method in class jadex.commons.AbstractModelLoader
-
Clears the model cache.
- CLObjectInputStream - Class in jadex.commons
-
Extension of the standard object input stream, which does
not provide any means to set the classloader to use.
- CLObjectInputStream(InputStream, ClassLoader) - Constructor for class jadex.commons.CLObjectInputStream
-
Create a new object input stream
- clone() - Method in class jadex.commons.collection.IndexMap
-
Clone an index map.
- clone() - Method in class jadex.commons.collection.IndexMap.ListIndexMap
-
Clone an index map.
- clone() - Method in class jadex.commons.collection.IndexMap.MapIndexMap
-
Clone an index map.
- clone() - Method in class jadex.commons.collection.MultiCollection
-
Clone a multi collection.
- clone() - Method in class jadex.commons.collection.WeakSet
-
Returns a shallow copy of this WeakSet instance: the elements themselves are not cloned.
- clone() - Method in class jadex.commons.Tuple
-
Clone this tuple.
- clone() - Method in class jadex.commons.Tuple2
-
Clone this tuple.
- clone() - Method in class jadex.commons.Tuple3
-
Clone this tuple.
- CloneProcessor - Class in jadex.commons.transformation.traverser
-
Processor that clones cloneable objects.
- CloneProcessor() - Constructor for class jadex.commons.transformation.traverser.CloneProcessor
-
- close() - Method in class jadex.commons.beans.XMLDecoder
-
Close the input stream of xml data.
- close() - Method in class jadex.commons.beans.XMLEncoder
-
Call flush()
first, then write out xml footer and close
the underlying output stream.
- close() - Method in class jadex.commons.collection.PersistentMap
-
Closes the persistence file.
- close() - Method in class jadex.commons.collection.PersistentMap2
-
Closes the persistence file.
- close() - Method in class jadex.commons.collection.ShadowedPersistentMap
-
Closes the persistence file.
- close - Variable in class jadex.commons.ExpressionTokenizer
-
The nesting level delimiters.
- close() - Method in class jadex.commons.ListenableStream
-
Close the streams.
- close() - Method in class jadex.commons.MultiStream
-
Close the streams.
- close(OutputStream) - Static method in class jadex.commons.ProcessStarter
-
Close a stream.
- close() - Method in class jadex.commons.ProtectedInputStream
-
Close the stream.
- closeConnection(HttpURLConnection) - Static method in class jadex.commons.HttpConnectionManager
-
Close a connection
- closed - Variable in class jadex.commons.collection.ArrayBlockingQueue
-
The queue state.
- closed - Variable in class jadex.commons.collection.BlockingQueue
-
The queue state.
- ClosedException(String) - Constructor for exception jadex.commons.collection.IBlockingQueue.ClosedException
-
Create a new closed exception.
- cnt - Variable in class jadex.commons.future.CounterResultListener
-
The number of received callbacks.
- code() - Method in class jadex.commons.concurrent.Executor
-
The code to be run.
- coll - Variable in class jadex.commons.collection.CheckedCollection
-
The collection.
- collectClasspathURLs(ClassLoader) - Static method in class jadex.commons.SUtil
-
Get other contained (but not directly managed) urls from parent classloaders.
- collectClasspathURLs(ClassLoader, Set<URL>, Set<String>) - Static method in class jadex.commons.SUtil
-
Collect all URLs belonging to a class loader.
- collectDexPathUrls(ClassLoader) - Method in interface jadex.commons.SUtil.AndroidUtils
-
Traverse the Hierarchy of the given classloader and collect all
DexPaths that are found as URLs.
- CollectingIntermediateResultListener<E> - Class in jadex.commons.future
-
A listener that collects intermediate results and calls resultAvailable() on setFinished().
- CollectingIntermediateResultListener() - Constructor for class jadex.commons.future.CollectingIntermediateResultListener
-
- CollectionCodec - Class in jadex.commons.transformation.binaryserializer
-
Codec for encoding and decoding collections.
- CollectionCodec() - Constructor for class jadex.commons.transformation.binaryserializer.CollectionCodec
-
- CollectionProcessor - Class in jadex.commons.transformation.traverser
-
A collection processor allows for traversing collections.
- CollectionProcessor() - Constructor for class jadex.commons.transformation.traverser.CollectionProcessor
-
Create a new collection processor.
- CollectionResultListener<E> - Class in jadex.commons.future
-
Collection result listener collects a number of results and return a collection.
- CollectionResultListener(int, IFunctionalResultListener<Collection<E>>, IFunctionalExceptionListener) - Constructor for class jadex.commons.future.CollectionResultListener
-
Create a new collection listener.
- CollectionResultListener(int, IResultListener<Collection<E>>) - Constructor for class jadex.commons.future.CollectionResultListener
-
Create a new collection listener that stops on failures.
- CollectionResultListener(int, boolean, IFunctionalResultListener<Collection<E>>, IFunctionalExceptionListener) - Constructor for class jadex.commons.future.CollectionResultListener
-
Create a new collection listener.
- CollectionResultListener(int, boolean, IResultListener<Collection<E>>) - Constructor for class jadex.commons.future.CollectionResultListener
-
Create a new collection listener.
- CollectionWrapper<T> - Class in jadex.commons.collection.wrappers
-
Wrapper for collections.
- CollectionWrapper(Collection<T>) - Constructor for class jadex.commons.collection.wrappers.CollectionWrapper
-
Create a new wrapper.
- collectManifestURLs(URL, Set<URL>, Set<String>) - Static method in class jadex.commons.SUtil
-
Collect all URLs as specified in a manifest.
- ColorCodec - Class in jadex.commons.transformation.binaryserializer
-
Codec for encoding and decoding Color objects.
- ColorCodec() - Constructor for class jadex.commons.transformation.binaryserializer.ColorCodec
-
- ColorProcessor - Class in jadex.commons.transformation.traverser
-
- ColorProcessor() - Constructor for class jadex.commons.transformation.traverser.ColorProcessor
-
- Command - Class in org.apache.harmony.beans
-
- Command(String, Map<String, String>) - Constructor for class org.apache.harmony.beans.Command
-
- Command(XMLDecoder, String, Map<String, String>) - Constructor for class org.apache.harmony.beans.Command
-
- commandAvailable(Object) - Method in class jadex.commons.future.DefaultResultListener
-
Called when a command is available.
- commandAvailable(Object) - Method in class jadex.commons.future.DelegationResultListener
-
Called when a command is available.
- commandAvailable(Object) - Method in class jadex.commons.future.ExceptionDelegationResultListener
-
Called when a command is available.
- commandAvailable(Object) - Method in interface jadex.commons.future.IFutureCommandListener
-
Called when a command is available.
- commandAvailable(Object) - Method in class jadex.commons.future.IntermediateDelegationResultListener
-
Called when a command is available.
- commandAvailable(Object) - Method in class jadex.commons.future.IntermediateExceptionDelegationResultListener
-
Called when a command is available.
- comp - Variable in class jadex.commons.collection.SortedList
-
The comparator to use (if any).
- compact() - Method in class jadex.commons.collection.PersistentMap
-
Removes stale entries and compacts the map.
- compact() - Method in class jadex.commons.collection.PersistentMap2
-
Removes stale entries and compacts the map.
- compact() - Method in class jadex.commons.collection.ShadowedPersistentMap
-
Removes stale entries and compacts the map.
- compactionshadowmap - Variable in class jadex.commons.collection.ShadowedPersistentMap
-
Shadow map used during compaction.
- compare(T, T) - Method in class jadex.commons.collection.SortedList
-
Compare two elements.
- compareTo(Object) - Method in class jadex.commons.concurrent.LoadManagingExecutionService.Task
-
Return a negative integer, zero, or a positive integer as this object
is less than, equal to, or greater than the specified object.
- compareTo(String, String) - Static method in class jadex.commons.SUtil
-
Compares two strings, ignoring case.
- ComposedFilter<T> - Class in jadex.commons
-
A filter checks if an object matches
the given subfilters.
- ComposedFilter() - Constructor for class jadex.commons.ComposedFilter
-
Create a composed filter.
- ComposedFilter(IFilter<T>...) - Constructor for class jadex.commons.ComposedFilter
-
Create a composed filter.
- ComposedFilter(IFilter<T>[], int) - Constructor for class jadex.commons.ComposedFilter
-
Create a composed filter.
- ComposedRemoteFilter - Class in jadex.commons
-
A filter checks if an object matches
the given subfilters.
- ComposedRemoteFilter(IAsyncFilter[]) - Constructor for class jadex.commons.ComposedRemoteFilter
-
Create a composed filter.
- ComposedRemoteFilter(IAsyncFilter[], int) - Constructor for class jadex.commons.ComposedRemoteFilter
-
Create a composed filter.
- computeFileHash(String) - Static method in class jadex.commons.SUtil
-
Compute a file hash.
- computeFileHash(String, String) - Static method in class jadex.commons.SUtil
-
Compute a file hash.
- concurrency - Variable in class jadex.commons.concurrent.LoadManagingExecutionService
-
The number of currently running tasks.
- ConcurrencyCheckingList - Class in jadex.commons.collection
-
A wrapper for a list to detect undesired
concurrent access.
- ConcurrencyCheckingList(List) - Constructor for class jadex.commons.collection.ConcurrencyCheckingList
-
Wrap the given list.
- concurrencyCheckingList(List) - Static method in class jadex.commons.collection.SCollection
-
Wrap a list for concurrency checking.
- ConstantFilter<T> - Class in jadex.commons
-
Filter with fixed return value.
- ConstantFilter() - Constructor for class jadex.commons.ConstantFilter
-
Create filter instance.
- ConstantFilter(boolean) - Constructor for class jadex.commons.ConstantFilter
-
Create filter instance.
- ConstantPoolStrategy - Class in jadex.commons
-
Simple strategy with a constant number of workers.
- ConstantPoolStrategy() - Constructor for class jadex.commons.ConstantPoolStrategy
-
Create a new ConstantPoolStrategy.
- ConstantPoolStrategy(int) - Constructor for class jadex.commons.ConstantPoolStrategy
-
Create a new ConstantPoolStrategy.
- Consumer<T> - Interface in jadex.commons.functional
-
Functional interface for a consumer T -> ()
- contains(Object) - Method in class jadex.commons.beans.beancontext.BeanContextMembershipEvent
-
- contains(Object) - Method in class jadex.commons.beans.beancontext.BeanContextSupport
-
Returns true if the given object is a child of this context.
- contains(Object) - Method in class jadex.commons.collection.CheckedCollection
-
Returns true if this collection contains the specified element.
- contains(Object) - Method in class jadex.commons.collection.ConcurrencyCheckingList
-
- contains(Object) - Method in class jadex.commons.collection.IdentityHashSet
-
Returns true if this set contains the specified element.
- contains(Object) - Method in class jadex.commons.collection.IndexMap
-
Returns true if this list contains the specified element.
- contains(Object) - Method in class jadex.commons.collection.LeaseTimeCollection
-
- contains(Object) - Method in class jadex.commons.collection.WeakList
-
Returns true if this list contains the specified element.
- contains(Object) - Method in class jadex.commons.collection.WeakSet
-
Returns true if this set contains the specified element.
- contains(Object) - Method in class jadex.commons.collection.wrappers.CollectionWrapper
-
- containsAll(Collection) - Method in class jadex.commons.beans.beancontext.BeanContextSupport
-
Returns true if given objects are children of this context.
- containsAll(Collection) - Method in class jadex.commons.collection.CheckedCollection
-
Returns true if this collection contains all of the elements
in the specified collection.
- containsAll(Collection) - Method in class jadex.commons.collection.ConcurrencyCheckingList
-
- containsAll(Collection<?>) - Method in class jadex.commons.collection.IdentityHashSet
-
Returns true if this set contains all of the elements of the
specified collection.
- containsAll(Collection<?>) - Method in class jadex.commons.collection.IndexMap
-
Returns true if this list contains all of the elements of the
specified collection.
- containsAll(Collection<?>) - Method in class jadex.commons.collection.LeaseTimeCollection
-
- containsAll(Collection) - Method in class jadex.commons.collection.WeakList
-
Returns true if this list contains all of the elements of the
specified collection.
- containsAll(Collection<?>) - Method in class jadex.commons.collection.wrappers.CollectionWrapper
-
- containsDigit(String) - Static method in class jadex.commons.SUtil
-
Test if a string contains a digit.
- containsKey(Object) - Method in class jadex.commons.beans.beancontext.BeanContextSupport
-
Returns true if the given object is a child of this context.
- containsKey(Object) - Method in class jadex.commons.collection.BiHashMap
-
Returns whether the forward map contains the specified key.
- containsKey(Object) - Method in class jadex.commons.collection.Cache
-
Test if a key is contained.
- containsKey(Object) - Method in class jadex.commons.collection.CheckedMap
-
Returns true if this map contains a mapping for the specified
key.
- containsKey(Object) - Method in class jadex.commons.collection.FastHashMap
-
- containsKey(Object) - Method in class jadex.commons.collection.IndexMap
-
Returns true if this map contains a mapping for the specified
key.
- containsKey(Object) - Method in class jadex.commons.collection.LeaseTimeMap
-
Returns true if this map contains a mapping for the specified
key.
- containsKey(Object) - Method in class jadex.commons.collection.MultiCollection
-
Returns true if this map contains a mapping for the specified
key.
- containsKey(Object) - Method in class jadex.commons.collection.NestedMap
-
Returns true if this map contains a mapping for the specified
key.
- containsKey(Object) - Method in class jadex.commons.collection.OrderedProperties
-
Delegate.
- containsKey(Object) - Method in class jadex.commons.collection.PersistentMap
-
Returns whether this map contains the specified
key.
- containsKey(Object) - Method in class jadex.commons.collection.PersistentMap2
-
Returns whether this map contains the specified
key.
- containsKey(Object) - Method in class jadex.commons.collection.ShadowedPersistentMap
-
Returns whether this map contains the specified
key.
- containsKey(Object) - Method in class jadex.commons.collection.WeakValueMap
-
Test if key contained.
- containsKey(Object) - Method in class jadex.commons.collection.wrappers.MapWrapper
-
- containsValue(Object) - Method in class jadex.commons.collection.BiHashMap
-
Returns whether the reverse map contains the specified key.
- containsValue(Object) - Method in class jadex.commons.collection.CheckedMap
-
Returns true if this map maps one or more keys to the
specified value.
- containsValue(Object) - Method in class jadex.commons.collection.FastHashMap
-
- containsValue(Object) - Method in class jadex.commons.collection.IndexMap
-
Returns true if this map maps one or more keys to the
specified value.
- containsValue(Object) - Method in class jadex.commons.collection.LeaseTimeMap
-
Returns true if this map maps one or more keys to the
specified value.
- containsValue(Object) - Method in class jadex.commons.collection.MultiCollection
-
Returns true if this map maps one or more keys to the
specified value.
- containsValue(Object) - Method in class jadex.commons.collection.NestedMap
-
Returns true if this map maps one or more keys to the
specified value.
- containsValue(Object) - Method in class jadex.commons.collection.OrderedProperties
-
Delegate.
- containsValue(Object) - Method in class jadex.commons.collection.PersistentMap
-
Returns whether the map contains the
specified value.
- containsValue(Object) - Method in class jadex.commons.collection.PersistentMap2
-
Returns whether the map contains the
specified value.
- containsValue(Object) - Method in class jadex.commons.collection.ShadowedPersistentMap
-
Returns whether the map contains the
specified value.
- containsValue(Object) - Method in class jadex.commons.collection.WeakValueMap
-
Test if value contained.
- containsValue(Object) - Method in class jadex.commons.collection.wrappers.MapWrapper
-
- content - Variable in class jadex.commons.transformation.binaryserializer.DecodingContext
-
The content being decoded.
- contents - Variable in class jadex.commons.collection.WeakValueMap
-
The contents.
- CONVERT_ALL - Static variable in class jadex.commons.SUtil
-
Constant that indicates a conversion of all known characters.
- CONVERT_ALL_EXCEPT_AMP - Static variable in class jadex.commons.SUtil
-
Constant that indicates a conversion of all known characters except &.
- CONVERT_NONE - Static variable in class jadex.commons.SUtil
-
Constant that indicates a conversion of no characters.
- convertabletypes - Static variable in class jadex.commons.SReflect
-
String convertable types.
- convertObject(Object, Object) - Method in interface jadex.commons.transformation.IObjectStringConverter
-
Convert a value to a string type.
- convertPathToPackage(String, URL[]) - Static method in class jadex.commons.SUtil
-
Find a package name from a path.
- convertPathToRelative(String) - Static method in class jadex.commons.SUtil
-
Convert an absolute path to a relative path based on the current user
directory.
- convertString(String, Object) - Method in interface jadex.commons.transformation.IStringObjectConverter
-
Convert a string value to another type.
- convertURLToString(URL) - Static method in class jadex.commons.SUtil
-
Convert an URL to a local file name.
- convertWrappedValue(Object, Class) - Static method in class jadex.commons.SReflect
-
Convert a value to the correct wrapped type.
- convidcnt - Static variable in class jadex.commons.SUtil
-
The counter for conversation ids.
- copyArray(T[]) - Static method in class jadex.commons.SUtil
-
Copy an array.
- copyChildren() - Method in class jadex.commons.beans.beancontext.BeanContextSupport
-
Returns an array containing all children of this context.
- copyFile(File, File) - Static method in class jadex.commons.SUtil
-
Copy a file.
- copyStream(InputStream, OutputStream) - Static method in class jadex.commons.SUtil
-
Copy all data from input to output stream.
- COUNTER - Static variable in class jadex.commons.concurrent.LoadManagingExecutionService
-
The counter.
- CounterResultListener<E> - Class in jadex.commons.future
-
Counter result listener for counting a specified number of resultAvailable calls.
- CounterResultListener(int, IFunctionalResultListener<Void>) - Constructor for class jadex.commons.future.CounterResultListener
-
Create a new counter listener.
- CounterResultListener(int, IFunctionalResultListener<Void>, IFunctionalExceptionListener) - Constructor for class jadex.commons.future.CounterResultListener
-
Create a new counter listener.
- CounterResultListener(int, IFunctionalResultListener<Void>, IFunctionalResultListener<E>, IFunctionalExceptionListener) - Constructor for class jadex.commons.future.CounterResultListener
-
Create a new counter listener.
- CounterResultListener(int, IResultListener<Void>) - Constructor for class jadex.commons.future.CounterResultListener
-
Create a new counter listener.
- CounterResultListener(int, boolean, IFunctionalResultListener<Void>) - Constructor for class jadex.commons.future.CounterResultListener
-
Create a new counter listener.
- CounterResultListener(int, boolean, IFunctionalResultListener<Void>, IFunctionalExceptionListener) - Constructor for class jadex.commons.future.CounterResultListener
-
Create a new counter listener.
- CounterResultListener(int, boolean, IFunctionalResultListener<Void>, IFunctionalResultListener<E>, IFunctionalExceptionListener) - Constructor for class jadex.commons.future.CounterResultListener
-
Create a new counter listener.
- CounterResultListener(int, boolean, IResultListener<Void>) - Constructor for class jadex.commons.future.CounterResultListener
-
Create a new counter listener.
- countOccurrences(String, char) - Static method in class jadex.commons.SUtil
-
Count the occurrences of a char in a string.
- countResults(int, IFunctionalResultListener<Void>) - Static method in class jadex.commons.future.SResultListener
-
- countResults(int, IFunctionalResultListener<Void>, IFunctionalExceptionListener) - Static method in class jadex.commons.future.SResultListener
-
- countResults(int, IFunctionalResultListener<Void>, IFunctionalResultListener<E>, IFunctionalExceptionListener) - Static method in class jadex.commons.future.SResultListener
-
- countTokens() - Method in class jadex.commons.ExpressionTokenizer
-
Count the number of tokens.
- create(Class<T>, Object, String, String, String) - Static method in class jadex.commons.beans.EventHandler
-
- create(Class<T>, Object, String, String) - Static method in class jadex.commons.beans.EventHandler
-
- create(Class<T>, Object, String) - Static method in class jadex.commons.beans.EventHandler
-
- create(T) - Static method in class jadex.commons.MutableObject
-
Creates a new MutableObject
- createArrayList() - Static method in class jadex.commons.collection.SCollection
-
Return a fresh array list.
- createArrayList(T[]) - Static method in class jadex.commons.SUtil
-
Create an array list from values.
- createBCSChild(Object, Object) - Method in class jadex.commons.beans.beancontext.BeanContextServicesSupport
-
Creates a BCSSChild
object to company the given child.
- createBCSChild(Object, Object) - Method in class jadex.commons.beans.beancontext.BeanContextSupport
-
Creates a BCSChild
object to company the given child.
- createBCSSServiceProvider(Class, BeanContextServiceProvider) - Method in class jadex.commons.beans.beancontext.BeanContextServicesSupport
-
Creates a BCSSServiceProvider
to company the given
service.
- createBeanProperty(String, Class<?>, Method, Method, Class<?>, Type) - Method in class jadex.commons.transformation.traverser.BeanReflectionIntrospector
-
Creates a bean property based on getter/setter.
- createBeanProperty(String, Field, boolean) - Method in class jadex.commons.transformation.traverser.BeanReflectionIntrospector
-
Creates a bean property based on a field.
- createCollection(K) - Method in class jadex.commons.collection.MultiCollection
-
Create a collection instance.
- createFastHashMap() - Static method in class jadex.commons.collection.SCollection
-
Return a fresh hash map.
- createHashMap() - Static method in class jadex.commons.collection.SCollection
-
Return a fresh hash map.
- createHashMap(K[], T[]) - Static method in class jadex.commons.SUtil
-
Create a hash map from keys and values.
- createHashSet() - Static method in class jadex.commons.collection.SCollection
-
Return a hash set.
- createHashSet(T[]) - Static method in class jadex.commons.SUtil
-
Create a hash set from values.
- createHashtable() - Static method in class jadex.commons.collection.SCollection
-
Return a fresh hashtable.
- createIndexMap() - Static method in class jadex.commons.collection.SCollection
-
Return a fresh index map.
- createLinkedHashMap() - Static method in class jadex.commons.collection.SCollection
-
Return a fresh linked hash map.
- createLinkedHashSet() - Static method in class jadex.commons.collection.SCollection
-
Return a linked hash set.
- createLinkedList() - Static method in class jadex.commons.collection.SCollection
-
Return a fresh linked list.
- createLRU(int) - Static method in class jadex.commons.collection.SCollection
-
Return a fresh linked hash map.
- createMultiCollection() - Static method in class jadex.commons.collection.SCollection
-
Return a fresh multi collection.
- createNestedMap(Map) - Static method in class jadex.commons.collection.SCollection
-
Return a linked hash set.
- createNestedMap(Map[]) - Static method in class jadex.commons.collection.SCollection
-
Return a linked hash set.
- createObject(Class<?>, IDecodingContext) - Method in class jadex.commons.transformation.binaryserializer.AbstractCodec
-
Creates the object during decoding.
- createObject(Class<?>, IDecodingContext) - Method in class jadex.commons.transformation.binaryserializer.ArrayCodec2
-
Creates the object during decoding.
- createObject(Class<?>, IDecodingContext) - Method in class jadex.commons.transformation.binaryserializer.BeanCodec
-
Creates the object during decoding.
- createObject(Class<?>, IDecodingContext) - Method in class jadex.commons.transformation.binaryserializer.CalendarCodec
-
Creates the object during decoding.
- createObject(Class<?>, IDecodingContext) - Method in class jadex.commons.transformation.binaryserializer.CertificateCodec
-
Creates the object during decoding.
- createObject(Class<?>, IDecodingContext) - Method in class jadex.commons.transformation.binaryserializer.ClassCodec
-
Creates the object during decoding.
- createObject(Class<?>, IDecodingContext) - Method in class jadex.commons.transformation.binaryserializer.CollectionCodec
-
Creates the object during decoding.
- createObject(Class<?>, IDecodingContext) - Method in class jadex.commons.transformation.binaryserializer.ColorCodec
-
Creates the object during decoding.
- createObject(Class<?>, IDecodingContext) - Method in class jadex.commons.transformation.binaryserializer.DateCodec
-
Creates the object during decoding.
- createObject(Class<?>, IDecodingContext) - Method in class jadex.commons.transformation.binaryserializer.EnumCodec
-
Creates the object during decoding.
- createObject(Class<?>, IDecodingContext) - Method in class jadex.commons.transformation.binaryserializer.EnumerationCodec
-
Creates the object during decoding.
- createObject(Class<?>, IDecodingContext) - Method in class jadex.commons.transformation.binaryserializer.ImageCodec
-
Creates the object during decoding.
- createObject(Class<?>, IDecodingContext) - Method in class jadex.commons.transformation.binaryserializer.InetAddressCodec
-
Creates the object during decoding.
- createObject(Class<?>, IDecodingContext) - Method in class jadex.commons.transformation.binaryserializer.LegacyArrayCodec
-
Creates the object during decoding.
- createObject(Class<?>, IDecodingContext) - Method in class jadex.commons.transformation.binaryserializer.LegacyNumberCodec
-
Creates the object during decoding.
- createObject(Class<?>, IDecodingContext) - Method in class jadex.commons.transformation.binaryserializer.LoggingLevelCodec
-
Creates the object during decoding.
- createObject(Class<?>, IDecodingContext) - Method in class jadex.commons.transformation.binaryserializer.LogRecordCodec
-
Creates the object during decoding.
- createObject(Class<?>, IDecodingContext) - Method in class jadex.commons.transformation.binaryserializer.LRUCodec
-
Creates the object during decoding.
- createObject(Class<?>, IDecodingContext) - Method in class jadex.commons.transformation.binaryserializer.MapCodec
-
Creates the object during decoding.
- createObject(Class, IDecodingContext) - Method in class jadex.commons.transformation.binaryserializer.MethodCodec
-
Creates the object during decoding.
- createObject(Class<?>, IDecodingContext) - Method in class jadex.commons.transformation.binaryserializer.MultiCollectionCodec
-
Creates the object during decoding.
- createObject(Class<?>, IDecodingContext) - Method in class jadex.commons.transformation.binaryserializer.NumberCodec2
-
Creates the object during decoding.
- createObject(Class<?>, IDecodingContext) - Method in class jadex.commons.transformation.binaryserializer.RectangleCodec
-
Creates the object during decoding.
- createObject(Class<?>, IDecodingContext) - Method in class jadex.commons.transformation.binaryserializer.StackTraceElementCodec
-
Creates the object during decoding.
- createObject(Class<?>, IDecodingContext) - Method in class jadex.commons.transformation.binaryserializer.StringCodec
-
Creates the object during decoding.
- createObject(Class<?>, IDecodingContext) - Method in class jadex.commons.transformation.binaryserializer.ThrowableCodec
-
Creates the object during decoding.
- createObject(Class<?>, IDecodingContext) - Method in class jadex.commons.transformation.binaryserializer.TimestampCodec
-
Creates the object during decoding.
- createObject(Class<?>, IDecodingContext) - Method in class jadex.commons.transformation.binaryserializer.TupleCodec
-
Creates the object during decoding.
- createObject(Class<?>, IDecodingContext) - Method in class jadex.commons.transformation.binaryserializer.URICodec
-
Creates the object during decoding.
- createObject(Class<?>, IDecodingContext) - Method in class jadex.commons.transformation.binaryserializer.URLCodec
-
Creates the object during decoding.
- createObject(Class<?>, IDecodingContext) - Method in class jadex.commons.transformation.binaryserializer.UUIDCodec
-
Creates the object during decoding.
- createPropertyEditor(Object) - Method in class jadex.commons.beans.PropertyDescriptor
-
- createRegexFromGlob(String) - Static method in class jadex.commons.SUtil
-
Create a regex from a normal bnf pattern.
- createResultListener(IFunctionalResultListener<E>) - Static method in class jadex.commons.future.SResultListener
-
Creates an
IResultListener
that delegates results to the given
SuccessListener and uses default exception handling.
- createResultListener(IFunctionalResultListener<E>, boolean) - Static method in class jadex.commons.future.SResultListener
-
Creates an
IResultListener
that delegates results to the given
SuccessListener.
- createResultListener(IFunctionalResultListener<E>, IFunctionalExceptionListener) - Static method in class jadex.commons.future.SResultListener
-
Creates an
IResultListener
that delegates results to the given
SuccessListener and Exceptions to the given ExceptionListener.
- createTestvalues(String, int) - Static method in class jadex.commons.collection.WeakList
-
Create some string values for testing.
- createThreadPool() - Static method in class jadex.commons.concurrent.ThreadPoolFactory
-
Create a local thread pool.
- createTuple(Class) - Method in class jadex.commons.transformation.traverser.TupleProcessor
-
- createUniqueId(String) - Static method in class jadex.commons.SUtil
-
Create a globally unique conversation id.
- createUniqueId(String, int) - Static method in class jadex.commons.SUtil
-
Create a globally unique conversation id.
- createVector() - Static method in class jadex.commons.collection.SCollection
-
Return a fresh vector.
- createWeakHashMap() - Static method in class jadex.commons.collection.SCollection
-
Return a fresh weak hash map.
- createWeakList() - Static method in class jadex.commons.collection.SCollection
-
Return a fresh weak list.
- createWeakSet() - Static method in class jadex.commons.collection.SCollection
-
Return a fresh weak set.
- creation - Variable in class jadex.commons.future.Future
-
For capturing call stack of future creation.
- currentclassname - Variable in class jadex.commons.transformation.binaryserializer.AbstractDecodingContext
-
The current class name.
- customIntermediateResultAvailable(E) - Method in class jadex.commons.future.IntermediateDelegationResultListener
-
Called when an intermediate result is available.
- customIntermediateResultListener - Variable in class jadex.commons.future.IntermediateDelegationResultListener
-
Custom functional result listener
- Customizer - Interface in jadex.commons.beans
-
- customResultAvailable(E) - Method in class jadex.commons.future.DelegationResultListener
-
Called when the result is available.
- customResultAvailable(E) - Method in class jadex.commons.future.ExceptionDelegationResultListener
-
Called when the result is available.
- customResultAvailable(Collection<E>) - Method in class jadex.commons.future.IntermediateDelegationResultListener
-
Called when the result is available.
- customResultAvailable(Collection<E>) - Method in class jadex.commons.future.IntermediateExceptionDelegationResultListener
-
Called when the result is available.
- customResultAvailable(E) - Method in class jadex.commons.future.RemoteDelegationResultListener
-
Called when the result is available.
- customResultListener - Variable in class jadex.commons.future.DelegationResultListener
-
Custom functional result listener
- customResultListener - Variable in class jadex.commons.future.ExceptionDelegationResultListener
-
Custom functional result listener
- cutArrays(Object, Object) - Static method in class jadex.commons.SUtil
-
Cut two arrays.
- cutPackageFromClassName(String) - Static method in class jadex.commons.SReflect
-
Cut package off from classname.
- daemon - Variable in class jadex.commons.concurrent.ThreadPool
-
The daemon flag.
- data - Variable in class jadex.commons.collection.CacheEntry
-
The cache data.
- data - Variable in class jadex.commons.collection.TreeNode
-
The user node data.
- data - Variable in class jadex.commons.LazyResource
-
The resource, if already loaded.
- DataInputDecodingContext - Class in jadex.commons.transformation.binaryserializer
-
Context for decoding a binary-encoded object.
- DataInputDecodingContext(DataInput, List<IDecoderHandler>, List<IDecoderHandler>, Object, ClassLoader, IErrorReporter) - Constructor for class jadex.commons.transformation.binaryserializer.DataInputDecodingContext
-
Creates a new DecodingContext.
- DataInputDecodingContext(DataInput, List<IDecoderHandler>, List<IDecoderHandler>, Object, ClassLoader, IErrorReporter, int) - Constructor for class jadex.commons.transformation.binaryserializer.DataInputDecodingContext
-
Creates a new DecodingContext with specific offset.
- DataOutputEncodingContext - Class in jadex.commons.transformation.binaryserializer
-
Context for encoding (serializing) an object in a binary format.
- DataOutputEncodingContext(DataOutput, Object, Object, List<ITraverseProcessor>, ClassLoader) - Constructor for class jadex.commons.transformation.binaryserializer.DataOutputEncodingContext
-
Creates an encoding context.
- date - Variable in class jadex.bridge.VersionInfo
-
The release date.
- DATE_CONVERTER - Static variable in class jadex.commons.transformation.BasicTypeConverter
-
String -> Date converter.
- DATE_FORMAT_NUMBER - Variable in class jadex.bridge.VersionInfo
-
The short date format (e.g.
- DATE_FORMAT_TEXT - Variable in class jadex.bridge.VersionInfo
-
The text date format (e.g.
- DATE_FORMAT_TIMESTAMP - Variable in class jadex.bridge.VersionInfo
-
The short date format (e.g.
- DateCodec - Class in jadex.commons.transformation.binaryserializer
-
Codec for encoding and decoding Date objects.
- DateCodec() - Constructor for class jadex.commons.transformation.binaryserializer.DateCodec
-
- DateProcessor - Class in jadex.commons.transformation.traverser
-
Allows processing java.util.Date.
- DateProcessor() - Constructor for class jadex.commons.transformation.traverser.DateProcessor
-
- dato - Variable in class jadex.commons.transformation.binaryserializer.DataOutputEncodingContext
-
The binary output
- DEBUG - Static variable in class jadex.commons.collection.SCollection
-
- DEBUG - Static variable in class jadex.commons.future.Future
-
Debug flag.
- DebugException - Exception in jadex.commons
-
Helper class to remember stack traces.
- DebugException() - Constructor for exception jadex.commons.DebugException
-
Create a debug exception.
- DebugException(String) - Constructor for exception jadex.commons.DebugException
-
Create a debug exception.
- DebugPrinter() - Constructor for class jadex.commons.collection.SCollection.DebugPrinter
-
- decapitalize(String) - Static method in class jadex.commons.beans.Introspector
-
Decapitalizes a given string according to the rule:
If the first or only character is Upper Case, it is made Lower Case
UNLESS the second character is also Upper Case, when the String is
returned unchanged
- decode(char[]) - Static method in class jadex.commons.Base64
-
This is a wrapper to decode(final char[] code, final int from, final int len)
- decode(char[], int, int) - Static method in class jadex.commons.Base64
-
This will decode base64 data without line feeds.
- decode(byte[]) - Static method in class jadex.commons.Base64
-
This is a wrapper to decode(final byte[] code, final int from, final int len)
- decode(byte[], int, int) - Static method in class jadex.commons.Base64
-
a copy of the char part
- decode(Class<?>, IDecodingContext) - Method in class jadex.commons.transformation.binaryserializer.AbstractCodec
-
Decodes an object.
- decode(Class<?>, IDecodingContext) - Method in interface jadex.commons.transformation.binaryserializer.IDecoderHandler
-
Decodes an object.
- decode(byte[]) - Static method in class jadex.commons.transformation.binaryserializer.VarInt
-
Decodes a VarInt.
- decode(byte[], int) - Static method in class jadex.commons.transformation.binaryserializer.VarInt
-
Decodes a VarInt.
- decode76(char[]) - Static method in class jadex.commons.Base64
-
decodeCRLF(code, 0, code.length, 76)
- decodeCRLF(char[], int, int, int) - Static method in class jadex.commons.Base64
-
This will decode base64 data.
- decodeCRLF(char[], int, int) - Static method in class jadex.commons.Base64
-
This will decode base64 data with CRLF at 4 character boundary.
The sequence may look like:
- decodeFailSafe(char[]) - Static method in class jadex.commons.Base64
-
- decodeFailSafe(char[], int, int) - Static method in class jadex.commons.Base64
-
This removes all bad characters from the char array.
- decodeObject(IDecodingContext) - Static method in class jadex.commons.transformation.binaryserializer.BinarySerializer
-
Helper method for decoding an object (used for recursion).
- DECODER_HANDLERS - Static variable in class jadex.commons.transformation.binaryserializer.BinarySerializer
-
Handlers for decoding.
- DECODER_HANDLERS - Static variable in class jadex.commons.transformation.binaryserializer.SBinarySerializer2
-
Handlers for decoding.
- decodeRawObject(Class<?>, IDecodingContext) - Static method in class jadex.commons.transformation.binaryserializer.BinarySerializer
-
Method for decoding a raw object where the class is known.
- decoderhandlers - Variable in class jadex.commons.transformation.binaryserializer.AbstractDecodingContext
-
The decoder handlers.
- decodeSubObjects(Object, Class<?>, IDecodingContext) - Method in class jadex.commons.transformation.binaryserializer.AbstractCodec
-
Decodes and adds sub-objects during decoding.
- decodeSubObjects(Object, Class<?>, IDecodingContext) - Method in class jadex.commons.transformation.binaryserializer.ArrayCodec2
-
Decodes and adds sub-objects during decoding.
- decodeSubObjects(Object, Class<?>, IDecodingContext) - Method in class jadex.commons.transformation.binaryserializer.BeanCodec
-
Decodes and adds sub-objects during decoding.
- decodeSubObjects(Object, Class<?>, IDecodingContext) - Method in class jadex.commons.transformation.binaryserializer.CollectionCodec
-
Decodes and adds sub-objects during decoding.
- decodeSubObjects(Object, Class<?>, IDecodingContext) - Method in class jadex.commons.transformation.binaryserializer.LegacyArrayCodec
-
Decodes and adds sub-objects during decoding.
- decodeSubObjects(Object, Class<?>, IDecodingContext) - Method in class jadex.commons.transformation.binaryserializer.LRUCodec
-
Decodes and adds sub-objects during decoding.
- decodeSubObjects(Object, Class<?>, IDecodingContext) - Method in class jadex.commons.transformation.binaryserializer.MapCodec
-
Decodes and adds sub-objects during decoding.
- decodeSubObjects(Object, Class<?>, IDecodingContext) - Method in class jadex.commons.transformation.binaryserializer.MultiCollectionCodec
-
Decodes and adds sub-objects during decoding.
- decodeSubObjects(Object, Class<?>, IDecodingContext) - Method in class jadex.commons.transformation.binaryserializer.TupleCodec
-
Decodes and adds sub-objects during decoding.
- decodeWithKnownSize(byte[], int, byte) - Static method in class jadex.commons.transformation.binaryserializer.VarInt
-
Decodes a VarInt when the extension size is known.
- DecodingContext - Class in jadex.commons.transformation.binaryserializer
-
Context for decoding a binary-encoded object.
- DecodingContext(byte[], List<IDecoderHandler>, List<IDecoderHandler>, Object, ClassLoader, IErrorReporter) - Constructor for class jadex.commons.transformation.binaryserializer.DecodingContext
-
Creates a new DecodingContext.
- DecodingContext(byte[], List<IDecoderHandler>, List<IDecoderHandler>, Object, ClassLoader, IErrorReporter, int) - Constructor for class jadex.commons.transformation.binaryserializer.DecodingContext
-
Creates a new DecodingContext with specific offset.
- DecodingContext2 - Class in jadex.commons.transformation.binaryserializer
-
Context for decoding a binary-encoded object.
- DecodingContext2(InputStream, List<IDecoderHandler>, List<IDecoderHandler>, Object, ClassLoader, IErrorReporter) - Constructor for class jadex.commons.transformation.binaryserializer.DecodingContext2
-
Creates a new DecodingContext.
- DecodingContext2(InputStream, List<IDecoderHandler>, List<IDecoderHandler>, Object, ClassLoader, IErrorReporter, int) - Constructor for class jadex.commons.transformation.binaryserializer.DecodingContext2
-
Creates a new DecodingContext with specific offset.
- DEFAULT_ERROR_REPORTER - Static variable in class jadex.commons.transformation.binaryserializer.DefaultErrorReporter
-
Error reporter constant.
- DEFAULT_TIME_TO_LIVE - Static variable in class jadex.commons.collection.Cache
-
The default time to live time span (5 mins).
- DefaultErrorReporter - Class in jadex.commons.transformation.binaryserializer
-
Reporter receiving errors encountered during decoding and throws them.
- DefaultErrorReporter() - Constructor for class jadex.commons.transformation.binaryserializer.DefaultErrorReporter
-
- DefaultPersistenceDelegate - Class in jadex.commons.beans
-
Default PersistenceDelegate for normal classes.
- DefaultPersistenceDelegate() - Constructor for class jadex.commons.beans.DefaultPersistenceDelegate
-
Constructs a DefaultPersistenceDelegate
instance that
supports the persistence of a bean which has a default constructor.
- DefaultPersistenceDelegate(String[]) - Constructor for class jadex.commons.beans.DefaultPersistenceDelegate
-
Constructs a DefaultPersistenceDelegate
instance that
supports the persistence of a bean which is constructed with some
properties.
- DefaultPoolStrategy - Class in jadex.commons
-
This strategy has two parameters:
- The desired number of free workers in the pool.
- DefaultPoolStrategy() - Constructor for class jadex.commons.DefaultPoolStrategy
-
Create a new default pool strategy.
- DefaultPoolStrategy(int, int) - Constructor for class jadex.commons.DefaultPoolStrategy
-
Create a new default pool strategy.
- DefaultPoolStrategy(int, long, int) - Constructor for class jadex.commons.DefaultPoolStrategy
-
Create a new default pool strategy.
- DefaultPoolStrategy(int, int, long, int) - Constructor for class jadex.commons.DefaultPoolStrategy
-
Create a new default pool strategy.
- DefaultPoolStrategy(int, int, long, int, boolean) - Constructor for class jadex.commons.DefaultPoolStrategy
-
Create a new default pool strategy.
- DefaultPoolStrategy(int, int, long, int, boolean, boolean) - Constructor for class jadex.commons.DefaultPoolStrategy
-
Create a new default pool strategy.
- DefaultResultListener<E> - Class in jadex.commons.future
-
The default listener for just printing out result information.
- DefaultResultListener() - Constructor for class jadex.commons.future.DefaultResultListener
-
Create a new listener.
- DefaultResultListener(Logger) - Constructor for class jadex.commons.future.DefaultResultListener
-
Create a new listener.
- DefaultTuple2ResultListener<E,F> - Class in jadex.commons.future
-
Default tuple2 result listener that implements the
(obsolete) methods
- resultAvailable
- intermediateResultAvailable
- finished
- DefaultTuple2ResultListener() - Constructor for class jadex.commons.future.DefaultTuple2ResultListener
-
- deferdec - Variable in class jadex.commons.DefaultPoolStrategy
-
The defer factor to slow down thread deletion.
- deferdectarget - Variable in class jadex.commons.DefaultPoolStrategy
-
- deferinc - Variable in class jadex.commons.DefaultPoolStrategy
-
The defer factor to slow down thread creation.
- deferinctarget - Variable in class jadex.commons.DefaultPoolStrategy
-
- delegate - Variable in class jadex.commons.collection.wrappers.CollectionWrapper
-
The delegate list.
- delegate - Variable in class jadex.commons.collection.wrappers.MapWrapper
-
The delegate map.
- delegate - Variable in class jadex.commons.future.CollectionResultListener
-
The delegate result listener.
- delegate - Variable in class jadex.commons.future.CounterResultListener
-
The delegate result listener.
- delegate - Variable in class jadex.commons.future.FutureFinishChecker
-
The delegate to be notified.
- delegate(Future<E>) - Static method in class jadex.commons.future.SResultListener
-
Creates an
IResultListener
that delegates results and exceptions to a given Future.
- delegate(Future<E>, boolean) - Static method in class jadex.commons.future.SResultListener
-
Creates an
IResultListener
that delegates results and exceptions to a given Future.
- delegate(Future<E>, IFunctionalResultListener<E>) - Static method in class jadex.commons.future.SResultListener
-
Creates an
IResultListener
that delegates results and exceptions to a given Future.
- delegate(Future<E>, boolean, IFunctionalResultListener<E>) - Static method in class jadex.commons.future.SResultListener
-
Creates an
IResultListener
that delegates results and exceptions to a given Future.
- DELEGATE_INTRO_CLASS - Static variable in class jadex.commons.transformation.binaryserializer.BeanIntrospectorFactory
-
Class of the optimizing delegate introspector.
- delegateExceptions(Future<T>, IFunctionalResultListener<E>) - Static method in class jadex.commons.future.SResultListener
-
Creates an
IResultListener
that delegates exceptions to a given Future
and results to a given SuccessListener.
- delegateExceptions(Future<T>, boolean, IFunctionalResultListener<E>) - Static method in class jadex.commons.future.SResultListener
-
Creates an
IResultListener
that delegates exceptions to a given Future
and results to a given SuccessListener.
- delegateprovider - Variable in class jadex.commons.transformation.traverser.BeanProperty
-
Accessor delegate provider.
- DelegationResultListener<E> - Class in jadex.commons.future
-
Result listener that delegates calls to a future.
- DelegationResultListener(Future<E>) - Constructor for class jadex.commons.future.DelegationResultListener
-
Create a new listener.
- DelegationResultListener(Future<E>, IFunctionalResultListener<E>) - Constructor for class jadex.commons.future.DelegationResultListener
-
Create a new listener.
- DelegationResultListener(Future<E>, boolean, IFunctionalResultListener<E>) - Constructor for class jadex.commons.future.DelegationResultListener
-
Create a new listener.
- DelegationResultListener(Future<E>, boolean) - Constructor for class jadex.commons.future.DelegationResultListener
-
Create a new listener.
- deleteDirectory(File) - Static method in class jadex.commons.SUtil
-
Delete a directory completely (including all subdirs and files).
- DeletedKey() - Constructor for class jadex.commons.collection.PersistentMap.DeletedKey
-
Creates the marker.
- DeletedKey(Object) - Constructor for class jadex.commons.collection.PersistentMap.DeletedKey
-
Creates the marker.
- DeletedKey() - Constructor for class jadex.commons.collection.PersistentMap2.DeletedKey
-
Creates the marker.
- DeletedKey(Object) - Constructor for class jadex.commons.collection.PersistentMap2.DeletedKey
-
Creates the marker.
- DeletedKey() - Constructor for class jadex.commons.collection.ShadowedPersistentMap.DeletedKey
-
Creates the marker.
- DeletedKey(Object) - Constructor for class jadex.commons.collection.ShadowedPersistentMap.DeletedKey
-
Creates the marker.
- dequeue(long) - Method in class jadex.commons.collection.ArrayBlockingQueue
-
Dequeue an element.
- dequeue() - Method in class jadex.commons.collection.ArrayBlockingQueue
-
Remove an object from the queue
(blocks until an element is available).
- dequeue(long) - Method in class jadex.commons.collection.BlockingQueue
-
Dequeue an element.
- dequeue() - Method in class jadex.commons.collection.BlockingQueue
-
Dequeue an element.
- dequeue() - Method in interface jadex.commons.collection.IBlockingQueue
-
Dequeue an element.
- dequeue(long) - Method in interface jadex.commons.collection.IBlockingQueue
-
Dequeue an element.
- deregisterModel(String) - Method in class jadex.commons.AbstractModelLoader
-
Deregister a model.
- deserialize(ObjectInputStream, Collection) - Method in class jadex.commons.beans.beancontext.BeanContextSupport
-
Deserialize a collection.
- desfree - Variable in class jadex.commons.DefaultPoolStrategy
-
The desired number of free workers.
- DesignMode - Interface in jadex.commons.beans
-
- designTime - Variable in class jadex.commons.beans.beancontext.BeanContextSupport
-
A flag indicating whether this context is in design mode.
- di - Variable in class jadex.commons.transformation.binaryserializer.DataInputDecodingContext
-
The stream being decoded.
- dirtybytes - Variable in class jadex.commons.collection.PersistentMap
-
Bytes of dirty entries.
- dirtybytes - Variable in class jadex.commons.collection.PersistentMap2
-
Bytes of dirty entries.
- dirtybytes - Variable in class jadex.commons.collection.ShadowedPersistentMap
-
Bytes of dirty entries.
- disabled - Variable in class jadex.commons.MultiStream
-
The disabled streams.
- dispose() - Method in class jadex.commons.collection.LeaseTimeCollection
-
Release all resources.
- dispose() - Method in interface jadex.commons.concurrent.IThreadPool
-
Shutdown the thread pool.
- dispose() - Method in class jadex.commons.concurrent.java5.JavaThreadPool
-
Shutdown the thread pool.
- dispose() - Method in class jadex.commons.concurrent.ThreadPool
-
Shutdown the task pool
- dispose() - Method in class jadex.commons.HttpConnectionManager
-
Dispose the connection manager and close all open connections.
- dispose() - Method in interface jadex.commons.IBreakpointPanel
-
Dispose the panel, when the gui is closed.
- doCall(IResultCommand) - Method in class jadex.commons.future.CallMultiplexer
-
Calls the command.
- doCall(Object, IResultCommand) - Method in class jadex.commons.future.CallMultiplexer
-
Calls the command.
- doCall(Object, IResultCommand, boolean) - Method in class jadex.commons.future.CallMultiplexer
-
Calls the command.
- dodeferdec - Variable in class jadex.commons.DefaultPoolStrategy
-
Defer the deletion of threads according to their distance from desfree.
- dodeferinc - Variable in class jadex.commons.DefaultPoolStrategy
-
Defer the creation of threads according to their distance from desfree.
- doGetNextIntermediateResult(int) - Method in class jadex.commons.future.IntermediateFuture
-
Perform the get without increasing the index.
- doGetNextIntermediateResult(int) - Method in class jadex.commons.future.SubscriptionIntermediateDelegationFuture
-
Perform the get without increasing the index.
- doGetNextIntermediateResult(int) - Method in class jadex.commons.future.SubscriptionIntermediateFuture
-
Perform the get without increasing the index.
- doLoadModel(String, String[], ResourceInfo, ClassLoader, Object) - Method in class jadex.commons.AbstractModelLoader
-
Load a model.
- DONE - Static variable in interface jadex.commons.future.IFuture
-
A future representing a completed action.
- DONE - Static variable in interface jadex.commons.future.IIntermediateFuture
-
A future representing a completed action.
- doNotify() - Method in class jadex.commons.future.PullIntermediateDelegationFuture
-
Possibly notify the termination source.
- doNotify() - Method in class jadex.commons.future.PullSubscriptionIntermediateDelegationFuture
-
Possibly notify the termination source.
- doNotify() - Method in class jadex.commons.future.TerminableIntermediateDelegationFuture
-
Possibly notify the termination source.
- doNotifyListener(IResultListener<Collection<E>>) - Method in class jadex.commons.future.IntermediateFuture
-
Notify a result listener.
- dontUseGui() - Method in class jadex.commons.beans.beancontext.BeanContextSupport
-
- dontUseGui() - Method in interface jadex.commons.beans.Visibility
-
- doPut(K, V) - Method in class jadex.commons.collection.PersistentMap
-
Commits a value to the map
- doPut(K, V) - Method in class jadex.commons.collection.PersistentMap2
-
Commits a value to the map
- doPut(K, V) - Method in class jadex.commons.collection.ShadowedPersistentMap
-
Commits a value to the map
- doRemove(Object) - Method in class jadex.commons.collection.PersistentMap
-
- doRemove(Object) - Method in class jadex.commons.collection.PersistentMap2
-
- doRemove(Object) - Method in class jadex.commons.collection.ShadowedPersistentMap
-
- doSetResult(E) - Method in class jadex.commons.future.Future
-
Set the result without notifying listeners.
- doSetResultIfUndone(E) - Method in class jadex.commons.future.Future
-
Set the result without notifying listeners.
- doStep() - Method in interface jadex.commons.ISteppable
-
Execute a step.
- doTraverse(Object, Type, Map<Object, Object>, List<ITraverseProcessor>, boolean, ClassLoader, Object) - Method in class jadex.commons.transformation.traverser.Traverser
-
Traverse an object.
- DOUBLE_CONVERTER - Static variable in class jadex.commons.transformation.BasicTypeConverter
-
String -> Double converter.
- doWaitFor(long, Runnable) - Method in class jadex.commons.collection.LeaseTimeCollection
-
Overriden wait for to not use platform clock.
- DuplicateResultException - Exception in jadex.commons.future
-
Exception indicating that the result of a future was set twice.
- DuplicateResultException(int, IFuture<?>, Object, Object) - Constructor for exception jadex.commons.future.DuplicateResultException
-
Create a duplicate result exception.
- elements - Variable in class jadex.commons.collection.ArrayBlockingQueue
-
The elements in the queue.
- elems - Variable in class jadex.commons.collection.BlockingQueue
-
The element storage.
- EMPTY - Static variable in class jadex.commons.future.Future
-
The empty future.
- EMPTY_ARRAY - Static variable in class jadex.commons.SReflect
-
- EMPTY_CLASS_ARRAY - Static variable in class jadex.commons.SUtil
-
An empty class array.
- EMPTY_ENUMERATION - Static variable in class jadex.commons.SUtil
-
An empty enumeration.
- EMPTY_OBJECT_ARRAY - Static variable in class jadex.commons.SUtil
-
An empty class array.
- EMPTY_STRING_ARRAY - Static variable in class jadex.commons.SUtil
-
An empty string array.
- encode(byte[]) - Static method in class jadex.commons.Base64
-
- encode(byte[], int, int) - Static method in class jadex.commons.Base64
-
This will encode the text without line feeds added
- encode(byte[], int, int, byte[], int) - Static method in class jadex.commons.Base64
-
This will encode the text without line feeds added.
- encode(byte[], int) - Static method in class jadex.commons.Base64
-
This will encode the text.
- encode(Object, Class<?>, List<ITraverseProcessor>, Traverser, Map<Object, Object>, boolean, IEncodingContext) - Method in class jadex.commons.transformation.binaryserializer.AbstractCodec
-
Encode the object.
- encode(Object, Class<?>, List<ITraverseProcessor>, Traverser, Map<Object, Object>, boolean, IEncodingContext) - Method in class jadex.commons.transformation.binaryserializer.ArrayCodec2
-
Encode the object.
- encode(Object, Class<?>, List<ITraverseProcessor>, Traverser, Map<Object, Object>, boolean, IEncodingContext) - Method in class jadex.commons.transformation.binaryserializer.BeanCodec
-
Encode the object.
- encode(Object, Class<?>, List<ITraverseProcessor>, Traverser, Map<Object, Object>, boolean, IEncodingContext) - Method in class jadex.commons.transformation.binaryserializer.CalendarCodec
-
Encode the object.
- encode(Object, Class<?>, List<ITraverseProcessor>, Traverser, Map<Object, Object>, boolean, IEncodingContext) - Method in class jadex.commons.transformation.binaryserializer.CertificateCodec
-
Encode the object.
- encode(Object, Class<?>, List<ITraverseProcessor>, Traverser, Map<Object, Object>, boolean, IEncodingContext) - Method in class jadex.commons.transformation.binaryserializer.ClassCodec
-
Encode the object.
- encode(Object, Class<?>, List<ITraverseProcessor>, Traverser, Map<Object, Object>, boolean, IEncodingContext) - Method in class jadex.commons.transformation.binaryserializer.CollectionCodec
-
Encode the object.
- encode(Object, Class<?>, List<ITraverseProcessor>, Traverser, Map<Object, Object>, boolean, IEncodingContext) - Method in class jadex.commons.transformation.binaryserializer.ColorCodec
-
Encode the object.
- encode(Object, Class<?>, List<ITraverseProcessor>, Traverser, Map<Object, Object>, boolean, IEncodingContext) - Method in class jadex.commons.transformation.binaryserializer.DateCodec
-
Encode the object.
- encode(Object, Class<?>, List<ITraverseProcessor>, Traverser, Map<Object, Object>, boolean, IEncodingContext) - Method in class jadex.commons.transformation.binaryserializer.EnumCodec
-
Encode the object.
- encode(Object, Class<?>, List<ITraverseProcessor>, Traverser, Map<Object, Object>, boolean, IEncodingContext) - Method in class jadex.commons.transformation.binaryserializer.EnumerationCodec
-
Encode the object.
- encode(Object, Class<?>, List<ITraverseProcessor>, Traverser, Map<Object, Object>, boolean, IEncodingContext) - Method in class jadex.commons.transformation.binaryserializer.ImageCodec
-
Encode the object.
- encode(Object, Class<?>, List<ITraverseProcessor>, Traverser, Map<Object, Object>, boolean, IEncodingContext) - Method in class jadex.commons.transformation.binaryserializer.InetAddressCodec
-
Encode the object.
- encode(Object, Class<?>, List<ITraverseProcessor>, Traverser, Map<Object, Object>, boolean, IEncodingContext) - Method in class jadex.commons.transformation.binaryserializer.LegacyArrayCodec
-
Encode the object.
- encode(Object, Class<?>, List<ITraverseProcessor>, Traverser, Map<Object, Object>, boolean, IEncodingContext) - Method in class jadex.commons.transformation.binaryserializer.LegacyNumberCodec
-
Encode the object.
- encode(Object, Class<?>, List<ITraverseProcessor>, Traverser, Map<Object, Object>, boolean, IEncodingContext) - Method in class jadex.commons.transformation.binaryserializer.LoggingLevelCodec
-
Encode the object.
- encode(Object, Class<?>, List<ITraverseProcessor>, Traverser, Map<Object, Object>, boolean, IEncodingContext) - Method in class jadex.commons.transformation.binaryserializer.LogRecordCodec
-
Encode the object.
- encode(Object, Class<?>, List<ITraverseProcessor>, Traverser, Map<Object, Object>, boolean, IEncodingContext) - Method in class jadex.commons.transformation.binaryserializer.LRUCodec
-
Encode the object.
- encode(Object, Class<?>, List<ITraverseProcessor>, Traverser, Map<Object, Object>, boolean, IEncodingContext) - Method in class jadex.commons.transformation.binaryserializer.MapCodec
-
Encode the object.
- encode(Object, Class<?>, List<ITraverseProcessor>, Traverser, Map<Object, Object>, boolean, IEncodingContext) - Method in class jadex.commons.transformation.binaryserializer.MethodCodec
-
Encode the object.
- encode(Object, Class<?>, List<ITraverseProcessor>, Traverser, Map<Object, Object>, boolean, IEncodingContext) - Method in class jadex.commons.transformation.binaryserializer.MultiCollectionCodec
-
Encode the object.
- encode(Object, Class<?>, List<ITraverseProcessor>, Traverser, Map<Object, Object>, boolean, IEncodingContext) - Method in class jadex.commons.transformation.binaryserializer.NumberCodec2
-
Encode the object.
- encode(Object, Class<?>, List<ITraverseProcessor>, Traverser, Map<Object, Object>, boolean, IEncodingContext) - Method in class jadex.commons.transformation.binaryserializer.RectangleCodec
-
Encode the object.
- encode(Object, Class<?>, List<ITraverseProcessor>, Traverser, Map<Object, Object>, boolean, IEncodingContext) - Method in class jadex.commons.transformation.binaryserializer.StackTraceElementCodec
-
Encode the object.
- encode(Object, Class<?>, List<ITraverseProcessor>, Traverser, Map<Object, Object>, boolean, IEncodingContext) - Method in class jadex.commons.transformation.binaryserializer.StringCodec
-
Encode the object.
- encode(Object, Class<?>, List<ITraverseProcessor>, Traverser, Map<Object, Object>, boolean, IEncodingContext) - Method in class jadex.commons.transformation.binaryserializer.ThrowableCodec
-
Encode the object.
- encode(Object, Class<?>, List<ITraverseProcessor>, Traverser, Map<Object, Object>, boolean, IEncodingContext) - Method in class jadex.commons.transformation.binaryserializer.TimestampCodec
-
Encode the object.
- encode(Object, Class<?>, List<ITraverseProcessor>, Traverser, Map<Object, Object>, boolean, IEncodingContext) - Method in class jadex.commons.transformation.binaryserializer.TupleCodec
-
Encode the object.
- encode(Object, Class<?>, List<ITraverseProcessor>, Traverser, Map<Object, Object>, boolean, IEncodingContext) - Method in class jadex.commons.transformation.binaryserializer.URICodec
-
Encode the object.
- encode(Object, Class<?>, List<ITraverseProcessor>, Traverser, Map<Object, Object>, boolean, IEncodingContext) - Method in class jadex.commons.transformation.binaryserializer.URLCodec
-
Encode the object.
- encode(Object, Class<?>, List<ITraverseProcessor>, Traverser, Map<Object, Object>, boolean, IEncodingContext) - Method in class jadex.commons.transformation.binaryserializer.UUIDCodec
-
Encode the object.
- encode(long) - Static method in class jadex.commons.transformation.binaryserializer.VarInt
-
Encodes a VarInt.
- encode(long, byte[], int, int) - Static method in class jadex.commons.transformation.binaryserializer.VarInt
-
Encodes a VarInt and saves it in a buffer at the given offset.
- Encoder - Class in jadex.commons.beans
-
The Encoder
, together with PersistenceDelegate
s, can encode an object into a series of java statements.
- Encoder() - Constructor for class jadex.commons.beans.Encoder
-
Construct a new encoder.
- ENCODER_HANDLERS - Static variable in class jadex.commons.transformation.binaryserializer.BinarySerializer
-
Handlers for encoding.
- ENCODER_HANDLERS - Static variable in class jadex.commons.transformation.binaryserializer.SBinarySerializer2
-
Handlers for encoding.
- EncodingContext - Class in jadex.commons.transformation.binaryserializer
-
Context for encoding (serializing) an object in a binary format.
- EncodingContext(Object, Object, List<ITraverseProcessor>, ClassLoader) - Constructor for class jadex.commons.transformation.binaryserializer.EncodingContext
-
Creates an encoding context.
- EncodingContext2 - Class in jadex.commons.transformation.binaryserializer
-
Context for encoding (serializing) an object in a binary format.
- EncodingContext2(OutputStream, Object, Object, List<ITraverseProcessor>, ClassLoader) - Constructor for class jadex.commons.transformation.binaryserializer.EncodingContext2
-
Creates an encoding context.
- end - Variable in class jadex.commons.collection.ArrayBlockingQueue
-
Insert position for the next element.
- endDocument() - Method in class org.apache.harmony.beans.Handler
-
- endElement(String, String, String) - Method in class org.apache.harmony.beans.Handler
-
- enqueue(Object) - Method in class jadex.commons.collection.ArrayBlockingQueue
-
Add an element to the end of the queue.
- enqueue(T) - Method in class jadex.commons.collection.BlockingQueue
-
Enqueue an element.
- enqueue(T) - Method in interface jadex.commons.collection.IBlockingQueue
-
Enqueue an element.
- enqueuetimes - Variable in class jadex.commons.concurrent.ThreadPool
-
The current throughput of the pool (average of waiting times).
- entities - Variable in class jadex.commons.Tuple
-
The entities of the tuple.
- entries - Variable in class jadex.commons.collection.ActionReferenceQueue
-
The list of elements.
- entries - Variable in class jadex.commons.collection.LeaseTimeCollection
-
The entries.
- entriesAdded(Set<Map.Entry<T, E>>) - Method in class jadex.commons.collection.wrappers.MapWrapper
-
Entries were added to the map.
- entriesRemoved(Set<Map.Entry<T, E>>) - Method in class jadex.commons.collection.wrappers.MapWrapper
-
Entries were removed from the map.
- entry() - Method in class jadex.commons.collection.ConcurrencyCheckingList
-
Called for each method entry.
- entryAdded(T, int) - Method in class jadex.commons.collection.wrappers.CollectionWrapper
-
An entry was added to the collection.
- entryAdded(T, E) - Method in class jadex.commons.collection.wrappers.MapWrapper
-
An entry was added to the map.
- entryChanged(T, T, int) - Method in class jadex.commons.collection.wrappers.CollectionWrapper
-
An entry was changed in the collection.
- entryChanged(T, E, E) - Method in class jadex.commons.collection.wrappers.MapWrapper
-
An entry was changed in the map.
- entryRemoved(T, int) - Method in class jadex.commons.collection.wrappers.CollectionWrapper
-
An entry was removed from the collection.
- entryRemoved(T, E) - Method in class jadex.commons.collection.wrappers.MapWrapper
-
An entry was removed from the map.
- entrySet() - Method in class jadex.commons.collection.BiHashMap
-
Returns the entry set of the forward map.
- entrySet() - Method in class jadex.commons.collection.CheckedMap
-
Returns a Set
view of the mappings contained in this map.
- entrySet() - Method in class jadex.commons.collection.FastHashMap
-
- entrySet() - Method in class jadex.commons.collection.IndexMap
-
Returns a set view of the mappings contained in this map.
- entrySet() - Method in class jadex.commons.collection.LeaseTimeMap
-
Returns a set view of the mappings contained in this map.
- entrySet() - Method in class jadex.commons.collection.MultiCollection
-
Returns a set view of the mappings contained in this map.
- entrySet() - Method in class jadex.commons.collection.NestedMap
-
Returns a set view of the mappings contained in this map.
- entrySet() - Method in class jadex.commons.collection.OrderedProperties
-
Delegate.
- entrySet() - Method in class jadex.commons.collection.PersistentMap
-
Returns the map's entry set.
- entrySet() - Method in class jadex.commons.collection.PersistentMap2
-
Returns the map's entry set.
- entrySet() - Method in class jadex.commons.collection.ShadowedPersistentMap
-
Returns the map's entry set.
- entrySet() - Method in class jadex.commons.collection.WeakValueMap
-
Get the entries.
- entrySet() - Method in class jadex.commons.collection.wrappers.MapWrapper
-
- EnumCodec - Class in jadex.commons.transformation.binaryserializer
-
Codec for encoding and decoding enum objects.
- EnumCodec() - Constructor for class jadex.commons.transformation.binaryserializer.EnumCodec
-
- EnumerationCodec - Class in jadex.commons.transformation.binaryserializer
-
An enumeration processor allows for traversing enumerations.
- EnumerationCodec() - Constructor for class jadex.commons.transformation.binaryserializer.EnumerationCodec
-
- EnumerationProcessor - Class in jadex.commons.transformation.traverser
-
An enumeration processor allows for traversing enumerations.
- EnumerationProcessor() - Constructor for class jadex.commons.transformation.traverser.EnumerationProcessor
-
Create a new enumeration processor.
- equals(Object) - Method in class jadex.bridge.ClassInfo
-
Test if object is equal to this.
- equals(Object) - Method in class jadex.commons.beans.IndexedPropertyDescriptor
-
Determines if this IndexedPropertyDescriptor
is equal to
the specified object.
- equals(Object) - Method in class jadex.commons.beans.PropertyDescriptor
-
- equals(Object) - Method in class jadex.commons.collection.CheckedCollection
-
Compares the specified object with this collection for equality.
- equals(Object) - Method in class jadex.commons.collection.CheckedMap
-
Compares the specified object with this map for equality.
- equals(Object) - Method in class jadex.commons.collection.IdentityHashSet
-
Compares the specified object with this set for equality.
- equals(Object) - Method in class jadex.commons.collection.IndexMap
-
Compares the specified object with this map for equality.
- equals(Object) - Method in class jadex.commons.collection.LeaseTimeCollection
-
- equals(Object) - Method in class jadex.commons.collection.LeaseTimeMap
-
Compares the specified object with this map for equality.
- equals(Object) - Method in class jadex.commons.collection.MultiCollection
-
Compares the specified object with this map for equality.
- equals(Object) - Method in class jadex.commons.collection.NestedMap
-
Compares the specified object with this map for equality.
- equals(Object) - Method in class jadex.commons.collection.WeakObject
-
Check the equality of an object with this.
- equals(Object) - Method in class jadex.commons.collection.wrappers.CollectionWrapper
-
Test if this object equals another.
- equals(Object) - Method in class jadex.commons.collection.wrappers.MapWrapper
-
Test if this object equals another.
- equals(Object) - Method in class jadex.commons.ComposedFilter
-
Test if an object is equal to this.
- equals(Object) - Method in class jadex.commons.ComposedRemoteFilter
-
Test if an object is equal to this.
- equals(Object) - Method in class jadex.commons.ConstantFilter
-
Is equal?
- equals(Object) - Method in class jadex.commons.MethodInfo
-
Test if an object is equal to this.
- equals(Object) - Method in class jadex.commons.MutableObject
-
- equals(Object, Object) - Static method in class jadex.commons.SUtil
-
- equals(Object) - Method in class jadex.commons.Tuple
-
Test two tuples for equality.
- errorreporter - Variable in class jadex.commons.transformation.binaryserializer.AbstractDecodingContext
-
Error Reporter
- ESCAPE_CHARACTERS - Static variable in class jadex.commons.ExpressionTokenizer
-
The escape characters allow to include separators in the tokens.
- escapeString(String) - Static method in class jadex.commons.SUtil
-
Escape a java string.
- EVENT_TYPE_SELECTED - Static variable in interface jadex.commons.IBreakpointPanel
-
Event type for changed breakpoint selection (e.g.
- EventHandler - Class in jadex.commons.beans
-
- EventHandler(Object, String, String, String) - Constructor for class jadex.commons.beans.EventHandler
-
- EventSetDescriptor - Class in jadex.commons.beans
-
- EventSetDescriptor(Class<?>, String, Class<?>, String) - Constructor for class jadex.commons.beans.EventSetDescriptor
-
- EventSetDescriptor(Class<?>, String, Class<?>, String[], String, String) - Constructor for class jadex.commons.beans.EventSetDescriptor
-
- EventSetDescriptor(Class<?>, String, Class<?>, String[], String, String, String) - Constructor for class jadex.commons.beans.EventSetDescriptor
-
- EventSetDescriptor(String, Class<?>, Method[], Method, Method) - Constructor for class jadex.commons.beans.EventSetDescriptor
-
- EventSetDescriptor(String, Class<?>, Method[], Method, Method, Method) - Constructor for class jadex.commons.beans.EventSetDescriptor
-
- EventSetDescriptor(String, Class<?>, MethodDescriptor[], Method, Method) - Constructor for class jadex.commons.beans.EventSetDescriptor
-
- exception - Variable in class jadex.commons.AbstractModelLoader.BrokenModel
-
The exception.
- exception - Variable in class jadex.commons.future.Future
-
The exception (if any).
- exception - Variable in class jadex.commons.LazyResource
-
The exception, if already failed.
- ExceptionDelegationResultListener<E,T> - Class in jadex.commons.future
-
Result listener that delegates calls to a future.
- ExceptionDelegationResultListener(Future<T>) - Constructor for class jadex.commons.future.ExceptionDelegationResultListener
-
Create a new listener.
- ExceptionDelegationResultListener(Future<T>, IFunctionalResultListener<E>) - Constructor for class jadex.commons.future.ExceptionDelegationResultListener
-
Create a new listener.
- ExceptionDelegationResultListener(Future<T>, boolean, IFunctionalResultListener<E>) - Constructor for class jadex.commons.future.ExceptionDelegationResultListener
-
Create a new listener.
- ExceptionDelegationResultListener(Future<T>, boolean) - Constructor for class jadex.commons.future.ExceptionDelegationResultListener
-
Create a new listener.
- ExceptionListener - Interface in jadex.commons.beans
-
- exceptionOccurred(Exception) - Method in class jadex.commons.future.CollectingIntermediateResultListener
-
Called when an exception occurred.
- exceptionOccurred(Exception) - Method in class jadex.commons.future.CollectionResultListener
-
Called when an exception occurred.
- exceptionOccurred(Exception) - Method in class jadex.commons.future.CounterResultListener
-
Called when an exception occurred.
- exceptionOccurred(Exception) - Method in class jadex.commons.future.DefaultResultListener
-
Called when an exception occurred.
- exceptionOccurred(Exception) - Method in class jadex.commons.future.DelegationResultListener
-
Called when an exception occurred.
- exceptionOccurred(Exception) - Method in class jadex.commons.future.ExceptionDelegationResultListener
-
Called when an exception occurred.
- exceptionOccurred(Exception) - Method in interface jadex.commons.future.IFunctionalExceptionListener
-
Called when an exception occurred.
- exceptionOccurred(Exception) - Method in class jadex.commons.future.IntermediateDelegationResultListener
-
Called when an exception occurred.
- exceptionOccurred(Exception) - Method in class jadex.commons.future.IntermediateExceptionDelegationResultListener
-
Called when an exception occurred.
- exceptionOccurred(Exception) - Method in class jadex.commons.future.ReadWriteLock.ActionPerformedListener
-
- exceptionOccurred(Exception) - Method in class jadex.commons.future.RemoteDelegationResultListener
-
Called when an exception occurred.
- exceptionOccurred(Exception) - Method in class jadex.commons.transformation.binaryserializer.DefaultErrorReporter
-
Method called when a decoding error occurs.
- exceptionOccurred(Exception) - Method in interface jadex.commons.transformation.binaryserializer.IErrorReporter
-
Method called when a decoding error occurs.
- exceptionOccurredIfUndone(Exception) - Method in class jadex.commons.future.CollectionResultListener
-
Called when an exception occurred.
- exceptionOccurredIfUndone(Exception) - Method in class jadex.commons.future.CounterResultListener
-
Called when an exception occurred.
- exceptionOccurredIfUndone(Exception) - Method in class jadex.commons.future.DelegationResultListener
-
Called when an exception occurred.
- exceptionOccurredIfUndone(Exception) - Method in class jadex.commons.future.ExceptionDelegationResultListener
-
Called when an exception occurred.
- exceptionOccurredIfUndone(Exception) - Method in class jadex.commons.future.IntermediateDelegationResultListener
-
Called when an exception occurred.
- exceptionOccurredIfUndone(Exception) - Method in class jadex.commons.future.IntermediateExceptionDelegationResultListener
-
Called when an exception occurred.
- exceptionOccurredIfUndone(Exception) - Method in interface jadex.commons.future.IUndoneResultListener
-
Called when an exception occurred.
- ExceptionResultListener<E> - Class in jadex.commons.future
-
The exception listener is used for intercepting exceptions while ignoring results.
- ExceptionResultListener() - Constructor for class jadex.commons.future.ExceptionResultListener
-
- exceptionThrown(Exception) - Method in interface jadex.commons.beans.ExceptionListener
-
- Exclude - Annotation Type in jadex.commons.transformation.annotations
-
Specify that an attribute or method is excluded from serialization.
- excluded - Static variable in class jadex.commons.transformation.traverser.ExcludeProcessor
-
The static excluded types.
- ExcludeProcessor - Class in jadex.commons.transformation.traverser
-
The exclude processor allows for excluding specific classes from further traversing.
- ExcludeProcessor() - Constructor for class jadex.commons.transformation.traverser.ExcludeProcessor
-
- ExcludeSwingProcessor - Class in jadex.commons.transformation.traverser
-
Excludes swing elements from being processed by traverser in !clone mode.
- ExcludeSwingProcessor() - Constructor for class jadex.commons.transformation.traverser.ExcludeSwingProcessor
-
- exec(Map<String, Command>) - Method in class org.apache.harmony.beans.Command
-
- executable - Variable in class jadex.commons.concurrent.Executor
-
The executable.
- executable - Variable in class jadex.commons.concurrent.LoadManagingExecutionService.Task
-
The task.
- execute() - Method in class jadex.commons.beans.Statement
-
- execute() - Method in class jadex.commons.concurrent.Executor
-
Make sure a thread is executing the code.
- execute() - Method in interface jadex.commons.concurrent.IExecutable
-
Execute the executable.
- execute(Runnable) - Method in interface jadex.commons.concurrent.IThreadPool
-
Execute a task in its own thread.
- execute(Runnable) - Method in class jadex.commons.concurrent.java5.JavaThreadPool
-
Execute a task in its own thread.
- execute(IExecutable, double) - Method in class jadex.commons.concurrent.LoadManagingExecutionService
-
Execute a task.
- execute(Runnable) - Method in class jadex.commons.concurrent.ThreadPool
-
Execute a task in its own thread.
- execute(T) - Method in interface jadex.commons.ICommand
-
Execute the command.
- execute(E) - Method in interface jadex.commons.IResultCommand
-
Execute the command.
- Executor - Class in jadex.commons.concurrent
-
A helper class for running a single instance
of code using the thread pool.
- Executor(IThreadPool) - Constructor for class jadex.commons.concurrent.Executor
-
Create an executor object.
- Executor(IThreadPool, IExecutable) - Constructor for class jadex.commons.concurrent.Executor
-
Create an executor object.
- EXECUTOR - Static variable in class jadex.commons.concurrent.Executor
-
The executor belonging to a thread.
- executor - Variable in class jadex.commons.concurrent.java5.JavaThreadPool
-
The executor service.
- executor - Variable in class jadex.commons.concurrent.LoadManagingExecutionService
-
The executor for performing management operations.
- exethreadcnt - Variable in class jadex.commons.concurrent.Executor
-
The number of current threads for this executor.
- exit() - Method in class jadex.commons.collection.ConcurrencyCheckingList
-
Called for each method exit.
- Expression - Class in jadex.commons.beans
-
- Expression(Object, Object, String, Object[]) - Constructor for class jadex.commons.beans.Expression
-
- Expression(Object, String, Object[]) - Constructor for class jadex.commons.beans.Expression
-
- ExpressionTokenizer - Class in jadex.commons
-
An expression tokenizer is able to parse a string with respect
to different nesting-levels (eg.
- ExpressionTokenizer(String, String, String[]) - Constructor for class jadex.commons.ExpressionTokenizer
-
Create a new tokenizer.
- ExpressionTokenizer(String, String, String[], boolean) - Constructor for class jadex.commons.ExpressionTokenizer
-
Create a new tokenizer.
- expungeStaleEntries() - Method in class jadex.commons.collection.WeakSet
-
Remove garbage collected entries.
- expungeStaleEntries() - Method in class jadex.commons.collection.WeakValueMap
-
Remove garbage collected entries.
- extconverters - Static variable in class jadex.commons.transformation.BasicTypeConverter
-
The extended map of converters.
- extensions - Variable in class jadex.commons.AbstractModelLoader
-
The supported file extensions (if any).
- FALSE - Static variable in interface jadex.commons.future.IFuture
-
A future representing a false result.
- FastHashMap - Class in jadex.commons.collection
-
Implements a map from strings to objects as a hash table.
- FastHashMap() - Constructor for class jadex.commons.collection.FastHashMap
-
Constructor for Message.
- fcommands - Variable in class jadex.commons.future.Future
-
The list of commands.
- FeatureDescriptor - Class in jadex.commons.beans
-
Common base class for Descriptors.
- FeatureDescriptor() - Constructor for class jadex.commons.beans.FeatureDescriptor
-
Constructs an instance.
- fetchValue(String) - Method in interface jadex.commons.IValueFetcher
-
Fetch a value via its name.
- field - Variable in class jadex.commons.FieldInfo
-
The field (cached).
- field - Variable in class jadex.commons.transformation.traverser.BeanProperty
-
The field.
- fieldcache - Static variable in class jadex.commons.SReflect
-
Field lookup cache (class->(name->field[])).
- FieldInfo - Class in jadex.commons
-
- FieldInfo() - Constructor for class jadex.commons.FieldInfo
-
Create a new FieldInfo.
- FieldInfo(Field) - Constructor for class jadex.commons.FieldInfo
-
Create a new FieldInfo.
- FieldInfo(String, String) - Constructor for class jadex.commons.FieldInfo
-
Create a new FieldInfo.
- file - Variable in class jadex.commons.collection.PersistentMap
-
The persistence file.
- file - Variable in class jadex.commons.collection.PersistentMap2
-
The persistence file.
- file - Variable in class jadex.commons.collection.ShadowedPersistentMap
-
The persistence file.
- filename - Variable in class jadex.commons.AbstractModelLoader.BrokenModel
-
The filename.
- filename - Variable in class jadex.commons.CachedObject
-
The filename of the cache.
- filename - Variable in class jadex.commons.ObjectCache
-
The filename of the cache.
- filename - Variable in class jadex.commons.ResourceInfo
-
The filename.
- fillArguments(Object[], Class<?>[]) - Static method in class jadex.commons.SReflect
-
Map arguments to parameters using varargs, if necessary.
- fillInStackTrace() - Method in exception jadex.commons.DebugException
-
- filter(T) - Method in class jadex.commons.ComposedFilter
-
Match an object against the filter.
- filter(Object) - Method in class jadex.commons.ComposedRemoteFilter
-
Match an object against the filter.
- filter(T) - Method in class jadex.commons.ConstantFilter
-
Test if an object passes the filter.
- filter(Object) - Method in class jadex.commons.IAsyncFilter.AlwaysFilter
-
- filter(T) - Method in interface jadex.commons.IAsyncFilter
-
Test if an object passes the filter.
- filter(Object) - Method in class jadex.commons.IAsyncFilter.NeverFilter
-
- filter(T) - Method in interface jadex.commons.IFilter
-
Test if an object passes the filter.
- filter - Variable in class jadex.commons.transformation.traverser.FilterProcessor
-
The filter.
- FilterProcessor - Class in jadex.commons.transformation.traverser
-
Filter processor for directly returning specific objects as is.
- FilterProcessor(IFilter) - Constructor for class jadex.commons.transformation.traverser.FilterProcessor
-
Create a new filter processor.
- filters - Variable in class jadex.commons.ComposedFilter
-
The filters
- filters - Variable in class jadex.commons.ComposedRemoteFilter
-
The filters
- finalize() - Method in class jadex.commons.ResourceInfo
-
On finalize, close the input stream.
- findBuildDir(String) - Static method in class jadex.commons.SUtil
-
Try to find the correct classpath root directory for current build tool chain.
- findBuildDir(String, boolean) - Static method in class jadex.commons.SUtil
-
Try to find the correct classpath root directory for current build tool chain.
- findClass(String, String[], ClassLoader) - Static method in class jadex.commons.SReflect
-
Find a class.
- findClass0(String, String[], ClassLoader) - Static method in class jadex.commons.SReflect
-
Find a class.
- findClazz(Object, ClassLoader) - Method in class jadex.commons.transformation.traverser.Traverser
-
Find the class of an object.
- findEditor(Class<?>) - Static method in class jadex.commons.beans.PropertyEditorManager
-
- findJadexDexClassLoader(ClassLoader) - Method in interface jadex.commons.SUtil.AndroidUtils
-
Looks up the ClassLoader Hierarchy and tries to find a JadexDexClassLoader in it.
- findOutputDir(File, List<File>) - Static method in class jadex.commons.SUtil
-
Try to find the correct classpath root directory for current build tool chain
from a list of candidates.
- findOutputDirs(String) - Static method in class jadex.commons.SUtil
-
Try to find the correct classpath root directories for current build tool chain.
- findResourceBundle(String, Locale, ClassLoader) - Static method in class jadex.commons.SNonAndroid
-
Try to find a ResourceBundle
by trying Classloaders
from all calling Classes.
- findResourceDir(String, boolean) - Static method in class jadex.commons.SUtil
-
Try to find a resource directory for current build tool chain.
- findResult(int) - Method in class jadex.commons.future.Tuple2Future
-
Find result in results
- finished - Variable in class jadex.commons.concurrent.java5.JavaThreadPool
-
Boolean if already finished.
- finished - Variable in class jadex.commons.concurrent.ThreadPool
-
Boolean if already finished.
- finished() - Method in class jadex.commons.future.CollectingIntermediateResultListener
-
Declare that the future is finished.
- finished() - Method in class jadex.commons.future.DefaultTuple2ResultListener
-
Declare that the future is finished.
- finished - Variable in class jadex.commons.future.FutureFinishChecker
-
Flag, if set to finished (no more tasks allowed and notfication when all tasks finished).
- finished() - Method in class jadex.commons.future.FutureFinishChecker
-
Set to finished.
- finished() - Method in interface jadex.commons.future.IIntermediateResultListener
-
Declare that the future is finished.
- finished() - Method in class jadex.commons.future.IntermediateDefaultResultListener
-
Declare that the future is finished.
- finished() - Method in class jadex.commons.future.IntermediateDelegationResultListener
-
Declare that the future is finished.
- finished() - Method in class jadex.commons.future.IntermediateExceptionDelegationResultListener
-
Declare that the future is finished.
- finishedfuture - Variable in class jadex.commons.future.ReadWriteLock
-
Future for notifying finished condition.
- finishedIfUndone() - Method in class jadex.commons.future.IntermediateDelegationResultListener
-
Declare that the future is finished.
- finishedIfUndone() - Method in class jadex.commons.future.IntermediateExceptionDelegationResultListener
-
Declare that the future is finished.
- finishedIfUndone() - Method in interface jadex.commons.future.IUndoneIntermediateResultListener
-
Declare that the future is finished.
- finishedListener - Variable in class jadex.commons.future.IntermediateExceptionDelegationResultListener
-
Custom functional finished listener
- fireChildrenAdded(BeanContextMembershipEvent) - Method in class jadex.commons.beans.beancontext.BeanContextSupport
-
Notifies registered BeanContextMembershipListener
s that
a new child has been added.
- fireChildrenRemoved(BeanContextMembershipEvent) - Method in class jadex.commons.beans.beancontext.BeanContextSupport
-
Notifies registered BeanContextMembershipListener
s that
a child has been removed.
- fireIndexedPropertyChange(String, int, Object, Object) - Method in class jadex.commons.beans.PropertyChangeSupport
-
- fireIndexedPropertyChange(String, int, boolean, boolean) - Method in class jadex.commons.beans.PropertyChangeSupport
-
- fireIndexedPropertyChange(String, int, int, int) - Method in class jadex.commons.beans.PropertyChangeSupport
-
- firePropertyChange(String, Object, Object) - Method in class jadex.commons.beans.beancontext.BeanContextChildSupport
-
- firePropertyChange(String, Object, Object) - Method in class jadex.commons.beans.PropertyChangeSupport
-
- firePropertyChange(String, boolean, boolean) - Method in class jadex.commons.beans.PropertyChangeSupport
-
- firePropertyChange(String, int, int) - Method in class jadex.commons.beans.PropertyChangeSupport
-
- firePropertyChange(PropertyChangeEvent) - Method in class jadex.commons.beans.PropertyChangeSupport
-
- firePropertyChange() - Method in class jadex.commons.beans.PropertyEditorSupport
-
- firePropertyChange(String, Object, Object) - Method in class jadex.commons.SimplePropertyChangeSupport
-
Report a bound property update to any registered listeners.
- firePropertyChange(String, int, int) - Method in class jadex.commons.SimplePropertyChangeSupport
-
Report an int bound property update to any registered listeners.
- firePropertyChange(PropertyChangeEvent) - Method in class jadex.commons.SimplePropertyChangeSupport
-
Fire an existing PropertyChangeEvent to any registered listeners.
- fireServiceAdded(Class) - Method in class jadex.commons.beans.beancontext.BeanContextServicesSupport
-
Fires a BeanContextServiceAvailableEvent
to registered
BeanContextServicesListener
s.
- fireServiceAdded(BeanContextServiceAvailableEvent) - Method in class jadex.commons.beans.beancontext.BeanContextServicesSupport
-
Fires a BeanContextServiceAvailableEvent
to registered
BeanContextServicesListener
s.
- fireServiceRevoked(Class, boolean) - Method in class jadex.commons.beans.beancontext.BeanContextServicesSupport
-
Fires a BeanContextServiceRevokedEvent
to registered
BeanContextServicesListener
s.
- fireServiceRevoked(BeanContextServiceRevokedEvent) - Method in class jadex.commons.beans.beancontext.BeanContextServicesSupport
-
Fires a BeanContextServiceRevokedEvent
to registered
BeanContextServicesListener
s.
- fireVetoableChange(String, Object, Object) - Method in class jadex.commons.beans.beancontext.BeanContextChildSupport
-
- fireVetoableChange(String, boolean, boolean) - Method in class jadex.commons.beans.VetoableChangeSupport
-
- fireVetoableChange(String, int, int) - Method in class jadex.commons.beans.VetoableChangeSupport
-
- fireVetoableChange(String, Object, Object) - Method in class jadex.commons.beans.VetoableChangeSupport
-
- fireVetoableChange(PropertyChangeEvent) - Method in class jadex.commons.beans.VetoableChangeSupport
-
- first - Variable in exception jadex.commons.future.DuplicateResultException
-
The first result.
- first - Variable in class jadex.commons.future.Future
-
For capturing call stack of first setResult/Exception call.
- firstResultAvailable(E) - Method in interface jadex.commons.future.ITuple2ResultListener
-
Called when the first result is available.
- firstToUpperCase(String) - Static method in class jadex.commons.SUtil
-
Convert a string to the same string with first
letter in upper case.
- FixedJComboBox - Class in jadex.commons
-
- FixedJComboBox(ComboBoxModel) - Constructor for class jadex.commons.FixedJComboBox
-
- FixedJComboBox(Object[]) - Constructor for class jadex.commons.FixedJComboBox
-
- FixedJComboBox(Vector) - Constructor for class jadex.commons.FixedJComboBox
-
- FixedJComboBox() - Constructor for class jadex.commons.FixedJComboBox
-
- flatMapAsync(Function<E, IIntermediateFuture<R>>) - Method in interface jadex.commons.future.IIntermediateFuture
-
Implements async loop and applies a an async multi-function to each element.
- flatMapAsync(Function<E, IIntermediateFuture<R>>) - Method in class jadex.commons.future.IntermediateFuture
-
Implements async loop and applies a an async multi-function to each element.
- FLOAT_CONVERTER - Static variable in class jadex.commons.transformation.BasicTypeConverter
-
String -> Float converter.
- flush() - Method in class jadex.commons.beans.XMLEncoder
-
Writes out all objects since last flush to the output stream.
- flush() - Method in class jadex.commons.ListenableStream
-
Flush the streams.
- flush() - Method in class jadex.commons.MultiStream
-
Flush the streams.
- flushCaches() - Static method in class jadex.commons.beans.Introspector
-
Flushes all BeanInfo
caches.
- flushFromCaches(Class<?>) - Static method in class jadex.commons.beans.Introspector
-
Flushes the BeanInfo
caches of the specified bean class
- format(long) - Static method in class jadex.commons.TimeFormat
-
Format the time.
- format(String, Object[]) - Static method in class org.apache.harmony.beans.internal.nls.Messages
-
Generates a formatted text string given a source string containing
"argument markers" of the form "{argNum}" where each argNum must be in
the range 0..9.
- formatByteSize(long) - Static method in class jadex.commons.SUtil
-
Converts a number of bytes
into a human-friendly binary prefix unit string
(kiB, MiB, GiB, ...).
- forward - Variable in class jadex.commons.collection.BiHashMap
-
The forward map.
- Function<T,R> - Interface in jadex.commons.functional
-
Functional interface for a function T -> R
- fut - Variable in class jadex.commons.future.IntermediateFutureIterator
-
The future.
- future - Variable in class jadex.commons.future.DelegationResultListener
-
The future to which calls are delegated.
- future - Variable in exception jadex.commons.future.DuplicateResultException
-
The future.
- future - Variable in class jadex.commons.future.ExceptionDelegationResultListener
-
The future to which calls are delegated.
- Future<E> - Class in jadex.commons.future
-
Future that includes mechanisms for callback notification.
- Future() - Constructor for class jadex.commons.future.Future
-
Create a new future.
- Future(E) - Constructor for class jadex.commons.future.Future
-
Create a future that is already done.
- Future(Exception) - Constructor for class jadex.commons.future.Future
-
Create a future that is already failed.
- future - Variable in class jadex.commons.future.IntermediateDelegationResultListener
-
The future to which calls are delegated.
- future - Variable in class jadex.commons.future.IntermediateExceptionDelegationResultListener
-
The future to which calls are delegated.
- future - Variable in class jadex.commons.future.RemoteDelegationResultListener
-
The future to which calls are delegated.
- future - Variable in class jadex.commons.future.ThreadSuspendable
-
The future.
- FutureBarrier<E> - Class in jadex.commons.future
-
A future barrier allows for waiting for a variable number
of futures.
- FutureBarrier() - Constructor for class jadex.commons.future.FutureBarrier
-
- FutureFinishChecker - Class in jadex.commons.future
-
Allows monitoring a number of tasks (futures) and get a
notification when set to finished (no more new tasks)
and all tasks have been processed (futures notified).
- FutureFinishChecker(IResultListener) - Constructor for class jadex.commons.future.FutureFinishChecker
-
Create a new checker.
- FutureHelper - Class in jadex.commons.future
-
Helper class to access future notification stack
- FutureHelper() - Constructor for class jadex.commons.future.FutureHelper
-
- futureMap - Variable in class jadex.commons.future.CallMultiplexer
-
Map of futures of calls that are in progress.
- futures - Variable in class jadex.commons.future.FutureBarrier
-
The list of futures.
- FutureTerminatedException - Exception in jadex.commons.future
-
- FutureTerminatedException() - Constructor for exception jadex.commons.future.FutureTerminatedException
-
- generateEvent() - Method in class jadex.commons.ListenableStream
-
Generate an event for a line
and flush the buffer.
- geninfo - Variable in class jadex.bridge.ClassInfo
-
The generic type info (e.g.
- gentype - Variable in class jadex.commons.transformation.traverser.BeanProperty
-
The generic type.
- get(Object) - Method in class jadex.commons.beans.Encoder
-
Gets the new copy of the given old object.
- get(Object) - Method in class jadex.commons.collection.BiHashMap
-
Returns the value of the key from the forward map.
- get(Object, long) - Method in class jadex.commons.collection.Cache
-
Get data from the cache.
- get(Object) - Method in class jadex.commons.collection.CheckedMap
-
Returns the value to which the specified key is mapped,
or null
if this map contains no mapping for the key.
- get(int) - Method in class jadex.commons.collection.ConcurrencyCheckingList
-
- get(Object) - Method in class jadex.commons.collection.FastHashMap
-
- get(Object) - Method in class jadex.commons.collection.IndexMap
-
Returns the value to which this map maps the specified key.
- get(int) - Method in class jadex.commons.collection.IndexMap
-
Returns the element at the specified position in this list.
- get(Object) - Method in class jadex.commons.collection.LeaseTimeMap
-
Returns the collection to which this map maps the specified key.
- get(Object) - Method in class jadex.commons.collection.MultiCollection
-
Returns the collection to which this map maps the specified key.
- get(Object) - Method in class jadex.commons.collection.NestedMap
-
Returns the value to which this map maps the specified key.
- get(Object) - Method in class jadex.commons.collection.OrderedProperties
-
Delegate.
- get(Object) - Method in class jadex.commons.collection.PersistentMap
-
Returns the value for a specified key.
- get(Object) - Method in class jadex.commons.collection.PersistentMap2
-
Returns the value for a specified key.
- get(Object) - Method in class jadex.commons.collection.ShadowedPersistentMap
-
Returns the value for a specified key.
- get(int) - Method in class jadex.commons.collection.WeakList
-
Returns the element at the specified position in this list.
- get(Object) - Method in class jadex.commons.collection.WeakValueMap
-
Get value for key.
- get(int) - Method in class jadex.commons.collection.wrappers.ListWrapper
-
- get(Object) - Method in class jadex.commons.collection.wrappers.MapWrapper
-
- get() - Method in class jadex.commons.future.Future
-
Get the result - blocking call.
- get(long) - Method in class jadex.commons.future.Future
-
Get the result - blocking call.
- get() - Method in interface jadex.commons.future.IFuture
-
Get the result - blocking call.
- get(long) - Method in interface jadex.commons.future.IFuture
-
Get the result - blocking call.
- get() - Method in class jadex.commons.MutableObject
-
- get(int) - Method in class jadex.commons.Tuple
-
Get an entity.
- getAction() - Method in class jadex.commons.beans.EventHandler
-
- getAdditionalBeanInfo() - Method in interface jadex.commons.beans.BeanInfo
-
- getAdditionalBeanInfo() - Method in class jadex.commons.beans.SimpleBeanInfo
-
- getAddListenerMethod() - Method in class jadex.commons.beans.EventSetDescriptor
-
- getAllMethods(Class) - Static method in class jadex.commons.SReflect
-
Get all methods of a class including public, protected
and private methods of the class and its superclasses.
- getAndroidVersion() - Method in interface jadex.commons.SUtil.AndroidUtils
-
Get Android API version.
- getArgument() - Method in class jadex.commons.collection.WeakEntry
-
Get the argument.
- getArguments() - Method in class jadex.commons.beans.Statement
-
- getArray(Object) - Static method in class jadex.commons.SReflect
-
Get an array for an arbitrary collection object.
- getArrayDimension(Object) - Static method in class jadex.commons.SUtil
-
Get the array dimension.
- getArrayLength(Object, Class) - Method in class jadex.commons.transformation.binaryserializer.ArrayCodec2
-
- getArrayLength(Object, Class) - Method in class jadex.commons.transformation.binaryserializer.LegacyArrayCodec
-
- getAsList() - Method in class jadex.commons.collection.IndexMap
-
Return an instance of this index map accessible via list interface.
- getAsMap() - Method in class jadex.commons.collection.IndexMap
-
Return an instance of this index map accessible via map interface.
- getAsText() - Method in interface jadex.commons.beans.PropertyEditor
-
- getAsText() - Method in class jadex.commons.beans.PropertyEditorSupport
-
- getAttr(String) - Method in class org.apache.harmony.beans.Command
-
- getBasicObjectConverter(Class<?>) - Static method in class jadex.commons.transformation.BasicTypeConverter
-
Get a X -> String converter for a source clazz.
- getBasicStringConverter(Class<?>) - Static method in class jadex.commons.transformation.BasicTypeConverter
-
Get a String -> X converter for a target clazz.
- getBeanClass() - Method in class jadex.commons.beans.BeanDescriptor
-
Gets the bean's Class
.
- getBeanContext() - Method in interface jadex.commons.beans.beancontext.BeanContextChild
-
- getBeanContext() - Method in class jadex.commons.beans.beancontext.BeanContextChildSupport
-
- getBeanContext() - Method in class jadex.commons.beans.beancontext.BeanContextEvent
-
- getBeanContextChildPeer() - Method in class jadex.commons.beans.beancontext.BeanContextChildSupport
-
- getBeanContextPeer() - Method in class jadex.commons.beans.beancontext.BeanContextSupport
-
Returns the peer of this context casted as BeanContext
.
- getBeanContextProxy() - Method in interface jadex.commons.beans.beancontext.BeanContextProxy
-
- getBeanContextServicesPeer() - Method in class jadex.commons.beans.beancontext.BeanContextServicesSupport
-
Returns the peer of this context casted as
BeanContextServices
.
- getBeanDescriptor() - Method in interface jadex.commons.beans.BeanInfo
-
- getBeanDescriptor() - Method in class jadex.commons.beans.SimpleBeanInfo
-
- getBeanInfo(Class<?>) - Static method in class jadex.commons.beans.Introspector
-
Gets the BeanInfo
object which contains the information of
the properties, events and methods of the specified bean class.
- getBeanInfo(Class<?>, Class<?>) - Static method in class jadex.commons.beans.Introspector
-
Gets the BeanInfo
object which contains the information of
the properties, events and methods of the specified bean class.
- getBeanInfo(Class<?>, int) - Static method in class jadex.commons.beans.Introspector
-
Gets the BeanInfo
object which contains the information of
the properties, events and methods of the specified bean class.
- getBeanInfoSearchPath() - Static method in class jadex.commons.beans.Introspector
-
Gets an array of search packages.
- getBeanIntrospector() - Method in class jadex.commons.transformation.binaryserializer.BeanIntrospectorFactory
-
Gets an introspector with default lru size.
- getBeanIntrospector(int) - Method in class jadex.commons.transformation.binaryserializer.BeanIntrospectorFactory
-
Gets an introspector.
- getBeanProperties(Class<?>, boolean, boolean) - Method in class jadex.commons.transformation.traverser.BeanReflectionIntrospector
-
Get the bean properties for a specific clazz.
- getBeanProperties(Class<?>, boolean, boolean) - Method in interface jadex.commons.transformation.traverser.IBeanIntrospector
-
Get the bean properties for a class.
- getBooleanProperty(String) - Method in class jadex.commons.Properties
-
Get a boolean property.
- getBooleanProperty(Properties[], String) - Static method in class jadex.commons.Properties
-
Get a boolean property.
- getBufferAccess() - Method in class jadex.commons.transformation.binaryserializer.GrowableByteBuffer
-
Direct buffer access, handle with care.
- getByteBuffer(int) - Method in class jadex.commons.transformation.binaryserializer.DecodingContext
-
Gets a ByteBuffer window of the content.
- getByteBuffer(int) - Method in class jadex.commons.transformation.binaryserializer.EncodingContext
-
Reserves a byte buffer on the stream.
- getByteBuffer(int) - Method in class jadex.commons.transformation.binaryserializer.GrowableByteBuffer
-
Reserves a byte buffer.
- getBytes() - Method in class jadex.commons.transformation.binaryserializer.EncodingContext
-
Returns the encoded bytes.
- getCacheDate() - Method in class jadex.commons.collection.CacheEntry
-
Get the cachedate.
- getCachedField(Class, String) - Static method in class jadex.commons.SReflect
-
Get a cached field.
- getCachedModel(String, String, String[], Object) - Method in class jadex.commons.AbstractModelLoader
-
Get a cached model.
- getCapacity() - Method in class jadex.commons.ConstantPoolStrategy
-
Get the number of free workers.
- getCapacity() - Method in class jadex.commons.DefaultPoolStrategy
-
Get the capacity.
- getCapacity() - Method in interface jadex.commons.IPoolStrategy
-
Get the number of free workers.
- getChildBeanContextChild(Object) - Static method in class jadex.commons.beans.beancontext.BeanContextSupport
-
Returns the BeanContextChild
related with the given child.
- getChildBeanContextMembershipListener(Object) - Static method in class jadex.commons.beans.beancontext.BeanContextSupport
-
Returns the given child casted to BeanContextMembershipListener
,
or null if it does not implements the interface.
- getChildBeanContextServicesListener(Object) - Static method in class jadex.commons.beans.beancontext.BeanContextServicesSupport
-
Returns the given child casted to
BeanContextServicesListener
, or null if it does not
implements the interface.
- getChildPropertyChangeListener(Object) - Static method in class jadex.commons.beans.beancontext.BeanContextSupport
-
Returns the given child casted to PropertyChangeListener
,
or null if it does not implements the interface.
- getChildren() - Method in class jadex.commons.collection.TreeNode
-
Return the children of node.
- getChildSerializable(Object) - Static method in class jadex.commons.beans.beancontext.BeanContextSupport
-
Returns the given child casted to Serializable
,
or null if it does not implements the interface.
- getChildVetoableChangeListener(Object) - Static method in class jadex.commons.beans.beancontext.BeanContextSupport
-
Returns the given child casted to VetoableChangeListener
,
or null if it does not implements the interface.
- getChildVisibility(Object) - Static method in class jadex.commons.beans.beancontext.BeanContextSupport
-
Returns the given child casted to Visibility
,
or null if it does not implements the interface.
- getClass(Type) - Static method in class jadex.commons.SReflect
-
Get the class for a type.
- getClassloader() - Method in class jadex.commons.transformation.binaryserializer.AbstractDecodingContext
-
Gets the classloader.
- getClassLoader() - Method in class jadex.commons.transformation.binaryserializer.AbstractEncodingContext
-
Gets the classloader.
- getClassloader() - Method in interface jadex.commons.transformation.binaryserializer.IDecodingContext
-
Gets the classloader.
- getClassLoader() - Method in interface jadex.commons.transformation.binaryserializer.IEncodingContext
-
Gets the classloader.
- getClassName() - Method in class jadex.commons.FieldInfo
-
Get the classname.
- getClassName() - Method in class jadex.commons.MethodInfo
-
Gets the class name for retrieving the method.
- getClassName(Class<?>) - Static method in class jadex.commons.SReflect
-
Beautifies names of arrays (eg 'String[]' instead of '[LString;').
- getClassname(String) - Static method in class jadex.commons.transformation.STransformation
-
Get the actual class name for an alias namr.
- getClasspathURLs(ClassLoader, boolean) - Static method in class jadex.commons.SUtil
-
Get the current classpath as a list of URLs
- getClazz() - Method in class jadex.bridge.modelinfo.UnparsedExpression
-
Get the clazz.
- getCleaner() - Method in class jadex.commons.collection.LRU
-
Get the cleaner object.
- getClockTime() - Method in class jadex.commons.collection.LeaseTimeCollection
-
Get the current time.
- getCnt() - Method in class jadex.commons.future.CounterResultListener
-
Get the current number of received results.
- getCodeSource(String, String) - Static method in class jadex.commons.SUtil
-
Get the source code base using a packagename and a filename.
- getCollection(Object) - Method in class jadex.commons.collection.MultiCollection
-
Get the values associated to a key as collection.
- getCommittedVirtualMemorySize() - Static method in class jadex.commons.OperatingSystemMXBeanFacade
-
- getContent() - Method in class jadex.commons.transformation.binaryserializer.DecodingContext
-
Gets the content being decoded.
- getCurrentClassName() - Method in class jadex.commons.transformation.binaryserializer.AbstractDecodingContext
-
Gets the current class name.
- getCurrentClassName() - Method in interface jadex.commons.transformation.binaryserializer.IDecodingContext
-
Gets the current class name.
- getCurrentServiceClasses() - Method in interface jadex.commons.beans.beancontext.BeanContextServices
-
- getCurrentServiceClasses() - Method in class jadex.commons.beans.beancontext.BeanContextServicesSupport
-
Returns an iterator of all registered service classes, with
removed()
disabled.
- getCurrentServiceSelectors() - Method in class jadex.commons.beans.beancontext.BeanContextServiceAvailableEvent
-
- getCurrentServiceSelectors(BeanContextServices, Class) - Method in interface jadex.commons.beans.beancontext.BeanContextServiceProvider
-
- getCurrentServiceSelectors(Class) - Method in interface jadex.commons.beans.beancontext.BeanContextServices
-
- getCurrentServiceSelectors(BeanContextServices, Class) - Method in class jadex.commons.beans.beancontext.BeanContextServicesSupport.BCSSProxyServiceProvider
-
Throws UnsupportedOperationException
.
- getCurrentServiceSelectors(Class) - Method in class jadex.commons.beans.beancontext.BeanContextServicesSupport
-
Returns the service selectors of the specified service.
- getCustomizerClass() - Method in class jadex.commons.beans.BeanDescriptor
-
Gets the bean's customizer Class
/
- getData() - Method in class jadex.commons.collection.CacheEntry
-
Get the data.
- getData() - Method in class jadex.commons.collection.TreeNode
-
Get the node data.
- getData() - Method in class jadex.commons.LazyResource
-
Get the resource contents.
- getDate() - Method in class jadex.bridge.VersionInfo
-
Get the release date.
- getDeclared(Object, String) - Static method in class jadex.commons.SReflect
-
Get the declared object, doesnt cumulate through superclasses.
- getDecoderHandlers() - Method in class jadex.commons.transformation.binaryserializer.AbstractDecodingContext
-
Returns the handlers used to decode objects.
- getDecoderHandlers() - Method in interface jadex.commons.transformation.binaryserializer.IDecodingContext
-
Returns the handlers used to decode objects.
- getDefaultDirectory() - Static method in class jadex.commons.SNonAndroid
-
Get the default directory.
- getDefaultDirectory() - Static method in class jadex.commons.SUtil
-
Get the home directory.
- getDefaultEventIndex() - Method in interface jadex.commons.beans.BeanInfo
-
- getDefaultEventIndex() - Method in class jadex.commons.beans.SimpleBeanInfo
-
- getDefaultProcessors() - Static method in class jadex.commons.transformation.traverser.Traverser
-
Get the default traversal processors.
- getDefaultPropertyIndex() - Method in interface jadex.commons.beans.BeanInfo
-
- getDefaultPropertyIndex() - Method in class jadex.commons.beans.SimpleBeanInfo
-
- getDefaultTimeout() - Method in class jadex.commons.future.ThreadSuspendable
-
Get the default timeout.
- getDefaultValue(Class) - Static method in class jadex.commons.SReflect
-
Get default value for basic types.
- getDelegate(Class<?>) - Method in interface jadex.commons.transformation.traverser.IBeanDelegateProvider
-
Returns an accessor delegate.
- getDesiredFree() - Method in class jadex.commons.DefaultPoolStrategy
-
Get the desfree.
- getDexEntries(File) - Method in interface jadex.commons.SUtil.AndroidUtils
-
Get all Classes in a dex file as Enumeration.
- getDirtyBytes() - Method in class jadex.commons.collection.PersistentMap
-
Returns the bytes wasted due to stale entries.
- getDirtyBytes() - Method in class jadex.commons.collection.PersistentMap2
-
Returns the bytes wasted due to stale entries.
- getDirtyBytes() - Method in class jadex.commons.collection.ShadowedPersistentMap
-
Returns the bytes wasted due to stale entries.
- getDisplayName() - Method in class jadex.commons.beans.FeatureDescriptor
-
- getDisplayName(File) - Static method in class jadex.commons.SNonAndroid
-
Get the display name (e.g.
- getDisplayName(File) - Static method in class jadex.commons.SUtil
-
Get the display name (e.g.
- getDoubleProperty(String) - Method in class jadex.commons.Properties
-
Get a double property.
- getDurationHMS(long) - Static method in class jadex.commons.SUtil
-
Get a string representation for a duration.
- getEditorSearchPath() - Static method in class jadex.commons.beans.PropertyEditorManager
-
- getEmptyFuture() - Static method in class jadex.commons.future.Future
-
Get the empty future of some type.
- getEncodedSize(long) - Static method in class jadex.commons.transformation.binaryserializer.VarInt
-
Determines the encoded size of a value.
- getEntities() - Method in class jadex.commons.Tuple
-
Get entities
- getEntity(int) - Method in class jadex.commons.Tuple
-
Get an entity.
- getEntriesSize() - Method in class jadex.commons.collection.ActionReferenceQueue
-
Get the size of the entries (existing objects).
- getErrorReporter() - Method in class jadex.commons.transformation.binaryserializer.AbstractDecodingContext
-
Gets the error reporter.
- getErrorReporter() - Method in interface jadex.commons.transformation.binaryserializer.IDecodingContext
-
Gets the error reporter.
- getEventPropertyName() - Method in class jadex.commons.beans.EventHandler
-
- getEventSetDescriptors() - Method in interface jadex.commons.beans.BeanInfo
-
- getEventSetDescriptors() - Method in class jadex.commons.beans.SimpleBeanInfo
-
- getException() - Method in class jadex.commons.AbstractModelLoader.BrokenModel
-
Get the exception.
- getException() - Method in class jadex.commons.future.Future
-
Get the exception, if any.
- getException() - Method in interface jadex.commons.future.IFuture
-
Get the exception, if any.
- getExceptionListener() - Method in class jadex.commons.beans.Encoder
-
Returns the exception listener of this encoder.
- getExceptionListener() - Method in class jadex.commons.beans.XMLDecoder
-
Returns the exception listener.
- getExceptionStacktrace(Exception) - Static method in class jadex.commons.SUtil
-
Get the exception stacktrace.
- getExpirationTime(long) - Method in class jadex.commons.collection.LeaseTimeCollection
-
Get the expiration time.
- getExtendedObjectConverter(Class<?>) - Static method in class jadex.commons.transformation.BasicTypeConverter
-
Get a X -> String converter for a source clazz.
- getExtendedStringConverter(Class<?>) - Static method in class jadex.commons.transformation.BasicTypeConverter
-
Get a String -> X converter for a target clazz.
- getExtensionSize(byte[], int) - Static method in class jadex.commons.transformation.binaryserializer.VarInt
-
Returns the number of bytes used for this number past the first byte.
- getExtensionSize(byte) - Static method in class jadex.commons.transformation.binaryserializer.VarInt
-
Returns the number of bytes used for this number past the first byte.
- getExtremeElementIndex(Vector, int) - Static method in class jadex.commons.SUtil
-
Remove the least element form a collection.
- getField(ClassLoader) - Method in class jadex.commons.FieldInfo
-
- getField(Class, String) - Static method in class jadex.commons.SReflect
-
Get a field of the class,
or any of it's superclasses.
- getField() - Method in class jadex.commons.transformation.traverser.BeanProperty
-
Get the field.
- getFile(URL) - Static method in class jadex.commons.SUtil
-
Get the file from an URL.
- getFilename() - Method in class jadex.commons.AbstractModelLoader.BrokenModel
-
Get the filename.
- getFilename() - Method in class jadex.commons.CachedObject
-
Get the filename.
- getFilename() - Method in interface jadex.commons.ICacheableModel
-
Get the filename.
- getFilename() - Method in class jadex.commons.ResourceInfo
-
Get the filename.
- getFiles(File, boolean) - Static method in class jadex.commons.SNonAndroid
-
Get the files of a directory.
- getFiles(File, boolean) - Static method in class jadex.commons.SUtil
-
Get the files of a directory.
- getFilters() - Method in class jadex.commons.ComposedFilter
-
Get the filters.
- getFilters() - Method in class jadex.commons.ComposedRemoteFilter
-
Get the filters.
- getFirstEntity() - Method in class jadex.commons.Tuple2
-
Get the first entity.
- getFirstEntity() - Method in class jadex.commons.Tuple3
-
Get the first entity.
- getFirstResult() - Method in interface jadex.commons.future.ITuple2Future
-
Get the first result.
- getFirstResult() - Method in class jadex.commons.future.Tuple2Future
-
Get the first result.
- getFreePhysicalMemorySize() - Static method in class jadex.commons.OperatingSystemMXBeanFacade
-
- getFreeSwapSpaceSize() - Static method in class jadex.commons.OperatingSystemMXBeanFacade
-
- getFuture() - Method in exception jadex.commons.future.DuplicateResultException
-
Get the future.
- getFuture(Class<?>) - Method in class jadex.commons.future.Future
-
Sequential execution of async methods via implicit delegation.
- getGenericClassName(Type, Class<?>) - Static method in class jadex.commons.SReflect
-
Returns generic type name.
- getGenericType() - Method in class jadex.commons.transformation.traverser.BeanProperty
-
Get the gentype.
- getGenericTypeName() - Method in class jadex.bridge.ClassInfo
-
Get the generic type name.
- getGeninfo() - Method in class jadex.bridge.ClassInfo
-
Get the geninfo.
- getGetListenerMethod() - Method in class jadex.commons.beans.EventSetDescriptor
-
- getGuesser() - Method in class jadex.commons.SimpleMethodParameterGuesser
-
Get the guesser.
- getHashCode(File) - Static method in class jadex.commons.SUtil
-
Get the hash code for a file or directory.
- getHashCode(Object) - Static method in class org.apache.harmony.beans.BeansUtils
-
- getHashCode(boolean) - Static method in class org.apache.harmony.beans.BeansUtils
-
- getHomeDirectory() - Static method in class jadex.commons.SNonAndroid
-
Get the home directory.
- getHomeDirectory() - Static method in class jadex.commons.SUtil
-
Get the home directory.
- getId() - Method in class jadex.commons.Properties
-
Get the id.
- getIndex() - Method in class jadex.commons.beans.IndexedPropertyChangeEvent
-
Answer the index of the property that was changed in this event.
- getIndexedPropertyType() - Method in class jadex.commons.beans.IndexedPropertyDescriptor
-
Obtains the Class object of the indexed property type.
- getIndexedReadMethod() - Method in class jadex.commons.beans.IndexedPropertyDescriptor
-
Obtains the indexed getter.
- getIndexedWriteMethod() - Method in class jadex.commons.beans.IndexedPropertyDescriptor
-
Obtains the indexed setter.
- getInet4Address() - Static method in class jadex.commons.SUtil
-
Get a IPV4 address of the local host.
- getInet6Address() - Static method in class jadex.commons.SUtil
-
Get a IPV4 address of the local host.
- getInetAddress() - Static method in class jadex.commons.SUtil
-
Get an address of the local host.
- getInnerClassName(Class) - Static method in class jadex.commons.SReflect
-
Get inner class name.
- getInnerGenericType(Type) - Static method in class jadex.commons.SReflect
-
Unwrap a generic type.
- getInputStream() - Method in class jadex.commons.ResourceInfo
-
Get the input stream.
- getInstance() - Static method in class jadex.bridge.VersionInfo
-
Get the version info object.
- getInstance() - Static method in class jadex.commons.transformation.binaryserializer.BeanIntrospectorFactory
-
Gets a factory instance.
- getInstance() - Static method in class jadex.commons.transformation.traverser.Traverser
-
Get the default cloner instance.
- getInstanceOf(Object, Class<?>) - Static method in class jadex.commons.beans.Beans
-
Obtain an alternative type view of the given bean.
- getInterfaces() - Method in class org.apache.harmony.beans.Argument
-
- getIntermediateResults() - Method in interface jadex.commons.future.IIntermediateFuture
-
Get the intermediate results that are currently available.
- getIntermediateResults() - Method in class jadex.commons.future.IntermediateFuture
-
Get the intermediate results that are available.
- getIntProperty(String) - Method in class jadex.commons.Properties
-
Get an int property.
- getIntProperty(Properties[], String) - Static method in class jadex.commons.Properties
-
Get an int property.
- getIterable(Object) - Static method in class jadex.commons.SReflect
-
Get an iterator for an arbitrary collection object.
- getIterator(Object) - Static method in class jadex.commons.SReflect
-
Get an iterator for an arbitrary collection object.
- getJarName(String) - Static method in class jadex.commons.SUtil
-
Get the name of a jar file without extension and version info.
- getJavaInitializationString() - Method in interface jadex.commons.beans.PropertyEditor
-
- getJavaInitializationString() - Method in class jadex.commons.beans.PropertyEditorSupport
-
- getKey(int) - Method in class jadex.commons.collection.IndexMap
-
Get an indexed key.
- getKey() - Method in class jadex.commons.collection.PersistentMap.DeletedKey
-
Gets the key.
- getKey() - Method in class jadex.commons.collection.PersistentMap2.DeletedKey
-
Gets the key.
- getKey() - Method in class jadex.commons.collection.ShadowedPersistentMap.DeletedKey
-
Gets the key.
- getKeys() - Method in class jadex.commons.collection.FastHashMap
-
- getKeys() - Method in class jadex.commons.collection.IndexMap
-
Get the keys as array.
- getKeys(Class<?>) - Method in class jadex.commons.collection.IndexMap
-
Get the keys as array.
- getKeys() - Method in class jadex.commons.collection.MultiCollection
-
Get the keys as array.
- getKeys(Class<?>) - Method in class jadex.commons.collection.MultiCollection
-
Get the keys as array.
- getKnownObjects() - Method in class jadex.commons.transformation.binaryserializer.AbstractDecodingContext
-
Returns the known objects.
- getKnownObjects() - Method in interface jadex.commons.transformation.binaryserializer.IDecodingContext
-
Returns the known objects.
- getKvPosition() - Method in class jadex.commons.collection.PersistentMap.ValueInfo
-
Gets the kvposition.
- getKvPosition() - Method in class jadex.commons.collection.PersistentMap2.ValueInfo
-
Gets the kvposition.
- getKvPosition() - Method in class jadex.commons.collection.ShadowedPersistentMap.ValueInfo
-
Gets the kvposition.
- getKvSize() - Method in class jadex.commons.collection.PersistentMap.ValueInfo
-
Gets the kvsize.
- getKvSize() - Method in class jadex.commons.collection.PersistentMap2.ValueInfo
-
Gets the kvsize.
- getKvSize() - Method in class jadex.commons.collection.ShadowedPersistentMap.ValueInfo
-
Gets the kvsize.
- getLanguage() - Method in class jadex.bridge.modelinfo.UnparsedExpression
-
Get the language.
- getLastChecked() - Method in class jadex.commons.AbstractModelLoader.BrokenModel
-
Get the last check time of the model.
- getLastChecked() - Method in interface jadex.commons.ICacheableModel
-
Get the last check time of the model.
- getLastModified() - Method in class jadex.commons.AbstractModelLoader.BrokenModel
-
Get the last modification time of the model.
- getLastModified() - Method in class jadex.commons.CachedObject
-
Get the last modified date.
- getLastModified() - Method in interface jadex.commons.ICacheableModel
-
Get the last modification time of the model.
- getLastModified() - Method in class jadex.commons.ResourceInfo
-
Get the last modified date.
- getLastModified(File) - Static method in class jadex.commons.SUtil
-
Recursively get the newest last modified of a file or directory tree.
- getLastModified(File, boolean) - Static method in class jadex.commons.SUtil
-
Recursively get the newest last modified of a file or directory tree.
- getLastObject() - Method in class jadex.commons.transformation.binaryserializer.AbstractDecodingContext
-
Returns the last object decoded.
- getLastObject() - Method in interface jadex.commons.transformation.binaryserializer.IDecodingContext
-
Returns the last object decoded.
- getLatestProperty(String) - Method in class jadex.commons.Properties
-
Get the latest property by type.
- getLatestProperty(Properties[], String) - Static method in class jadex.commons.Properties
-
Get the latest property by type.
- getLeaseTime() - Method in class jadex.commons.collection.LeaseTimeCollection
-
Get the leasetime.
- getList() - Method in class jadex.commons.collection.wrappers.ListWrapper
-
- getListenerMethodDescriptors() - Method in class jadex.commons.beans.EventSetDescriptor
-
- getListenerMethodName() - Method in class jadex.commons.beans.EventHandler
-
- getListenerMethods() - Method in class jadex.commons.beans.EventSetDescriptor
-
- getListenerType() - Method in class jadex.commons.beans.EventSetDescriptor
-
- getLocale() - Method in class jadex.commons.beans.beancontext.BeanContextSupport
-
Returns the locale of this context.
- getLocalMap() - Method in class jadex.commons.collection.NestedMap
-
Get the map containing the local mappings.
- getLongProperty(String) - Method in class jadex.commons.Properties
-
Get a long property.
- getLongProperty(Properties[], String) - Static method in class jadex.commons.Properties
-
Get a long property.
- getMacAddress() - Static method in class jadex.commons.SUtil
-
Get the mac address.
- getMacAddresses() - Static method in class jadex.commons.SNonAndroid
-
Get the mac address.
- getMacAddresses() - Static method in class jadex.commons.SUtil
-
Get the mac address.
- getMax() - Method in class jadex.commons.future.Tuple2Future
-
Get the number of results of the type of future..
- getMaxCount() - Method in class jadex.commons.DefaultPoolStrategy
-
Get the max cnt.
- getMaxEntries() - Method in class jadex.commons.collection.LRU
-
Get the maximum number of the
- getMaxWait() - Method in class jadex.commons.DefaultPoolStrategy
-
Get the maxwait.
- getMetaData(String) - Method in interface jadex.commons.meta.ITypedPropertyObject
-
Returns for the given property name the specific metadata information
- getMetaData(String) - Method in class jadex.commons.meta.TypedPropertyObject
-
- getMetaDatas() - Method in interface jadex.commons.meta.ITypedPropertyObject
-
retrives a map wich contains all property meta
data information given to this Property object
- getMetaDatas() - Method in class jadex.commons.meta.TypedPropertyObject
-
- getMethod() - Method in class jadex.commons.beans.MethodDescriptor
-
Gets the method.
- getMethod(ClassLoader) - Method in class jadex.commons.MethodInfo
-
- getMethod(Class, String, Class[]) - Static method in class jadex.commons.SReflect
-
Get a method of the class.
- getMethodDescriptors() - Method in interface jadex.commons.beans.BeanInfo
-
- getMethodDescriptors() - Method in class jadex.commons.beans.SimpleBeanInfo
-
- getMethodName() - Method in class jadex.commons.beans.Statement
-
- getMethodName() - Static method in class jadex.commons.SReflect
-
Get the current method name from the caller.
- getMethods(Class, String) - Static method in class jadex.commons.SReflect
-
Get public method(s) of the class by name.
- getMethodSignature(Method) - Static method in class jadex.commons.SReflect
-
Get the generic signature of a method.
- getMonitor() - Method in interface jadex.commons.future.ISuspendable
-
Get the monitor for waiting.
- getMonitor() - Method in class jadex.commons.future.ThreadSuspendable
-
Get the monitor for waiting.
- getName() - Method in class jadex.bridge.modelinfo.UnparsedExpression
-
Get the name.
- getName() - Method in class jadex.commons.beans.FeatureDescriptor
-
Gets the name.
- getName() - Method in class jadex.commons.FieldInfo
-
Get the name.
- getName() - Method in class jadex.commons.MethodInfo
-
Get the name.
- getName() - Method in class jadex.commons.Properties
-
Get the name.
- getName() - Method in class jadex.commons.Property
-
Get the name.
- getName() - Method in class jadex.commons.transformation.traverser.BeanProperty
-
Get the name.
- getNameWithParameters() - Method in class jadex.commons.MethodInfo
-
Get the name with parameters, e.g.
- getNetworkAddresses() - Static method in class jadex.commons.SUtil
-
Get the addresses to be used for transports.
- getNetworkInterfaces() - Static method in class jadex.commons.SUtil
-
Get the network interfaces.
- getNetworkIp(InetAddress, short) - Static method in class jadex.commons.SUtil
-
Get the network ip for an internet address and the prefix length.
- getNetworkIps() - Static method in class jadex.commons.SNonAndroid
-
Get the network ips.
- getNetworkPrefixLength(InetAddress) - Static method in class jadex.commons.SNonAndroid
-
Get the network prefix length for IPV4 address
24=C, 16=B, 8=A classes.
- getNetworkPrefixLength(InetAddress) - Static method in class jadex.commons.SUtil
-
Get the network prefix length for IPV4 address
24=C, 16=B, 8=A classes.
- getNewValue() - Method in class jadex.commons.beans.PropertyChangeEvent
-
- getNextIntermediateResult() - Method in interface jadex.commons.future.IIntermediateFuture
-
Iterate over the intermediate results in a blocking fashion.
- getNextIntermediateResult() - Method in class jadex.commons.future.IntermediateFuture
-
Iterate over the intermediate results in a blocking fashion.
- getNonInnerClassCache() - Method in class jadex.commons.transformation.binaryserializer.AbstractEncodingContext
-
Returns the non-inner class cache.
- getNonInnerClassCache() - Method in interface jadex.commons.transformation.binaryserializer.IEncodingContext
-
Returns the non-inner class cache.
- getNum() - Method in class jadex.commons.future.TupleResult
-
Get the num.
- getNumber() - Method in class jadex.commons.future.CounterResultListener
-
Get the number of results this Listener is waiting for.
- getNumberDateString() - Method in class jadex.bridge.VersionInfo
-
Get the release date as short number string
(format=yyyy/MM/dd, e.g.
- getNumberOfChildren() - Method in class jadex.commons.collection.TreeNode
-
Returns the number of immediate children of this node.
- getObject() - Method in class jadex.commons.CachedObject
-
Get the cached object
- getObject(Object) - Method in class jadex.commons.collection.MultiCollection
-
Get first object for a key (unwraps from collection).
- getObjects() - Method in class jadex.commons.collection.IndexMap
-
Get the values as array.
- getObjects(Class) - Method in class jadex.commons.collection.IndexMap
-
Get the values as array.
- getObjects() - Method in class jadex.commons.collection.MultiCollection
-
Get the values as array.
- getObjects(Class<?>) - Method in class jadex.commons.collection.MultiCollection
-
Get the values as array.
- getOffset() - Method in class jadex.commons.transformation.binaryserializer.DecodingContext
-
Gets the current offset.
- getOldValue() - Method in class jadex.commons.beans.PropertyChangeEvent
-
- getOperator() - Method in class jadex.commons.ComposedFilter
-
Get the operator.
- getOperator() - Method in class jadex.commons.ComposedRemoteFilter
-
Get the operator.
- getOutForSystemIn() - Static method in class jadex.commons.SUtil
-
Get an output stream that is automatically fed into the new System.in,
i.e.
- getOutputStreams() - Method in class jadex.commons.MultiStream
-
Get the output streams.
- getOwner() - Method in class jadex.commons.beans.XMLDecoder
-
Returns the owner of this decoder.
- getOwner() - Method in class jadex.commons.beans.XMLEncoder
-
Returns the owner of this encoder.
- getPackageName(Class) - Static method in class jadex.commons.SReflect
-
Get the package of a class.
- getParameterDescriptors() - Method in class jadex.commons.beans.MethodDescriptor
-
Gets the parameter descriptors.
- getParameterTypeInfos() - Method in class jadex.commons.MethodInfo
-
Get the parametertypes.
- getParameterTypes() - Method in class jadex.commons.MethodInfo
-
Deprecated.
- getParameterTypes(ClassLoader) - Method in class jadex.commons.MethodInfo
-
Get the parametertypes as classes.
- getParent() - Method in class jadex.commons.SimpleParameterGuesser
-
Get the parent guesser.
- getParentDirectory(File) - Static method in class jadex.commons.SNonAndroid
-
Get the parent directory.
- getParentDirectory(File) - Static method in class jadex.commons.SUtil
-
Get the parent directory.
- getParsed() - Method in class jadex.bridge.modelinfo.UnparsedExpression
-
Get the parsed.
- getPersistenceDelegate(Class<?>) - Method in class jadex.commons.beans.Encoder
-
Returns a PersistenceDelegate
for the given class type.
- getPlural(String) - Static method in class jadex.commons.SUtil
-
Get the plural of a word in singular.
- getPosition() - Method in class jadex.commons.collection.PersistentMap.ValueInfo
-
Gets the position.
- getPosition() - Method in class jadex.commons.collection.PersistentMap2.ValueInfo
-
Gets the position.
- getPosition() - Method in class jadex.commons.collection.ShadowedPersistentMap.ValueInfo
-
Gets the position.
- getPosition() - Method in class jadex.commons.transformation.binaryserializer.GrowableByteBuffer
-
Returns the position in the buffer that is next written to.
- getPostProcessors() - Method in class jadex.commons.transformation.binaryserializer.AbstractDecodingContext
-
Returns the handlers used for post-processing.
- getPostProcessors() - Method in interface jadex.commons.transformation.binaryserializer.IDecodingContext
-
Returns the handlers used for post-processing.
- getPrefixLength(File) - Static method in class jadex.commons.SUtil
-
Get the prefix length of a file.
- getPrefixNotation() - Method in class jadex.bridge.ClassInfo
-
Get class info in prefix notation, i.e.
- getPreprocessors() - Method in class jadex.commons.transformation.binaryserializer.AbstractEncodingContext
-
Returns the preprocessors.
- getPreprocessors() - Method in interface jadex.commons.transformation.binaryserializer.IEncodingContext
-
Returns the preprocessors.
- getPrimitiveClass(String) - Static method in class org.apache.harmony.beans.Command
-
- getProcessCpuLoad() - Method in class jadex.commons.OperatingSystemMXBeanFacade
-
- getProcessCpuTime() - Static method in class jadex.commons.OperatingSystemMXBeanFacade
-
- getPropagatedFrom() - Method in class jadex.commons.beans.beancontext.BeanContextEvent
-
- getPropagationId() - Method in class jadex.commons.beans.PropertyChangeEvent
-
- getProperties() - Method in interface jadex.commons.IPropertiesProvider
-
Write current state into properties.
- getProperties() - Method in class jadex.commons.Properties
-
Get all properties.
- getProperties(String) - Method in class jadex.commons.Properties
-
Get properties by type.
- getProperties(Properties[], String) - Static method in class jadex.commons.Properties
-
Get properties by type.
- getProperties() - Method in class jadex.commons.SimplePropertyObject
-
Get the properties (bean accessor).
- getProperty(String) - Method in interface jadex.commons.IPropertyObject
-
Returns a property.
- getProperty(String) - Method in interface jadex.commons.meta.IPropertyMetaDataSet
-
Returns the Meta information for the specified property
- getProperty(String) - Method in class jadex.commons.Properties
-
Get a properties by type.
- getProperty(String) - Method in class jadex.commons.SimplePropertyObject
-
Returns a property.
- getPropertyChangeEvent() - Method in exception jadex.commons.beans.PropertyVetoException
-
Gets the property change event.
- getPropertyChangeListeners(String) - Method in class jadex.commons.beans.PropertyChangeSupport
-
- getPropertyChangeListeners() - Method in class jadex.commons.beans.PropertyChangeSupport
-
- getPropertyDescriptors() - Method in interface jadex.commons.beans.BeanInfo
-
- getPropertyDescriptors() - Method in class jadex.commons.beans.SimpleBeanInfo
-
- getPropertyEditorClass() - Method in class jadex.commons.beans.PropertyDescriptor
-
- getPropertyName() - Method in class jadex.commons.beans.PropertyChangeEvent
-
- getPropertyName() - Method in class jadex.commons.beans.PropertyChangeListenerProxy
-
- getPropertyName() - Method in class jadex.commons.beans.VetoableChangeListenerProxy
-
- getPropertyNames() - Method in interface jadex.commons.IPropertyObject
-
Returns all of the properties.
- getPropertyNames() - Method in class jadex.commons.SimplePropertyObject
-
Returns all of the properties.
- getPropertyType() - Method in class jadex.commons.beans.PropertyDescriptor
-
- getPropertyValue(Object) - Method in class jadex.commons.transformation.traverser.BeanProperty
-
Retrieves the bean property value for the given object.
- getPropertyValue(Object, String) - Method in interface jadex.commons.transformation.traverser.IBeanAccessorDelegate
-
Retrieves a bean property value.
- getReadMethod() - Method in class jadex.commons.beans.PropertyDescriptor
-
- getRemoveListenerMethod() - Method in class jadex.commons.beans.EventSetDescriptor
-
- getResource(String, BeanContextChild) - Method in interface jadex.commons.beans.beancontext.BeanContext
-
- getResource(String, BeanContextChild) - Method in class jadex.commons.beans.beancontext.BeanContextSupport
-
- getResource(String, ClassLoader) - Static method in class jadex.commons.SUtil
-
Get an input stream for whatever provided.
- getResource0(String, ClassLoader) - Static method in class jadex.commons.SUtil
-
Get an input stream for whatever provided.
- getResourceAsStream(String, BeanContextChild) - Method in interface jadex.commons.beans.beancontext.BeanContext
-
- getResourceAsStream(String, BeanContextChild) - Method in class jadex.commons.beans.beancontext.BeanContextSupport
-
- getResourceInfo(String, String[], ClassLoader) - Method in class jadex.commons.AbstractModelLoader
-
Find the file for a given name using any supported extension.
- getResourceInfo(String, String, String[], ClassLoader) - Method in class jadex.commons.AbstractModelLoader
-
Find the file for a given name.
- getResourceInfo0(String, String[], ClassLoader) - Method in class jadex.commons.AbstractModelLoader
-
Find the file for a given name using any supported extension.
- getResourceInfo0(String, ClassLoader) - Static method in class jadex.commons.SUtil
-
Get an input stream for whatever provided.
- getResult() - Method in class jadex.commons.future.TupleResult
-
Get the result.
- getResult() - Method in class org.apache.harmony.beans.Command
-
- getResultCount() - Method in class jadex.commons.future.CollectionResultListener
-
Get the result count.
- getResultType() - Method in class org.apache.harmony.beans.Command
-
- getResultValue() - Method in class org.apache.harmony.beans.Command
-
- getReturnObject(Object, Class, boolean, ClassLoader) - Method in class jadex.commons.transformation.traverser.ArrayProcessor
-
- getReturnObject(Object, Class<?>, boolean, ClassLoader) - Method in class jadex.commons.transformation.traverser.BeanProcessor
-
Get the object that is returned.
- getReturnObject(Object, Class) - Method in class jadex.commons.transformation.traverser.CollectionProcessor
-
- getReturnObject(Object, Class, boolean) - Method in class jadex.commons.transformation.traverser.ListProcessor
-
Get the return object.
- getReturnObject(Object, Class, boolean) - Method in class jadex.commons.transformation.traverser.MapProcessor
-
- getReturnObject(Object, Class<?>, boolean) - Method in class jadex.commons.transformation.traverser.MultiCollectionProcessor
-
- getReturnObject(Object, Class, boolean) - Method in class jadex.commons.transformation.traverser.SetProcessor
-
Get the return object.
- getReturnTypeInfo() - Method in class jadex.commons.MethodInfo
-
Get the return type.
- getReverseMultiCollection() - Method in class jadex.commons.collection.TwoWayMultiCollection
-
Get the reverse multi-collection.
- getRootNode() - Method in class jadex.commons.collection.Tree
-
Return the root node of the tree.
- getRootObject() - Method in class jadex.commons.transformation.binaryserializer.AbstractEncodingContext
-
Get the rootobject.
- getRootObject() - Method in interface jadex.commons.transformation.binaryserializer.IEncodingContext
-
Get the rootobject.
- getSecondEntity() - Method in class jadex.commons.Tuple2
-
Get the second entity.
- getSecondEntity() - Method in class jadex.commons.Tuple3
-
Get the second entity.
- getSecondResult() - Method in interface jadex.commons.future.ITuple2Future
-
Get the second result.
- getSecondResult() - Method in class jadex.commons.future.Tuple2Future
-
Get the second result.
- getSelectedBreakpoints() - Method in interface jadex.commons.IBreakpointPanel
-
Get the currently selected breakpoints.
- getSelectedIndex() - Method in class jadex.commons.FixedJComboBox
-
- getService(BeanContextServices, Object, Class, Object) - Method in interface jadex.commons.beans.beancontext.BeanContextServiceProvider
-
- getService(BeanContextChild, Object, Class, Object, BeanContextServiceRevokedListener) - Method in interface jadex.commons.beans.beancontext.BeanContextServices
-
- getService(BeanContextServices, Object, Class, Object) - Method in class jadex.commons.beans.beancontext.BeanContextServicesSupport.BCSSProxyServiceProvider
-
Throws UnsupportedOperationException
.
- getService(BeanContextChild, Object, Class, Object, BeanContextServiceRevokedListener) - Method in class jadex.commons.beans.beancontext.BeanContextServicesSupport
-
Get a service instance on behalf of the specified child of this context,
by calling the registered service provider, or by delegating to the
parent context.
- getServiceClass() - Method in class jadex.commons.beans.beancontext.BeanContextServiceAvailableEvent
-
- getServiceClass() - Method in class jadex.commons.beans.beancontext.BeanContextServiceRevokedEvent
-
- getServiceProvider() - Method in class jadex.commons.beans.beancontext.BeanContextServicesSupport.BCSSServiceProvider
-
Returns the service provider of the related service.
- getServicesBeanInfo() - Method in interface jadex.commons.beans.beancontext.BeanContextServiceProviderBeanInfo
-
- getSetterType() - Method in class jadex.commons.transformation.traverser.BeanProperty
-
Get the setter_type.
- getShortDescription() - Method in class jadex.commons.beans.FeatureDescriptor
-
- getSingular(String) - Static method in class jadex.commons.SUtil
-
Get the singular of a word in plural.
- getSize() - Method in class jadex.commons.collection.PersistentMap.ValueInfo
-
Gets the size.
- getSize() - Method in class jadex.commons.collection.PersistentMap2.ValueInfo
-
Gets the size.
- getSize() - Method in class jadex.commons.collection.ShadowedPersistentMap.ValueInfo
-
Gets the size.
- getSource() - Method in class jadex.commons.beans.PropertyEditorSupport
-
- getSource() - Method in class jadex.commons.ChangeEvent
-
Get the source.
- getSource() - Method in class jadex.commons.future.TerminableIntermediateDelegationFuture
-
Get the src.
- getSourceAsBeanContextServices() - Method in class jadex.commons.beans.beancontext.BeanContextServiceAvailableEvent
-
- getSourceAsBeanContextServices() - Method in class jadex.commons.beans.beancontext.BeanContextServiceRevokedEvent
-
- getStackTrace(Exception) - Static method in class jadex.commons.SUtil
-
Get the exception stack trace as string.
- getStatus() - Method in class org.apache.harmony.beans.Command
-
- getString(String) - Static method in class org.apache.harmony.beans.internal.nls.Messages
-
Retrieves a message which has no arguments.
- getString(String, Object) - Static method in class org.apache.harmony.beans.internal.nls.Messages
-
Retrieves a message which takes 1 argument.
- getString(String, int) - Static method in class org.apache.harmony.beans.internal.nls.Messages
-
Retrieves a message which takes 1 integer argument.
- getString(String, char) - Static method in class org.apache.harmony.beans.internal.nls.Messages
-
Retrieves a message which takes 1 character argument.
- getString(String, Object, Object) - Static method in class org.apache.harmony.beans.internal.nls.Messages
-
Retrieves a message which takes 2 arguments.
- getString(String, Object[]) - Static method in class org.apache.harmony.beans.internal.nls.Messages
-
Retrieves a message which takes several arguments.
- getStringArray(String, Properties) - Static method in class jadex.commons.SUtil
-
Get a string array of properties that are separated by commas.
- getStringProperty(String) - Method in class jadex.commons.Properties
-
Get a string property.
- getStringProperty(Properties[], String) - Static method in class jadex.commons.Properties
-
Get a string property.
- getSubproperties() - Method in class jadex.commons.Properties
-
Get all subproperties.
- getSubproperties(String) - Method in class jadex.commons.Properties
-
Get subproperties by type.
- getSubproperties(Properties[], String) - Static method in class jadex.commons.Properties
-
Get subproperties by type.
- getSubproperty(String) - Method in class jadex.commons.Properties
-
Get a properties by type.
- getSuperInterfaces(Class[]) - Static method in class jadex.commons.SReflect
-
Get the super interfaces.
- getSystemCpuLoad() - Static method in class jadex.commons.OperatingSystemMXBeanFacade
-
- getTagName() - Method in class org.apache.harmony.beans.Command
-
- getTags() - Method in interface jadex.commons.beans.PropertyEditor
-
- getTags() - Method in class jadex.commons.beans.PropertyEditorSupport
-
- getTarget() - Method in class jadex.commons.beans.EventHandler
-
- getTarget() - Method in class jadex.commons.beans.Statement
-
- getTask(Thread) - Method in class jadex.commons.concurrent.ThreadPool
-
The task for a given thread.
- getTask() - Method in class jadex.commons.concurrent.ThreadPool.ServiceThread
-
Get the runnable (the task).
- getter - Variable in class jadex.commons.transformation.traverser.BeanProperty
-
The getter.
- getTerminationCommand() - Method in class jadex.commons.future.TerminableIntermediateFuture
-
Get the terminate.
- getTextDateString() - Method in class jadex.bridge.VersionInfo
-
Get the release date as long text string
(format=MMMM d, yyyy, e.g.
- getThirdEntity() - Method in class jadex.commons.Tuple3
-
Get the second entity.
- getThreadCount() - Method in class jadex.commons.concurrent.Executor
-
Get the number of threads (running blocked)
for this executor.
- getThreadPool(String) - Static method in class jadex.commons.concurrent.ThreadPoolFactory
-
Get the global thread pool instance.
- getTimestamp() - Method in class jadex.bridge.VersionInfo
-
Get the release date as timestamp string
(format=yyyyMMdd.HHmmss, e.g.
- getTimeToLive() - Method in class jadex.commons.collection.CacheEntry
-
Get the ttl.
- getTotalPhysicalMemorySize() - Static method in class jadex.commons.OperatingSystemMXBeanFacade
-
- getTotalSwapSpaceSize() - Static method in class jadex.commons.OperatingSystemMXBeanFacade
-
- getType(ClassLoader) - Method in class jadex.bridge.ClassInfo
-
Get the type.
- getType(ClassLoader, String[]) - Method in class jadex.bridge.ClassInfo
-
Get the type.
- getType() - Method in class jadex.commons.ChangeEvent
-
Get the type.
- getType() - Method in interface jadex.commons.meta.IPropertyMetaData
-
- getType() - Method in class jadex.commons.Properties
-
Get the type.
- getType() - Method in class jadex.commons.Property
-
Get the type.
- getType() - Method in class jadex.commons.transformation.traverser.BeanProperty
-
Get the type.
- getType() - Method in class org.apache.harmony.beans.Argument
-
- getTypeName() - Method in class jadex.bridge.ClassInfo
-
Get the type name.
- getTypeName() - Method in class jadex.commons.FieldInfo
-
Get the typename.
- getUnqualifiedClassName(Class) - Static method in class jadex.commons.SReflect
-
Get unqualified class name.
- getUnqualifiedTypeName(String) - Static method in class jadex.commons.SReflect
-
Get unqualified type name.
- getUserContext() - Method in class jadex.commons.transformation.binaryserializer.AbstractDecodingContext
-
Returns the user context.
- getUserContext() - Method in class jadex.commons.transformation.binaryserializer.AbstractEncodingContext
-
Returns the user context.
- getUserContext() - Method in interface jadex.commons.transformation.binaryserializer.IEncodingContext
-
Returns the user context.
- getValue() - Method in class jadex.bridge.modelinfo.UnparsedExpression
-
Get the value.
- getValue() - Method in class jadex.commons.beans.Expression
-
- getValue(String) - Method in class jadex.commons.beans.FeatureDescriptor
-
Gets the value associated with the named attribute.
- getValue() - Method in interface jadex.commons.beans.PropertyEditor
-
- getValue() - Method in class jadex.commons.beans.PropertyEditorSupport
-
- getValue() - Method in class jadex.commons.ChangeEvent
-
Get the value.
- getValue() - Method in class jadex.commons.Property
-
Get the value.
- getValue() - Method in class org.apache.harmony.beans.Argument
-
- getVersion() - Method in class jadex.bridge.VersionInfo
-
Get the version string.
- getVetoableChangeListeners(String) - Method in class jadex.commons.beans.VetoableChangeSupport
-
- getVetoableChangeListeners() - Method in class jadex.commons.beans.VetoableChangeSupport
-
- getWorkerCount() - Method in class jadex.commons.ConstantPoolStrategy
-
Get the worker cnt.
- getWorkerCount() - Method in class jadex.commons.DefaultPoolStrategy
-
Get the worker cnt.
- getWorkerCount() - Method in interface jadex.commons.IPoolStrategy
-
Get the worker cnt.
- getWorkerTimeout() - Method in class jadex.commons.ConstantPoolStrategy
-
Get the component timeout.
- getWorkerTimeout() - Method in class jadex.commons.DefaultPoolStrategy
-
Get the worker timeout.
- getWorkerTimeout() - Method in interface jadex.commons.IPoolStrategy
-
Get the component timeout.
- getWrappedType(Class<?>) - Static method in class jadex.commons.SReflect
-
Get the wrapped type.
- getWriteMethod() - Method in class jadex.commons.beans.PropertyDescriptor
-
- getWrittenBytes() - Method in class jadex.commons.transformation.binaryserializer.AbstractEncodingContext
-
Returns the number of bytes written.
- getWrittenBytes() - Method in interface jadex.commons.transformation.binaryserializer.IEncodingContext
-
Returns the number of bytes written.
- getXResult(int) - Method in class jadex.commons.future.Tuple2Future
-
Get the x result.
- globalHierarchyLock - Static variable in interface jadex.commons.beans.beancontext.BeanContext
-
TODO: find out what it should be initialized to
- group - Variable in class jadex.commons.concurrent.ThreadPool
-
The thread group.
- GrowableByteBuffer - Class in jadex.commons.transformation.binaryserializer
-
A growable byte buffer similar to ByteArrayOutputStream but allowing
access to all written parts of the array.
- GrowableByteBuffer() - Constructor for class jadex.commons.transformation.binaryserializer.GrowableByteBuffer
-
Creates an empty buffer.
- GROWTH_EXPONENT - Static variable in class jadex.commons.transformation.binaryserializer.GrowableByteBuffer
-
Buffer growth aggressiveness.
- guessContentTypeByFilename(String) - Static method in class jadex.commons.SUtil
-
Guess the mime type by the file name.
- guessParameter(Class<?>, boolean) - Method in interface jadex.commons.IParameterGuesser
-
Guess a parameter.
- guessParameter(Class<?>, boolean) - Method in class jadex.commons.SimpleParameterGuesser
-
Guess a parameter.
- guessParameters(Class<?>[], IParameterGuesser) - Method in interface jadex.commons.IMethodParameterGuesser
-
Guess the parameters of a method call.
- guessParameters(Class<?>[], IParameterGuesser) - Method in class jadex.commons.SimpleMethodParameterGuesser
-
Guess the parameters of a method call.
- IAsyncFilter<T> - Interface in jadex.commons
-
Generic filter interface.
- IAsyncFilter.AlwaysFilter - Class in jadex.commons
-
A filter that always returns true.
- IAsyncFilter.NeverFilter - Class in jadex.commons
-
A filter that always returns false.
- IBackwardCommandFuture - Interface in jadex.commons.future
-
- IBeanAccessorDelegate - Interface in jadex.commons.transformation.traverser
-
- IBeanDelegateProvider - Interface in jadex.commons.transformation.traverser
-
Provider for supplying Bean Accessor Delegates.
- IBeanIntrospector - Interface in jadex.commons.transformation.traverser
-
Interface for Java bean introspectors.
- IBlockingQueue<T> - Interface in jadex.commons.collection
-
A queue that blocks until an element is available.
- IBlockingQueue.ClosedException - Exception in jadex.commons.collection
-
Closed exception.
- IBooleanCondition - Interface in jadex.commons
-
A dynamic boolean condition that can be evaluated on demand
(polling).
- IBreakpointPanel - Interface in jadex.commons
-
Common interface for breakpoint panels.
- ICacheableModel - Interface in jadex.commons
-
Required interface for models to be managed by abstract model loader.
- icallers - Variable in class jadex.commons.future.IntermediateFuture
-
The blocked intermediate callers (caller->state).
- IChangeListener<T> - Interface in jadex.commons
-
Listener for being notified on change events.
- ICommand<T> - Interface in jadex.commons
-
Interface for commands that represent methods
with arguments but without a return value.
- ICommandFuture - Interface in jadex.commons.future
-
- ICommandFuture.Type - Enum in jadex.commons.future
-
The available commands.
- ICON_COLOR_16x16 - Static variable in interface jadex.commons.beans.BeanInfo
-
- ICON_COLOR_32x32 - Static variable in interface jadex.commons.beans.BeanInfo
-
- ICON_MONO_16x16 - Static variable in interface jadex.commons.beans.BeanInfo
-
- ICON_MONO_32x32 - Static variable in interface jadex.commons.beans.BeanInfo
-
- id - Variable in class jadex.commons.Properties
-
The id.
- IDecoderHandler - Interface in jadex.commons.transformation.binaryserializer
-
- IDecodingContext - Interface in jadex.commons.transformation.binaryserializer
-
Decoding context interface.
- IdentityHashSet<T> - Class in jadex.commons.collection
-
A set based on identity comparison.
- IdentityHashSet() - Constructor for class jadex.commons.collection.IdentityHashSet
-
Create a new identity hash set.
- IEncodingContext - Interface in jadex.commons.transformation.binaryserializer
-
Encoding context interface.
- IErrorReporter - Interface in jadex.commons.transformation.binaryserializer
-
Reporter receiving errors encountered during decoding.
- IExecutable - Interface in jadex.commons.concurrent
-
Interface for objects that can be executed.
- IFilter<T> - Interface in jadex.commons
-
Generic filter interface.
- IForwardCommandFuture - Interface in jadex.commons.future
-
- IForwardCommandFuture.Type - Enum in jadex.commons.future
-
The available commands.
- IFunctionalExceptionListener - Interface in jadex.commons.future
-
Callback interface for methods that should operate decoupled from caller thread.
- IFunctionalResultListener<E> - Interface in jadex.commons.future
-
Callback interface for methods that should operate decoupled from caller thread.
- IFuture<E> - Interface in jadex.commons.future
-
Interface for futures.
- IFutureCommandListener - Interface in jadex.commons.future
-
Additional interface for result listeners that are
able to process commands from the source future.
- IFutureCommandResultListener<E> - Interface in jadex.commons.future
-
Interface that extends both, result listener and future command.
- IGNORE - Static variable in interface jadex.commons.transformation.binaryserializer.IErrorReporter
-
A default error reporter that ignores errors.
- IGNORE_ALL_BEANINFO - Static variable in class jadex.commons.beans.Introspector
-
Constant values to indicate that the Introspector
will
ignore all BeanInfo
class.
- IGNORE_IMMEDIATE_BEANINFO - Static variable in class jadex.commons.beans.Introspector
-
Constant values to indicate that the Introspector
will
ignore the BeanInfo
class of the current bean class.
- IGNORE_RESULT - Static variable in class jadex.commons.transformation.traverser.Traverser
-
- ignoreExceptions() - Static method in class jadex.commons.future.SResultListener
-
Returns an OnExceptionListener that ignores all results.
- ignorefailures - Variable in class jadex.commons.future.CollectionResultListener
-
Flag to indicate that failures should be ignored and only valid results returned.
- ignorefailures - Variable in class jadex.commons.future.CounterResultListener
-
The ignore failure flag.
- ignoreResults() - Static method in class jadex.commons.future.SResultListener
-
Returns a SuccessListener that ignores all results.
- ignorewriteclass - Variable in class jadex.commons.transformation.binaryserializer.AbstractEncodingContext
-
Flag indicating class names should not be written (can be temporarily disabled for one write).
- IIntermediateFuture<E> - Interface in jadex.commons.future
-
Future that support intermediate results.
- IIntermediateFutureCommandResultListener<E> - Interface in jadex.commons.future
-
Interface that extends both, result listener and future command.
- IIntermediateResultListener<E> - Interface in jadex.commons.future
-
Result listener with additional notifications in case of intermediate results.
- ILRUEntryCleaner<V,K> - Interface in jadex.commons.collection
-
The entry cleaner (for performing cleanup code on removed entries in a LRU).
- ImageCodec - Class in jadex.commons.transformation.binaryserializer
-
Codec for encoding and decoding Image objects.
- ImageCodec() - Constructor for class jadex.commons.transformation.binaryserializer.ImageCodec
-
- imageFromBytes(byte[], Class<?>) - Static method in class jadex.commons.transformation.traverser.ImageProcessor
-
- ImageProcessor - Class in jadex.commons.transformation.traverser
-
- ImageProcessor() - Constructor for class jadex.commons.transformation.traverser.ImageProcessor
-
- imageToStandardBytes(Image, String) - Static method in class jadex.commons.transformation.traverser.ImageProcessor
-
Convert image to bytes.
- imageToStandardBytesImpl(RenderedImage, String) - Static method in class jadex.commons.transformation.traverser.ImageProcessor
-
Convert image to bytes.
- IMethodParameterGuesser - Interface in jadex.commons
-
Interface for method parameter guessers.
- ImmutableProcessor - Class in jadex.commons.transformation.traverser
-
- ImmutableProcessor() - Constructor for class jadex.commons.transformation.traverser.ImmutableProcessor
-
- Include - Annotation Type in jadex.commons.transformation.annotations
-
Specify that a public field should be included in serialization.
- IncludeFields - Annotation Type in jadex.commons.transformation.annotations
-
Include all values of public fields when
serializing the object.
- incOffset(int) - Method in class jadex.commons.transformation.binaryserializer.DecodingContext
-
Increases the offset.
- IndexedPropertyChangeEvent - Class in jadex.commons.beans
-
- IndexedPropertyChangeEvent(Object, String, Object, Object, int) - Constructor for class jadex.commons.beans.IndexedPropertyChangeEvent
-
Creates a new property changed event with an indication of the property
index.
- IndexedPropertyDescriptor - Class in jadex.commons.beans
-
- IndexedPropertyDescriptor(String, Class<?>, String, String, String, String) - Constructor for class jadex.commons.beans.IndexedPropertyDescriptor
-
Constructs a new instance of IndexedPropertyDescriptor
.
- IndexedPropertyDescriptor(String, Method, Method, Method, Method) - Constructor for class jadex.commons.beans.IndexedPropertyDescriptor
-
Constructs a new instance of IndexedPropertyDescriptor
.
- IndexedPropertyDescriptor(String, Class<?>) - Constructor for class jadex.commons.beans.IndexedPropertyDescriptor
-
Constructs a new instance of IndexedPropertyDescriptor
.
- IndexMap<K,V> - Class in jadex.commons.collection
-
This class combines the list and map interface.
- IndexMap() - Constructor for class jadex.commons.collection.IndexMap
-
Create a new index map.
- IndexMap(IndexMap<K, V>) - Constructor for class jadex.commons.collection.IndexMap
-
Create a new index map.
- IndexMap(List<K>, Map<K, V>) - Constructor for class jadex.commons.collection.IndexMap
-
Create a new index map using the specified collections as backup.
- indexmap - Variable in class jadex.commons.collection.PersistentMap
-
The index map, key to position and size of value.
- indexmap - Variable in class jadex.commons.collection.PersistentMap2
-
The index map, key to position and size of value.
- indexmap - Variable in class jadex.commons.collection.ShadowedPersistentMap
-
The index map, key to position and size of value.
- IndexMap.ListIndexMap<K,V> - Class in jadex.commons.collection
-
Provide access to the index map via list interface.
- IndexMap.MapIndexMap<K,V> - Class in jadex.commons.collection
-
Provide access to the index map via map interface.
- indexOf(Object) - Method in class jadex.commons.collection.ConcurrencyCheckingList
-
- indexOf(Object) - Method in class jadex.commons.collection.IndexMap
-
Returns the index in this list of the first occurrence of the specified
element, or -1 if this list does not contain this element.
- indexOf(Object) - Method in class jadex.commons.collection.WeakList
-
Returns the index in this list of the first occurrence of the specified
element, or -1 if this list does not contain this element.
- indexOf(Object) - Method in class jadex.commons.collection.wrappers.ListWrapper
-
- indexOfFilename(String, List<String>) - Static method in class jadex.commons.SUtil
-
Test if a file name is contained.
- indices - Variable in class jadex.commons.future.IntermediateFuture
-
The index of the next result for a thread.
- InetAddressCodec - Class in jadex.commons.transformation.binaryserializer
-
Codec for encoding and decoding InetAddress objects.
- InetAddressCodec() - Constructor for class jadex.commons.transformation.binaryserializer.InetAddressCodec
-
- INITIAL_SIZE - Static variable in class jadex.commons.transformation.binaryserializer.GrowableByteBuffer
-
Initial buffer size.
- initialize() - Method in class jadex.commons.beans.beancontext.BeanContextServicesSupport
-
- initialize() - Method in class jadex.commons.beans.beancontext.BeanContextSupport
-
Initializes all transient fields of this instance, called by
constructors and readObject()
.
- initialize(Class<?>, Object, Object, Encoder) - Method in class jadex.commons.beans.DefaultPersistenceDelegate
-
Initializes the new instance in the new environment so that it becomes
equivalent with the old one, meanwhile recording this process in the
encoder.
- initialize(Class<?>, Object, Object, Encoder) - Method in class jadex.commons.beans.PersistenceDelegate
-
Produces a series of expressions and statements for the initialization of
a bean object's properties.
- initializeBeanContextResources() - Method in class jadex.commons.beans.beancontext.BeanContextChildSupport
-
- initializeBeanContextResources() - Method in class jadex.commons.beans.beancontext.BeanContextServicesSupport
-
Called after the parent context is updated.
- innerclassnamecache - Static variable in class jadex.commons.SReflect
-
Inner class name lookup cache.
- input - Variable in class jadex.commons.ResourceInfo
-
The input stream.
- insertChildAt(int, TreeNode) - Method in class jadex.commons.collection.TreeNode
-
Inserts a node at the specified position in the child list.
- insertElement(int, T) - Method in class jadex.commons.collection.SortedList
-
Insert an element into the list.
- instance - Static variable in class jadex.bridge.VersionInfo
-
The version info singleton.
- instance - Static variable in class jadex.commons.transformation.binaryserializer.BeanIntrospectorFactory
-
The factor instance
- INSTANCE - Static variable in class jadex.commons.transformation.binaryserializer.LegacyNumberCodec
-
Default Instance
- INSTANCE - Static variable in class jadex.commons.transformation.binaryserializer.NumberCodec2
-
Default Instance
- instance - Static variable in class jadex.commons.transformation.traverser.Traverser
-
The default cloner.
- instanceOf(Object, Class) - Static method in class jadex.commons.SReflect
-
Is an object instanceof a class or its superclasses.
- instantiate(ClassLoader, String) - Static method in class jadex.commons.beans.Beans
-
Obtains an instance of a JavaBean specified the bean name using the
specified class loader.
- instantiate(ClassLoader, String, BeanContext) - Static method in class jadex.commons.beans.Beans
-
Obtains an instance of a JavaBean specified the bean name using the
specified class loader, and adds the instance into the specified bean
context.
- instantiate(Object, Encoder) - Method in class jadex.commons.beans.DefaultPersistenceDelegate
-
Returns an expression that represents a call to the bean's constructor.
- instantiate(Object, Encoder) - Method in class jadex.commons.beans.PersistenceDelegate
-
Constructs an expression for instantiating an object of the same type as
the old instance.
- instantiateChild(String) - Method in interface jadex.commons.beans.beancontext.BeanContext
-
- instantiateChild(String) - Method in class jadex.commons.beans.beancontext.BeanContextSupport
-
- INTEGER_CONVERTER - Static variable in class jadex.commons.transformation.BasicTypeConverter
-
String -> Integer converter.
- intermediate - Variable in class jadex.commons.future.IntermediateFuture
-
Flag indicating that addIntermediateResult()has been called.
- IntermediateDefaultResultListener<E> - Class in jadex.commons.future
-
The default listener for just printing out result information.
- IntermediateDefaultResultListener() - Constructor for class jadex.commons.future.IntermediateDefaultResultListener
-
Create a new listener.
- IntermediateDefaultResultListener(Logger) - Constructor for class jadex.commons.future.IntermediateDefaultResultListener
-
Create a new listener.
- IntermediateDelegationResultListener<E> - Class in jadex.commons.future
-
Intermediate version of the delegation result listener.
- IntermediateDelegationResultListener(IntermediateFuture<E>, IFunctionalResultListener<E>) - Constructor for class jadex.commons.future.IntermediateDelegationResultListener
-
Create a new listener.
- IntermediateDelegationResultListener(IntermediateFuture<E>, boolean, IFunctionalResultListener<E>) - Constructor for class jadex.commons.future.IntermediateDelegationResultListener
-
Create a new listener.
- IntermediateDelegationResultListener(IntermediateFuture<E>) - Constructor for class jadex.commons.future.IntermediateDelegationResultListener
-
Create a new listener.
- IntermediateDelegationResultListener(IntermediateFuture<E>, boolean) - Constructor for class jadex.commons.future.IntermediateDelegationResultListener
-
Create a new listener.
- IntermediateExceptionDelegationResultListener<E,T> - Class in jadex.commons.future
-
- IntermediateExceptionDelegationResultListener(Future<T>, IFunctionalResultListener<E>, IFunctionalResultListener<Void>) - Constructor for class jadex.commons.future.IntermediateExceptionDelegationResultListener
-
Create a new listener.
- IntermediateExceptionDelegationResultListener(Future<T>) - Constructor for class jadex.commons.future.IntermediateExceptionDelegationResultListener
-
Create a new listener.
- intermediateExceptionOccurred(Exception) - Method in class jadex.commons.future.CounterResultListener
-
Method that can be overridden to do sth.
- IntermediateFuture<E> - Class in jadex.commons.future
-
Default implementation of an intermediate future.
- IntermediateFuture() - Constructor for class jadex.commons.future.IntermediateFuture
-
Create a future that is already done.
- IntermediateFuture(Collection<E>) - Constructor for class jadex.commons.future.IntermediateFuture
-
Create a future that is already done.
- IntermediateFuture(Exception) - Constructor for class jadex.commons.future.IntermediateFuture
-
Create a future that is already done (failed).
- IntermediateFutureIterator<E> - Class in jadex.commons.future
-
Helper class for iterating over the results of an intermediate future.
- IntermediateFutureIterator(IIntermediateFuture<E>) - Constructor for class jadex.commons.future.IntermediateFutureIterator
-
Create an intermediate future iterator.
- intermediateResultAvailable(E) - Method in class jadex.commons.future.CollectingIntermediateResultListener
-
Called when an intermediate result is available.
- intermediateResultAvailable(E) - Method in class jadex.commons.future.CounterResultListener
-
Method that can be overridden to do sth.
- intermediateResultAvailable(TupleResult) - Method in class jadex.commons.future.DefaultTuple2ResultListener
-
Called when an intermediate result is available.
- intermediateResultAvailable(E) - Method in interface jadex.commons.future.IIntermediateResultListener
-
Called when an intermediate result is available.
- intermediateResultAvailable(E) - Method in class jadex.commons.future.IntermediateDefaultResultListener
-
Called when an intermediate result is available.
- intermediateResultAvailable(E) - Method in class jadex.commons.future.IntermediateDelegationResultListener
-
Called when an intermediate result is available.
- intermediateResultAvailable(E) - Method in class jadex.commons.future.IntermediateExceptionDelegationResultListener
-
Called when an intermediate result is available.
- intermediateResultAvailable(E) - Method in interface jadex.commons.future.IOnIntermediateResultListener
-
Called when an intermediate result is available.
- intermediateResultAvailableIfUndone(E) - Method in class jadex.commons.future.IntermediateDelegationResultListener
-
Called when an intermediate result is available.
- intermediateResultAvailableIfUndone(E) - Method in class jadex.commons.future.IntermediateExceptionDelegationResultListener
-
Called when an intermediate result is available.
- intermediateResultAvailableIfUndone(E) - Method in interface jadex.commons.future.IUndoneIntermediateResultListener
-
Called when an intermediate result is available.
- intermediateResultListener - Variable in class jadex.commons.future.CounterResultListener
-
Listener that is called on intermediate results.
- intermediateResultListener - Variable in class jadex.commons.future.IntermediateExceptionDelegationResultListener
-
Custom functional result listener
- intro - Variable in class jadex.commons.transformation.binaryserializer.BeanCodec
-
Bean introspector for inspecting beans.
- intro - Variable in class jadex.commons.transformation.binaryserializer.ThrowableCodec
-
Bean introspector for inspecting beans.
- intro - Variable in class jadex.commons.transformation.traverser.BeanProcessor
-
Bean introspector for inspecting beans.
- IntrospectionException - Exception in jadex.commons.beans
-
- IntrospectionException(String) - Constructor for exception jadex.commons.beans.IntrospectionException
-
- Introspector - Class in jadex.commons.beans
-
The Introspector
is a utility for developers to figure out
which properties, events, and methods a JavaBean supports.
- INTROSPECTOR_CACHE_SIZE - Static variable in class jadex.commons.transformation.binaryserializer.BeanCodec
-
- intToBytes(int) - Static method in class jadex.commons.SUtil
-
Convert an integer to bytes.
- invoke(Object, Method, Object[]) - Method in class jadex.commons.beans.EventHandler
-
- invokeLater(Runnable) - Method in interface jadex.commons.concurrent.ISynchronizator
-
Add an action from external thread.
- invokeMethod(String) - Static method in class jadex.commons.OperatingSystemMXBeanFacade
-
Invoke a method.
- invokeSynchronized(Runnable) - Method in interface jadex.commons.concurrent.ISynchronizator
-
Invoke some code synchronized with other behavior.
- IObjectStringConverter - Interface in jadex.commons.transformation
-
Interface for converters that convert an object to a string.
- IOnIntermediateResultListener<E> - Interface in jadex.commons.future
-
Callback interface for methods that should operate decoupled from caller thread.
- IParameterGuesser - Interface in jadex.commons
-
Interface for parameter guessers.
- IPoolStrategy - Interface in jadex.commons
-
Interface for pool strategies.
- IPropertiesProvider - Interface in jadex.commons
-
Component that allows its properties being saved and restored.
- IPropertyMetaData - Interface in jadex.commons.meta
-
- IPropertyMetaDataSet - Interface in jadex.commons.meta
-
- IPropertyObject - Interface in jadex.commons
-
Interface for property-holding objects.
- IPullIntermediateFuture<E> - Interface in jadex.commons.future
-
Intermediate future with pull mechanism.
- IPullSubscriptionIntermediateFuture<E> - Interface in jadex.commons.future
-
Intermediate future with pull mechanism.
- IRemotable - Interface in jadex.commons
-
Marker interface for remotable objects.
- IRemoteChangeListener<T> - Interface in jadex.commons
-
Remote version of the change listener.
- IRemoteResultListener<E> - Interface in jadex.commons.future
-
Remoteable version of the result listener interface.
- IResultCommand<T,E> - Interface in jadex.commons
-
Command with a result.
- IResultListener<E> - Interface in jadex.commons.future
-
Callback interface for methods that should operate decoupled from caller thread.
- is - Variable in class jadex.commons.transformation.binaryserializer.DecodingContext2
-
The stream being decoded.
- isAndroid - Static variable in class jadex.commons.SReflect
-
Cached flag for android check.
- isAndroid() - Static method in class jadex.commons.SReflect
-
Test if running on android.
- isApplicable(Object, Type, boolean, ClassLoader) - Method in class jadex.commons.transformation.binaryserializer.AbstractCodec
-
Test if the processor is applicable.
- isApplicable(Class<?>) - Method in class jadex.commons.transformation.binaryserializer.AbstractCodec
-
Tests if the decoder can decode the class.
- isApplicable(Class<?>) - Method in class jadex.commons.transformation.binaryserializer.ArrayCodec2
-
Tests if the decoder can decode the class.
- isApplicable(Class<?>) - Method in class jadex.commons.transformation.binaryserializer.BeanCodec
-
Tests if the decoder can decode the class.
- isApplicable(Object, Type, boolean, ClassLoader) - Method in class jadex.commons.transformation.binaryserializer.BeanCodec
-
Test if the processor is applicable.
- isApplicable(Class<?>) - Method in class jadex.commons.transformation.binaryserializer.CalendarCodec
-
Tests if the decoder can decode the class.
- isApplicable(Class<?>) - Method in class jadex.commons.transformation.binaryserializer.CertificateCodec
-
Tests if the decoder can decode the class.
- isApplicable(Class<?>) - Method in class jadex.commons.transformation.binaryserializer.ClassCodec
-
Tests if the decoder can decode the class.
- isApplicable(Class<?>) - Method in class jadex.commons.transformation.binaryserializer.CollectionCodec
-
Tests if the decoder can decode the class.
- isApplicable(Class<?>) - Method in class jadex.commons.transformation.binaryserializer.ColorCodec
-
Tests if the decoder can decode the class.
- isApplicable(Class<?>) - Method in class jadex.commons.transformation.binaryserializer.DateCodec
-
Tests if the decoder can decode the class.
- isApplicable(Class<?>) - Method in class jadex.commons.transformation.binaryserializer.EnumCodec
-
Tests if the decoder can decode the class.
- isApplicable(Object, Type, boolean, ClassLoader) - Method in class jadex.commons.transformation.binaryserializer.EnumCodec
-
Test if the processor is applicable.
- isApplicable(Class<?>) - Method in class jadex.commons.transformation.binaryserializer.EnumerationCodec
-
Tests if the decoder can decode the class.
- isApplicable(Object, Class<?>, boolean, ClassLoader) - Method in class jadex.commons.transformation.binaryserializer.EnumerationCodec
-
Test if the processor is applicable.
- isApplicable(Class<?>) - Method in interface jadex.commons.transformation.binaryserializer.IDecoderHandler
-
Tests if the decoder can decode the class.
- isApplicable(Class<?>) - Method in class jadex.commons.transformation.binaryserializer.ImageCodec
-
Tests if the decoder can decode the class.
- isApplicable(Object, Class<?>, boolean, ClassLoader) - Method in class jadex.commons.transformation.binaryserializer.ImageCodec
-
Test if the processor is applicable.
- isApplicable(Class<?>) - Method in class jadex.commons.transformation.binaryserializer.InetAddressCodec
-
Tests if the decoder can decode the class.
- isApplicable(Object, Class<?>, boolean, ClassLoader) - Method in class jadex.commons.transformation.binaryserializer.InetAddressCodec
-
Test if the processor is applicable.
- isApplicable(Class<?>) - Method in class jadex.commons.transformation.binaryserializer.LegacyArrayCodec
-
Tests if the decoder can decode the class.
- isApplicable(Object, Class<?>, boolean, ClassLoader) - Method in class jadex.commons.transformation.binaryserializer.LegacyArrayCodec
-
Test if the processor is applicable.
- isApplicable(Object, Type, boolean, ClassLoader) - Method in class jadex.commons.transformation.binaryserializer.LegacyMethodInfoEncoder
-
Test if the processor is applicable.
- isApplicable(Class<?>) - Method in class jadex.commons.transformation.binaryserializer.LegacyMethodInfoEncoder
-
Tests if the decoder can decode the class.
- isApplicable(Class<?>) - Method in class jadex.commons.transformation.binaryserializer.LegacyNumberCodec
-
Tests if the decoder can decode the class.
- isApplicable(Object, Class<?>, boolean, ClassLoader) - Method in class jadex.commons.transformation.binaryserializer.LegacyNumberCodec
-
Test if the processor is applicable.
- isApplicable(Class<?>) - Method in class jadex.commons.transformation.binaryserializer.LoggingLevelCodec
-
Tests if the decoder can decode the class.
- isApplicable(Object, Class<?>, boolean, ClassLoader) - Method in class jadex.commons.transformation.binaryserializer.LoggingLevelCodec
-
Test if the processor is applicable.
- isApplicable(Class<?>) - Method in class jadex.commons.transformation.binaryserializer.LogRecordCodec
-
Tests if the decoder can decode the class.
- isApplicable(Object, Class<?>, boolean, ClassLoader) - Method in class jadex.commons.transformation.binaryserializer.LogRecordCodec
-
Test if the processor is applicable.
- isApplicable(Class<?>) - Method in class jadex.commons.transformation.binaryserializer.LRUCodec
-
Tests if the decoder can decode the class.
- isApplicable(Object, Class<?>, boolean, ClassLoader) - Method in class jadex.commons.transformation.binaryserializer.LRUCodec
-
Test if the processor is applicable.
- isApplicable(Class<?>) - Method in class jadex.commons.transformation.binaryserializer.MapCodec
-
Tests if the decoder can decode the class.
- isApplicable(Object, Class<?>, boolean, ClassLoader) - Method in class jadex.commons.transformation.binaryserializer.MapCodec
-
Test if the processor is applicable.
- isApplicable(Class) - Method in class jadex.commons.transformation.binaryserializer.MethodCodec
-
Tests if the decoder can decode the class.
- isApplicable(Object, Class<?>, boolean, ClassLoader) - Method in class jadex.commons.transformation.binaryserializer.MethodCodec
-
Test if the processor is applicable.
- isApplicable(Class<?>) - Method in class jadex.commons.transformation.binaryserializer.MultiCollectionCodec
-
Tests if the decoder can decode the class.
- isApplicable(Object, Class<?>, boolean, ClassLoader) - Method in class jadex.commons.transformation.binaryserializer.MultiCollectionCodec
-
Test if the processor is applicable.
- isApplicable(Class<?>) - Method in class jadex.commons.transformation.binaryserializer.NumberCodec2
-
Tests if the decoder can decode the class.
- isApplicable(Object, Class<?>, boolean, ClassLoader) - Method in class jadex.commons.transformation.binaryserializer.NumberCodec2
-
Test if the processor is applicable.
- isApplicable(Class<?>) - Method in class jadex.commons.transformation.binaryserializer.RectangleCodec
-
Tests if the decoder can decode the class.
- isApplicable(Object, Class<?>, boolean, ClassLoader) - Method in class jadex.commons.transformation.binaryserializer.RectangleCodec
-
Test if the processor is applicable.
- isApplicable(Class<?>) - Method in class jadex.commons.transformation.binaryserializer.StackTraceElementCodec
-
Tests if the decoder can decode the class.
- isApplicable(Object, Class<?>, boolean, ClassLoader) - Method in class jadex.commons.transformation.binaryserializer.StackTraceElementCodec
-
Test if the processor is applicable.
- isApplicable(Class<?>) - Method in class jadex.commons.transformation.binaryserializer.StringCodec
-
Tests if the decoder can decode the class.
- isApplicable(Object, Class<?>, boolean, ClassLoader) - Method in class jadex.commons.transformation.binaryserializer.StringCodec
-
Test if the processor is applicable.
- isApplicable(Class<?>) - Method in class jadex.commons.transformation.binaryserializer.ThrowableCodec
-
Tests if the decoder can decode the class.
- isApplicable(Object, Class<?>, boolean, ClassLoader) - Method in class jadex.commons.transformation.binaryserializer.ThrowableCodec
-
Test if the processor is applicable.
- isApplicable(Class<?>) - Method in class jadex.commons.transformation.binaryserializer.TimestampCodec
-
Tests if the decoder can decode the class.
- isApplicable(Object, Class<?>, boolean, ClassLoader) - Method in class jadex.commons.transformation.binaryserializer.TimestampCodec
-
Test if the processor is applicable.
- isApplicable(Class<?>) - Method in class jadex.commons.transformation.binaryserializer.TupleCodec
-
Tests if the decoder can decode the class.
- isApplicable(Object, Class<?>, boolean, ClassLoader) - Method in class jadex.commons.transformation.binaryserializer.TupleCodec
-
Test if the processor is applicable.
- isApplicable(Class<?>) - Method in class jadex.commons.transformation.binaryserializer.URICodec
-
Tests if the decoder can decode the class.
- isApplicable(Object, Class<?>, boolean, ClassLoader) - Method in class jadex.commons.transformation.binaryserializer.URICodec
-
Test if the processor is applicable.
- isApplicable(Class<?>) - Method in class jadex.commons.transformation.binaryserializer.URLCodec
-
Tests if the decoder can decode the class.
- isApplicable(Object, Class<?>, boolean, ClassLoader) - Method in class jadex.commons.transformation.binaryserializer.URLCodec
-
Test if the processor is applicable.
- isApplicable(Class<?>) - Method in class jadex.commons.transformation.binaryserializer.UUIDCodec
-
Tests if the decoder can decode the class.
- isApplicable(Object, Class<?>, boolean, ClassLoader) - Method in class jadex.commons.transformation.binaryserializer.UUIDCodec
-
Test if the processor is applicable.
- isApplicable(Object, Type, boolean, ClassLoader) - Method in class jadex.commons.transformation.traverser.ArrayProcessor
-
Test if the processor is applicable.
- isApplicable(Object, Type, boolean, ClassLoader) - Method in class jadex.commons.transformation.traverser.BeanProcessor
-
Test if the processor is applicable.
- isApplicable(Object, Type, boolean, ClassLoader) - Method in class jadex.commons.transformation.traverser.CloneProcessor
-
Test if the processor is applicable.
- isApplicable(Object, Type, boolean, ClassLoader) - Method in class jadex.commons.transformation.traverser.CollectionProcessor
-
Test if the processor is applicable.
- isApplicable(Object, Type, boolean, ClassLoader) - Method in class jadex.commons.transformation.traverser.ColorProcessor
-
Test if the processor is applicable.
- isApplicable(Object, Type, boolean, ClassLoader) - Method in class jadex.commons.transformation.traverser.DateProcessor
-
Test if the processor is applicable.
- isApplicable(Object, Type, boolean, ClassLoader) - Method in class jadex.commons.transformation.traverser.EnumerationProcessor
-
Test if the processor is applicable.
- isApplicable(Object, Type, boolean, ClassLoader) - Method in class jadex.commons.transformation.traverser.ExcludeProcessor
-
Test if the processor is applicable.
- isApplicable(Object, Type, boolean, ClassLoader) - Method in class jadex.commons.transformation.traverser.ExcludeSwingProcessor
-
Test if the processor is applicable.
- isApplicable(Object, Type, boolean, ClassLoader) - Method in class jadex.commons.transformation.traverser.FilterProcessor
-
Test if the processor is applicable.
- isApplicable(Object, Type, boolean, ClassLoader) - Method in class jadex.commons.transformation.traverser.ImageProcessor
-
Test if the processor is applicable.
- isApplicable(Object, Type, boolean, ClassLoader) - Method in class jadex.commons.transformation.traverser.ImmutableProcessor
-
Test if the processor is applicable.
- isApplicable(Object, Type, boolean, ClassLoader) - Method in class jadex.commons.transformation.traverser.IteratorProcessor
-
Test if the processor is applicable.
- isApplicable(Object, Type, boolean, ClassLoader) - Method in interface jadex.commons.transformation.traverser.ITraverseProcessor
-
Test if the processor is applicable.
- isApplicable(Object, Type, boolean, ClassLoader) - Method in class jadex.commons.transformation.traverser.ListProcessor
-
Test if the processor is applicable.
- isApplicable(Object, Type, boolean, ClassLoader) - Method in class jadex.commons.transformation.traverser.LogRecordProcessor
-
Test if the processor is applicable.
- isApplicable(Object, Type, boolean, ClassLoader) - Method in class jadex.commons.transformation.traverser.MapProcessor
-
Test if the processor is applicable.
- isApplicable(Object, Type, boolean, ClassLoader) - Method in class jadex.commons.transformation.traverser.MultiCollectionProcessor
-
Test if the processor is applicable.
- isApplicable(Object, Type, boolean, ClassLoader) - Method in class jadex.commons.transformation.traverser.RectangleProcessor
-
Test if the processor is applicable.
- isApplicable(Object, Type, boolean, ClassLoader) - Method in class jadex.commons.transformation.traverser.SetProcessor
-
Test if the processor is applicable.
- isApplicable(Object, Type, boolean, ClassLoader) - Method in class jadex.commons.transformation.traverser.TimestampProcessor
-
Test if the processor is applicable.
- isApplicable(Object, Type, boolean, ClassLoader) - Method in class jadex.commons.transformation.traverser.TupleProcessor
-
Test if the processor is applicable.
- isApplicable(Object, Type, boolean, ClassLoader) - Method in class jadex.commons.transformation.traverser.UUIDProcessor
-
Test if the processor is applicable.
- isBasicType(Class) - Static method in class jadex.commons.SReflect
-
Is basic type.
- isBound() - Method in class jadex.commons.beans.PropertyDescriptor
-
- isBreakpoint(Object) - Method in interface jadex.commons.ISteppable
-
Check if a rule is a breakpoint for the interpreter.
- isBuiltInType(Class<?>) - Static method in class jadex.commons.transformation.BasicTypeConverter
-
Test if a clazz is a built-in type.
- isClosed() - Method in class jadex.commons.collection.ArrayBlockingQueue
-
Check if the queue is closed.
- isClosed() - Method in class jadex.commons.collection.BlockingQueue
-
Check if the queue is closed.
- isClosed() - Method in interface jadex.commons.collection.IBlockingQueue
-
Check if the queue is closed.
- isConstrained() - Method in class jadex.commons.beans.PropertyDescriptor
-
- isCurrentServiceInvalidNow() - Method in class jadex.commons.beans.beancontext.BeanContextServiceRevokedEvent
-
- isDelegated() - Method in class jadex.commons.beans.beancontext.BeanContextChildSupport
-
- isDesignTime() - Method in class jadex.commons.beans.beancontext.BeanContextSupport
-
- isDesignTime() - Static method in class jadex.commons.beans.Beans
-
Determine if it's in design-mode.
- isDesignTime() - Method in interface jadex.commons.beans.DesignMode
-
- isDone() - Method in class jadex.commons.future.Future
-
Test if done, i.e.
- isDone() - Method in interface jadex.commons.future.IFuture
-
Test if done, i.e.
- iSelectedIndex - Variable in class jadex.commons.FixedJComboBox
-
- isEmpty() - Method in class jadex.commons.beans.beancontext.BeanContextSupport
-
- isEmpty() - Method in class jadex.commons.collection.BiHashMap
-
Tests if the map is empty.
- isEmpty() - Method in class jadex.commons.collection.CheckedCollection
-
Returns true if this collection contains no elements.
- isEmpty() - Method in class jadex.commons.collection.CheckedMap
-
Returns true if this map contains no key-value mappings.
- isEmpty() - Method in class jadex.commons.collection.ConcurrencyCheckingList
-
- isEmpty() - Method in class jadex.commons.collection.FastHashMap
-
- isEmpty() - Method in class jadex.commons.collection.IdentityHashSet
-
Returns true if this set contains no elements.
- isEmpty() - Method in class jadex.commons.collection.IndexMap
-
Returns true if this map contains no key-value mappings.
- isEmpty() - Method in class jadex.commons.collection.LeaseTimeCollection
-
- isEmpty() - Method in class jadex.commons.collection.LeaseTimeMap
-
Returns true if this map contains no key-value mappings.
- isEmpty() - Method in class jadex.commons.collection.MultiCollection
-
Returns true if this map contains no key-value mappings.
- isEmpty() - Method in class jadex.commons.collection.NestedMap
-
Returns true if this map contains no key-value mappings.
- isEmpty() - Method in class jadex.commons.collection.OrderedProperties
-
Delegate.
- isEmpty() - Method in class jadex.commons.collection.PersistentMap
-
Returns whether this map is empty.
- isEmpty() - Method in class jadex.commons.collection.PersistentMap2
-
Returns whether this map is empty.
- isEmpty() - Method in class jadex.commons.collection.ShadowedPersistentMap
-
Returns whether this map is empty.
- isEmpty() - Method in class jadex.commons.collection.Tree
-
Test if empty.
- isEmpty() - Method in class jadex.commons.collection.WeakList
-
Returns true if this list contains no elements.
- isEmpty() - Method in class jadex.commons.collection.WeakSet
-
Returns true if this set contains no elements.
- isEmpty() - Method in class jadex.commons.collection.WeakValueMap
-
Check if empty.
- isEmpty() - Method in class jadex.commons.collection.wrappers.CollectionWrapper
-
- isEmpty() - Method in class jadex.commons.collection.wrappers.MapWrapper
-
- isExecutable() - Method in class org.apache.harmony.beans.Command
-
- isExpert() - Method in class jadex.commons.beans.FeatureDescriptor
-
Indicates if this feature is an expert feature.
- isExpired(long) - Method in class jadex.commons.collection.CacheEntry
-
Test if a cache entry is expired.
- isExtendedBuiltInType(Class<?>) - Static method in class jadex.commons.transformation.BasicTypeConverter
-
Test if a clazz is a built-in type.
- isExternalThread() - Method in interface jadex.commons.concurrent.ISynchronizator
-
Check if the external thread is accessing.
- isFloppyDrive(File) - Static method in class jadex.commons.SNonAndroid
-
Check if a file represents a floppy.
- isFloppyDrive(File) - Static method in class jadex.commons.SUtil
-
Check if a file represents a floppy.
- isGuiAvailable() - Static method in class jadex.commons.beans.Beans
-
Returns a boolean indication of whether or not a GUI is available for
beans.
- isGuiThread() - Static method in class jadex.commons.SNonAndroid
-
Test if a call is running on the swing thread.
- isGuiThread() - Static method in class jadex.commons.SUtil
-
Test if a call is running on a gui (e.g.
- isHidden() - Method in class jadex.commons.beans.FeatureDescriptor
-
Indicates if this feature is hidden.
- isIgnoreNextClassWrite() - Method in class jadex.commons.transformation.binaryserializer.AbstractEncodingContext
-
- isInDefaultEventSet() - Method in class jadex.commons.beans.EventSetDescriptor
-
- isInRange(Date, Date, Date) - Static method in class jadex.commons.SUtil
-
Test if the date is in the range.
- isInstanceOf(Object, Class<?>) - Static method in class jadex.commons.beans.Beans
-
Determine if the the specified bean object can be viewed as the specified
type.
- isIterable(Object) - Static method in class jadex.commons.SReflect
-
Test if object is some kind of collection.
- isIterableClass(Class) - Static method in class jadex.commons.SReflect
-
Test if class is some kind of collection.
- isJavaSourceFilename(String) - Static method in class jadex.commons.SUtil
-
Test if a file is a Java source file.
- isPaintable() - Method in interface jadex.commons.beans.PropertyEditor
-
- isPaintable() - Method in class jadex.commons.beans.PropertyEditorSupport
-
- isPreferred() - Method in class jadex.commons.beans.FeatureDescriptor
-
Indicates if this feature is preferred.
- isPrimitiveClassName(String) - Static method in class org.apache.harmony.beans.Command
-
- isPrimitiveWrapper(Class<?>, Class<?>) - Static method in class org.apache.harmony.beans.BeansUtils
-
- isPropagated() - Method in class jadex.commons.beans.beancontext.BeanContextEvent
-
- isReadable() - Method in class jadex.commons.transformation.traverser.BeanProperty
-
Tests if the property is readable.
- isRunning() - Method in class jadex.commons.concurrent.Executor
-
Check if the executor is running.
- isRunning() - Method in interface jadex.commons.concurrent.IThreadPool
-
Test if the thread pool is running.
- isRunning() - Method in class jadex.commons.concurrent.java5.JavaThreadPool
-
Test if the thread pool is running.
- isRunning() - Method in class jadex.commons.concurrent.ThreadPool
-
Test if the thread pool is running.
- isSerializing() - Method in class jadex.commons.beans.beancontext.BeanContextSupport
-
Returns true if this context is currently being serialized
(by another thread).
- isServiceClass(Class) - Method in class jadex.commons.beans.beancontext.BeanContextServiceRevokedEvent
-
- isStepmode() - Method in interface jadex.commons.ISteppable
-
Test if in stepmode.
- isStringConvertableType(Class) - Static method in class jadex.commons.SReflect
-
Test if the class is automatically convertable
from/to a string.
- isSupertype(Class<?>, Class<?>) - Static method in class jadex.commons.SReflect
-
Check if a class is a supertype of, or the same as another class.
- isTag(String) - Method in class org.apache.harmony.beans.Command
-
- ISteppable - Interface in jadex.commons
-
Interface for components that can be executed in stepmode.
- IStringObjectConverter - Interface in jadex.commons.transformation
-
Type converter for converting a string to another type.
- ISubscriptionIntermediateFuture<E> - Interface in jadex.commons.future
-
The subscription intermediate future does not save the results but
instead uses a fire and forget semantics.
- isUndone() - Method in class jadex.commons.future.CollectionResultListener
-
Get the undone.
- isUndone() - Method in class jadex.commons.future.CounterResultListener
-
Get the undone.
- isUndone() - Method in class jadex.commons.future.DelegationResultListener
-
Get the undone.
- isUndone() - Method in class jadex.commons.future.ExceptionDelegationResultListener
-
Get the undone.
- isUndone() - Method in class jadex.commons.future.IntermediateExceptionDelegationResultListener
-
Get the undone.
- isUnicast() - Method in class jadex.commons.beans.EventSetDescriptor
-
- ISuspendable - Interface in jadex.commons.future
-
Interface for suspendable entities.
- isUTF8(byte[]) - Static method in class jadex.commons.SUtil
-
Test if starts with UTF-8 BOM.
- isValid() - Method in interface jadex.commons.IBooleanCondition
-
Get the current state of the condition.
- isValid(Object) - Method in interface jadex.commons.IValidator
-
Return true when the given object is valid.
- isValue() - Method in class jadex.commons.ConstantFilter
-
Get the value.
- isWritable() - Method in class jadex.commons.transformation.traverser.BeanProperty
-
Tests if the property is writable.
- ISynchronizator - Interface in jadex.commons.concurrent
-
Synchronize some behavior.
- iter - Variable in class jadex.commons.IterableIteratorWrapper
-
The iterator.
- IterableIteratorWrapper<T> - Class in jadex.commons
-
Needed because Java does not support enhanced for loop
with Iterator elements :-( why? Only Iterable is supported.
- IterableIteratorWrapper(Iterator<T>) - Constructor for class jadex.commons.IterableIteratorWrapper
-
Create a new wrapper.
- iterator() - Method in class jadex.commons.beans.beancontext.BeanContextMembershipEvent
-
- iterator() - Method in class jadex.commons.beans.beancontext.BeanContextSupport
-
Returns an iterator of children of this context,
with remove()
disabled.
- iterator() - Method in class jadex.commons.collection.CheckedCollection
-
Returns an iterator over the elements in this collection.
- iterator() - Method in class jadex.commons.collection.ConcurrencyCheckingList
-
- iterator() - Method in class jadex.commons.collection.IdentityHashSet
-
Returns an iterator over the elements in this set.
- iterator() - Method in class jadex.commons.collection.IndexMap
-
Returns an iterator over the elements in this list in proper sequence.
- iterator() - Method in class jadex.commons.collection.LeaseTimeCollection
-
- iterator() - Method in class jadex.commons.collection.WeakList
-
Returns an iterator over the elements in this list in proper sequence.
- iterator() - Method in class jadex.commons.collection.WeakSet
-
Return an iteration over the elements in the set.
- iterator() - Method in class jadex.commons.collection.wrappers.CollectionWrapper
-
- iterator() - Method in class jadex.commons.IterableIteratorWrapper
-
Get the iterator.
- IteratorProcessor - Class in jadex.commons.transformation.traverser
-
Processor for handling iterators.
- IteratorProcessor() - Constructor for class jadex.commons.transformation.traverser.IteratorProcessor
-
- iteratorToArray(Iterator, Class) - Static method in class jadex.commons.SUtil
-
Transform an iterator to an array.
- iteratorToList(Iterator) - Static method in class jadex.commons.SUtil
-
Transform an iterator to a list.
- iteratorToList(Iterator, List) - Static method in class jadex.commons.SUtil
-
Transform an iterator to a list.
- ITerminableFuture<E> - Interface in jadex.commons.future
-
Interface for a future that can be terminated
from caller side.
- ITerminableIntermediateFuture<E> - Interface in jadex.commons.future
-
Interface for an intermediate future that can be terminated
from caller side.
- ITerminationCommand - Interface in jadex.commons.future
-
A command to customize termination of a terminable future.
- IThreadPool - Interface in jadex.commons.concurrent
-
Common interface for different thread pool implementations.
- ITraverseProcessor - Interface in jadex.commons.transformation.traverser
-
Interface for traverse processors.
- ITuple2Future<E,F> - Interface in jadex.commons.future
-
A tuple future has a defined number of results of possibly different types.
- ITuple2ResultListener<E,F> - Interface in jadex.commons.future
-
Listener for tuple2 futures.
- ITypedPropertyObject - Interface in jadex.commons.meta
-
- IUndoneIntermediateResultListener<E> - Interface in jadex.commons.future
-
- IUndoneResultListener<E> - Interface in jadex.commons.future
-
- IValidator - Interface in jadex.commons
-
Interface that can be used for validation, e.g., of text in a textfield.
- IValueFetcher - Interface in jadex.commons
-
Interface for fetching a predefined value.
- ParameterDescriptor - Class in jadex.commons.beans
-
- ParameterDescriptor() - Constructor for class jadex.commons.beans.ParameterDescriptor
-
- parametertypes - Variable in class jadex.commons.MethodInfo
-
The parameter classes.
- parent - Variable in class jadex.commons.collection.CheckedCollection
-
The paretn map (if any).
- parent - Variable in class jadex.commons.SimpleParameterGuesser
-
The parent.
- parents - Variable in class jadex.commons.collection.NestedMap
-
The parent maps.
- parked - Variable in class jadex.commons.concurrent.ThreadPool
-
The list of threads not used.
- parseAttrs(String, Attributes) - Static method in class org.apache.harmony.beans.Command
-
- parsed - Variable in class jadex.bridge.modelinfo.UnparsedExpression
-
The parsed expression (cached for speed, but not transmitted).
- path - Variable in class jadex.commons.LazyResource
-
The resource path (relative to clazz or absolute).
- pcs - Variable in class jadex.commons.SimplePropertyObject
-
The property change support.
- pcSupport - Variable in class jadex.commons.beans.beancontext.BeanContextChildSupport
-
- peek() - Method in class jadex.commons.collection.ArrayBlockingQueue
-
Peek the topmost element without dequeuing it.
- peek() - Method in class jadex.commons.collection.BlockingQueue
-
Peek the topmost element without dequeuing it.
- peek() - Method in interface jadex.commons.collection.IBlockingQueue
-
Peek the topmost element without dequeuing it.
- persist() - Method in class jadex.commons.CachedObject
-
Persist the cached object.
- persist() - Method in class jadex.commons.ObjectCache
-
Presist the cached object.
- persist_always - Variable in class jadex.commons.ObjectCache
-
The persist strategy (always or only on demand by manually calling persist).
- persist_single - Variable in class jadex.commons.ObjectCache
-
The flag indicating if cached objects are stored on disk themselves.
- PersistenceDelegate - Class in jadex.commons.beans
-
PersistenceDelegate
instances write received bean objects to
encoders in the form of expressions and statements, which can be evaluated or
executed to reconstruct the recorded bean objects in a new environment during
decoding.
- PersistenceDelegate() - Constructor for class jadex.commons.beans.PersistenceDelegate
-
Default constructor.
- PersistentMap<K,V> - Class in jadex.commons.collection
-
A map implementation supporting automatic serialization its data
and persisting it on disk.
- PersistentMap(File, boolean, ClassLoader) - Constructor for class jadex.commons.collection.PersistentMap
-
Creates the map.
- PersistentMap.DeletedKey - Class in jadex.commons.collection
-
Marker for deleted entries.
- PersistentMap.ValueInfo - Class in jadex.commons.collection
-
Information about a stored value.
- PersistentMap2<K,V> - Class in jadex.commons.collection
-
A map implementation supporting automatic serialization its data
and persisting it on disk.
- PersistentMap2(File, boolean, ClassLoader) - Constructor for class jadex.commons.collection.PersistentMap2
-
Creates the map.
- PersistentMap2.DeletedKey - Class in jadex.commons.collection
-
Marker for deleted entries.
- PersistentMap2.ValueInfo - Class in jadex.commons.collection
-
Information about a stored value.
- pfilestream - Variable in class jadex.commons.collection.PersistentMap
-
- pguesser - Variable in class jadex.commons.SimpleMethodParameterGuesser
-
The parameter guesser.
- pkgpool - Variable in class jadex.commons.transformation.binaryserializer.DataInputDecodingContext
-
The package fragment pool.
- pkgpool - Variable in class jadex.commons.transformation.binaryserializer.DataOutputEncodingContext
-
The package fragment pool.
- pkgpool - Variable in class jadex.commons.transformation.binaryserializer.DecodingContext
-
The package fragment pool.
- pkgpool - Variable in class jadex.commons.transformation.binaryserializer.DecodingContext2
-
The package fragment pool.
- pkgpool - Variable in class jadex.commons.transformation.binaryserializer.EncodingContext
-
The package fragment pool.
- pkgpool - Variable in class jadex.commons.transformation.binaryserializer.EncodingContext2
-
The package fragment pool.
- poll() - Method in class jadex.commons.collection.ActionReferenceQueue
-
Poll a stale entry.
- pool - Variable in class jadex.commons.concurrent.LoadManagingExecutionService
-
The thread pool.
- pool - Variable in class jadex.commons.concurrent.ThreadPool
-
The pool of service threads.
- poolcnt - Static variable in class jadex.commons.concurrent.ThreadPool
-
The static thread pool number.
- pos - Variable in class jadex.commons.ExpressionTokenizer
-
The current tokenization position.
- pos - Variable in class jadex.commons.transformation.binaryserializer.GrowableByteBuffer
-
Current position
- position - Variable in class jadex.commons.collection.PersistentMap.ValueInfo
-
Position of the value within the file.
- position - Variable in class jadex.commons.collection.PersistentMap2.ValueInfo
-
Position of the value within the file.
- position - Variable in class jadex.commons.collection.ShadowedPersistentMap.ValueInfo
-
Position of the value within the file.
- POSTORDER - Static variable in class jadex.commons.collection.Tree
-
The postorder constant.
- postprocessors - Variable in class jadex.commons.transformation.binaryserializer.AbstractDecodingContext
-
The postprocessors.
- pr(String) - Static method in class org.apache.harmony.beans.Command
-
- pr(int, String) - Static method in class org.apache.harmony.beans.Command
-
- PREORDER - Static variable in class jadex.commons.collection.Tree
-
The preorder constant.
- preprocessors - Variable in class jadex.commons.transformation.binaryserializer.AbstractEncodingContext
-
The preprocessors.
- PRINT_DELAY - Static variable in class jadex.commons.concurrent.ThreadPool
-
Print every 10 seconds.
- printAttrs(int, String, Attributes) - Static method in class org.apache.harmony.beans.Command
-
- printCollectionInfo(Iterator, int) - Static method in class jadex.commons.collection.SCollection
-
Print out all collections with more than boundary elements.
- printExceptions() - Static method in class jadex.commons.future.SResultListener
-
Returns an OnExceptionListener that logs exceptions to console.
- printStackTrace() - Method in exception jadex.commons.future.DuplicateResultException
-
Prints also stack trace of first exception, if available.
- priority - Variable in class jadex.commons.concurrent.LoadManagingExecutionService.Task
-
The priority.
- prn(String) - Static method in class org.apache.harmony.beans.Command
-
- prn(int, String) - Static method in class org.apache.harmony.beans.Command
-
- process(Object, Type, List<ITraverseProcessor>, Traverser, Map<Object, Object>, boolean, ClassLoader, Object) - Method in class jadex.commons.transformation.binaryserializer.AbstractCodec
-
Process an object.
- process(Object, Type, List<ITraverseProcessor>, Traverser, Map<Object, Object>, boolean, ClassLoader, Object) - Method in class jadex.commons.transformation.binaryserializer.LegacyMethodInfoEncoder
-
Process an object.
- process(Object, Type, List<ITraverseProcessor>, Traverser, Map<Object, Object>, boolean, ClassLoader, Object) - Method in class jadex.commons.transformation.traverser.ArrayProcessor
-
Process an object.
- process(Object, Type, List<ITraverseProcessor>, Traverser, Map<Object, Object>, boolean, ClassLoader, Object) - Method in class jadex.commons.transformation.traverser.BeanProcessor
-
Process an object.
- process(Object, Type, List<ITraverseProcessor>, Traverser, Map<Object, Object>, boolean, ClassLoader, Object) - Method in class jadex.commons.transformation.traverser.CloneProcessor
-
Process an object.
- process(Object, Type, List<ITraverseProcessor>, Traverser, Map<Object, Object>, boolean, ClassLoader, Object) - Method in class jadex.commons.transformation.traverser.CollectionProcessor
-
Process an object.
- process(Object, Type, List<ITraverseProcessor>, Traverser, Map<Object, Object>, boolean, ClassLoader, Object) - Method in class jadex.commons.transformation.traverser.ColorProcessor
-
Process an object.
- process(Object, Type, List<ITraverseProcessor>, Traverser, Map<Object, Object>, boolean, ClassLoader, Object) - Method in class jadex.commons.transformation.traverser.DateProcessor
-
Process an object.
- process(Object, Type, List<ITraverseProcessor>, Traverser, Map<Object, Object>, boolean, ClassLoader, Object) - Method in class jadex.commons.transformation.traverser.EnumerationProcessor
-
Process an object.
- process(Object, Type, List<ITraverseProcessor>, Traverser, Map<Object, Object>, boolean, ClassLoader, Object) - Method in class jadex.commons.transformation.traverser.ExcludeProcessor
-
Process an object.
- process(Object, Type, List<ITraverseProcessor>, Traverser, Map<Object, Object>, boolean, ClassLoader, Object) - Method in class jadex.commons.transformation.traverser.ExcludeSwingProcessor
-
Process an object.
- process(Object, Type, List<ITraverseProcessor>, Traverser, Map<Object, Object>, boolean, ClassLoader, Object) - Method in class jadex.commons.transformation.traverser.FilterProcessor
-
Process an object.
- process(Object, Type, List<ITraverseProcessor>, Traverser, Map<Object, Object>, boolean, ClassLoader, Object) - Method in class jadex.commons.transformation.traverser.ImageProcessor
-
Process an object.
- process(Object, Type, List<ITraverseProcessor>, Traverser, Map<Object, Object>, boolean, ClassLoader, Object) - Method in class jadex.commons.transformation.traverser.ImmutableProcessor
-
Process an object.
- process(Object, Type, List<ITraverseProcessor>, Traverser, Map<Object, Object>, boolean, ClassLoader, Object) - Method in class jadex.commons.transformation.traverser.IteratorProcessor
-
Process an object.
- process(Object, Type, List<ITraverseProcessor>, Traverser, Map<Object, Object>, boolean, ClassLoader, Object) - Method in interface jadex.commons.transformation.traverser.ITraverseProcessor
-
Process an object.
- process(Object, Type, List<ITraverseProcessor>, Traverser, Map<Object, Object>, boolean, ClassLoader, Object) - Method in class jadex.commons.transformation.traverser.ListProcessor
-
Process an object.
- process(Object, Type, List<ITraverseProcessor>, Traverser, Map<Object, Object>, boolean, ClassLoader, Object) - Method in class jadex.commons.transformation.traverser.LogRecordProcessor
-
Process an object.
- process(Object, Type, List<ITraverseProcessor>, Traverser, Map<Object, Object>, boolean, ClassLoader, Object) - Method in class jadex.commons.transformation.traverser.MapProcessor
-
Process an object.
- process(Object, Type, List<ITraverseProcessor>, Traverser, Map<Object, Object>, boolean, ClassLoader, Object) - Method in class jadex.commons.transformation.traverser.MultiCollectionProcessor
-
Process an object.
- process(Object, Type, List<ITraverseProcessor>, Traverser, Map<Object, Object>, boolean, ClassLoader, Object) - Method in class jadex.commons.transformation.traverser.RectangleProcessor
-
Process an object.
- process(Object, Type, List<ITraverseProcessor>, Traverser, Map<Object, Object>, boolean, ClassLoader, Object) - Method in class jadex.commons.transformation.traverser.SetProcessor
-
Process an object.
- process(Object, Type, List<ITraverseProcessor>, Traverser, Map<Object, Object>, boolean, ClassLoader, Object) - Method in class jadex.commons.transformation.traverser.TimestampProcessor
-
Process an object.
- process(Object, Type, List<ITraverseProcessor>, Traverser, Map<Object, Object>, boolean, ClassLoader, Object) - Method in class jadex.commons.transformation.traverser.TupleProcessor
-
Process an object.
- process(Object, Type, List<ITraverseProcessor>, Traverser, Map<Object, Object>, boolean, ClassLoader, Object) - Method in class jadex.commons.transformation.traverser.UUIDProcessor
-
Process an object.
- processArguments(String[]) - Static method in class jadex.commons.ProcessStarter
-
Process the cmd line args.
- processorcache - Variable in class jadex.commons.transformation.traverser.Traverser
-
- processors - Static variable in class jadex.commons.transformation.traverser.Traverser
-
The default traversal processors with no special actions.
- processRawMode(Object, Class, IEncodingContext, List<ITraverseProcessor>, Traverser, Map<Object, Object>, boolean, IEncodingContext) - Method in class jadex.commons.transformation.binaryserializer.ArrayCodec2
-
- processRawMode(Object, Class, IEncodingContext, List<ITraverseProcessor>, Traverser, Map<Object, Object>, boolean, IEncodingContext) - Method in class jadex.commons.transformation.binaryserializer.LegacyArrayCodec
-
- ProcessStarter - Class in jadex.commons
-
The process starter allows for starting another process in a completely
detached way, i.e.
- ProcessStarter() - Constructor for class jadex.commons.ProcessStarter
-
- PROFILING - Static variable in class jadex.commons.concurrent.ThreadPool
-
Enable call profiling.
- propagatedFrom - Variable in class jadex.commons.beans.beancontext.BeanContextEvent
-
- Properties - Class in jadex.commons
-
The configuration properties.
- Properties() - Constructor for class jadex.commons.Properties
-
Create a new properties.
- Properties(String, String, String) - Constructor for class jadex.commons.Properties
-
Create a new properties.
- properties - Variable in class jadex.commons.Properties
-
The direct properties.
- properties - Variable in class jadex.commons.SimplePropertyObject
-
The properties
- Property - Class in jadex.commons
-
A configuration property.
- Property() - Constructor for class jadex.commons.Property
-
Create a new property.
- Property(String, String) - Constructor for class jadex.commons.Property
-
Create a new property.
- Property(String, String, String) - Constructor for class jadex.commons.Property
-
Create a new property.
- propertyChange(PropertyChangeEvent) - Method in class jadex.commons.beans.beancontext.BeanContextSupport
-
- propertyChange(PropertyChangeEvent) - Method in interface jadex.commons.beans.PropertyChangeListener
-
- propertyChange(PropertyChangeEvent) - Method in class jadex.commons.beans.PropertyChangeListenerProxy
-
- PropertyChangeEvent - Class in jadex.commons.beans
-
- PropertyChangeEvent(Object, String, Object, Object) - Constructor for class jadex.commons.beans.PropertyChangeEvent
-
- PropertyChangeListener - Interface in jadex.commons.beans
-
- PropertyChangeListenerProxy - Class in jadex.commons.beans
-
- PropertyChangeListenerProxy(String, PropertyChangeListener) - Constructor for class jadex.commons.beans.PropertyChangeListenerProxy
-
- PropertyChangeSupport - Class in jadex.commons.beans
-
- PropertyChangeSupport(Object) - Constructor for class jadex.commons.beans.PropertyChangeSupport
-
- PropertyDescriptor - Class in jadex.commons.beans
-
- PropertyDescriptor(String, Class<?>, String, String) - Constructor for class jadex.commons.beans.PropertyDescriptor
-
- PropertyDescriptor(String, Method, Method) - Constructor for class jadex.commons.beans.PropertyDescriptor
-
- PropertyDescriptor(String, Class<?>) - Constructor for class jadex.commons.beans.PropertyDescriptor
-
- PropertyEditor - Interface in jadex.commons.beans
-
- PropertyEditorManager - Class in jadex.commons.beans
-
- PropertyEditorManager() - Constructor for class jadex.commons.beans.PropertyEditorManager
-
- PropertyEditorSupport - Class in jadex.commons.beans
-
- PropertyEditorSupport(Object) - Constructor for class jadex.commons.beans.PropertyEditorSupport
-
- PropertyEditorSupport() - Constructor for class jadex.commons.beans.PropertyEditorSupport
-
- PROPERTYNAME - Static variable in interface jadex.commons.beans.DesignMode
-
- PropertyVetoException - Exception in jadex.commons.beans
-
Indicates that a proposed property change is unacceptable.
- PropertyVetoException(String, PropertyChangeEvent) - Constructor for exception jadex.commons.beans.PropertyVetoException
-
Constructs an instance with a message and the change event.
- ProtectedInputStream - Class in jadex.commons
-
Protects the underlying input stream from being closed.
- ProtectedInputStream(InputStream) - Constructor for class jadex.commons.ProtectedInputStream
-
Create a protected input stream.
- proxy - Variable in class jadex.commons.beans.beancontext.BeanContextServicesSupport
-
A proxy service provider that delegates service requests to the parent
context.
- ProxyInputStream - Class in jadex.commons
-
The proxy input stream is similar to filter input stream but
overrides read(byte[]) to redirect it to the same input stream method.
- ProxyInputStream(InputStream) - Constructor for class jadex.commons.ProxyInputStream
-
Constructs a new ProxyInputStream.
- pullcmd - Variable in class jadex.commons.future.PullIntermediateFuture
-
The pull command.
- pullcmd - Variable in class jadex.commons.future.PullSubscriptionIntermediateFuture
-
The pull command.
- PullIntermediateDelegationFuture<E> - Class in jadex.commons.future
-
Delegation future for pull future.
- PullIntermediateDelegationFuture() - Constructor for class jadex.commons.future.PullIntermediateDelegationFuture
-
Create a new future.
- PullIntermediateDelegationFuture(IPullIntermediateFuture<?>) - Constructor for class jadex.commons.future.PullIntermediateDelegationFuture
-
Create a new future.
- PullIntermediateFuture<E> - Class in jadex.commons.future
-
Intermediate future that can be terminated from caller side.
- PullIntermediateFuture() - Constructor for class jadex.commons.future.PullIntermediateFuture
-
Create a new future.
- PullIntermediateFuture(Exception) - Constructor for class jadex.commons.future.PullIntermediateFuture
-
Create a future that is already done (failed).
- PullIntermediateFuture(ICommand<PullIntermediateFuture<E>>) - Constructor for class jadex.commons.future.PullIntermediateFuture
-
Create a new future.
- PullIntermediateFuture(ICommand<PullIntermediateFuture<E>>, ITerminationCommand) - Constructor for class jadex.commons.future.PullIntermediateFuture
-
Create a new future.
- pullIntermediateResult() - Method in interface jadex.commons.future.IPullIntermediateFuture
-
Pull an intermediate result.
- pullIntermediateResult() - Method in interface jadex.commons.future.IPullSubscriptionIntermediateFuture
-
Pull an intermediate result.
- pullIntermediateResult() - Method in class jadex.commons.future.PullIntermediateDelegationFuture
-
Pull an intermediate result.
- pullIntermediateResult() - Method in class jadex.commons.future.PullIntermediateFuture
-
Pull an intermediate result.
- pullIntermediateResult() - Method in class jadex.commons.future.PullSubscriptionIntermediateDelegationFuture
-
Pull an intermediate result.
- pullIntermediateResult() - Method in class jadex.commons.future.PullSubscriptionIntermediateFuture
-
Pull an intermediate result.
- PullSubscriptionIntermediateDelegationFuture<E> - Class in jadex.commons.future
-
Delegation future for pull future.
- PullSubscriptionIntermediateDelegationFuture() - Constructor for class jadex.commons.future.PullSubscriptionIntermediateDelegationFuture
-
Create a new future.
- PullSubscriptionIntermediateDelegationFuture(IPullSubscriptionIntermediateFuture<?>) - Constructor for class jadex.commons.future.PullSubscriptionIntermediateDelegationFuture
-
Create a new future.
- PullSubscriptionIntermediateFuture<E> - Class in jadex.commons.future
-
Intermediate future that can be terminated from caller side.
- PullSubscriptionIntermediateFuture(Exception) - Constructor for class jadex.commons.future.PullSubscriptionIntermediateFuture
-
Create a future that is already done (failed).
- PullSubscriptionIntermediateFuture(ICommand<PullSubscriptionIntermediateFuture<E>>) - Constructor for class jadex.commons.future.PullSubscriptionIntermediateFuture
-
Create a new future.
- PullSubscriptionIntermediateFuture(ICommand<PullSubscriptionIntermediateFuture<E>>, ITerminationCommand) - Constructor for class jadex.commons.future.PullSubscriptionIntermediateFuture
-
Create a new future.
- put(K, V) - Method in class jadex.commons.collection.BiHashMap
-
Puts an entry into the map, forward direction.
- put(Object, Object, long) - Method in class jadex.commons.collection.Cache
-
Put an entry in the cache.
- put(Object, Object, long, long) - Method in class jadex.commons.collection.Cache
-
Put an entry in the cache.
- put(Object, Object) - Method in class jadex.commons.collection.CheckedMap
-
Associates the specified value with the specified key in this map
(optional operation).
- put(Object, Object) - Method in class jadex.commons.collection.FastHashMap
-
- put(K, V) - Method in class jadex.commons.collection.IndexMap
-
Associates the specified value with the specified key in this map
(optional operation).
- put(K, V) - Method in class jadex.commons.collection.LeaseTimeMap
-
Associates the specified value with the specified key in this map
(optional operation).
- put(K, V, long) - Method in class jadex.commons.collection.LeaseTimeMap
-
- put(K, Collection<V>) - Method in class jadex.commons.collection.MultiCollection
-
Associates the specified value with the specified key in this map
(optional operation).
- put(Object, Object) - Method in class jadex.commons.collection.NestedMap
-
Associates the specified value with the specified key in this map
(optional operation).
- put(Object, Object) - Method in class jadex.commons.collection.OrderedProperties
-
Delegate.
- put(K, V) - Method in class jadex.commons.collection.PersistentMap
-
Puts a new value in the map.
- put(K, V) - Method in class jadex.commons.collection.PersistentMap2
-
Puts a new value in the map.
- put(K, V) - Method in class jadex.commons.collection.ShadowedPersistentMap
-
Puts a new value in the map.
- put(K, V) - Method in class jadex.commons.collection.WeakValueMap
-
Add value for key.
- put(T, E) - Method in class jadex.commons.collection.wrappers.MapWrapper
-
- putAll(Map<? extends K, ? extends V>) - Method in class jadex.commons.collection.BiHashMap
-
Puts all entries of a map into this map, forward direction.
- putAll(Map) - Method in class jadex.commons.collection.CheckedMap
-
Copies all of the mappings from the specified map to this map
(optional operation).
- putAll(Map) - Method in class jadex.commons.collection.FastHashMap
-
- putAll(Map<? extends K, ? extends V>) - Method in class jadex.commons.collection.IndexMap
-
Copies all of the mappings from the specified map to this map
(optional operation).
- putAll(Map<? extends K, ? extends V>) - Method in class jadex.commons.collection.LeaseTimeMap
-
Copies all of the mappings from the specified map to this map
(optional operation).
- putAll(Map<? extends K, ? extends V>, long) - Method in class jadex.commons.collection.LeaseTimeMap
-
- putAll(Map<? extends K, ? extends Collection<V>>) - Method in class jadex.commons.collection.MultiCollection
-
Copies all of the mappings from the specified map to this map
(optional operation).
- putAll(Map) - Method in class jadex.commons.collection.NestedMap
-
Copies all of the mappings from the specified map to this map
(optional operation).
- putAll(Map<? extends Object, ? extends Object>) - Method in class jadex.commons.collection.OrderedProperties
-
Delegate.
- putAll(Map<? extends K, ? extends V>) - Method in class jadex.commons.collection.PersistentMap
-
Copies entries from the specified map to this map,
- putAll(Map<? extends K, ? extends V>) - Method in class jadex.commons.collection.PersistentMap2
-
Copies entries from the specified map to this map,
- putAll(Map<? extends K, ? extends V>) - Method in class jadex.commons.collection.ShadowedPersistentMap
-
Copies entries from the specified map to this map,
- putAll(Map<? extends K, ? extends V>) - Method in class jadex.commons.collection.WeakValueMap
-
Add all mappings.
- putAll(Map<? extends T, ? extends E>) - Method in class jadex.commons.collection.wrappers.MapWrapper
-
- raf - Variable in class jadex.commons.collection.PersistentMap
-
Random access to the persistence file
- raf - Variable in class jadex.commons.collection.PersistentMap2
-
Random access to the persistence file
- raf - Variable in class jadex.commons.collection.ShadowedPersistentMap
-
Random access to the persistence file
- read(byte[]) - Method in class jadex.commons.ProxyInputStream
-
Invokes the delegate's read(byte[])
method.
- read(int) - Method in class jadex.commons.transformation.binaryserializer.DataInputDecodingContext
-
Reads a number of bytes from the buffer.
- read(byte[]) - Method in class jadex.commons.transformation.binaryserializer.DataInputDecodingContext
-
Reads a number of bytes from the buffer and fills the array.
- read(int) - Method in class jadex.commons.transformation.binaryserializer.DecodingContext
-
Reads a number of bytes from the buffer.
- read(byte[]) - Method in class jadex.commons.transformation.binaryserializer.DecodingContext
-
Reads a number of bytes from the buffer and fills the array.
- read(int) - Method in class jadex.commons.transformation.binaryserializer.DecodingContext2
-
Reads a number of bytes from the buffer.
- read(byte[]) - Method in class jadex.commons.transformation.binaryserializer.DecodingContext2
-
Reads a number of bytes from the buffer and fills the array.
- read(byte[]) - Method in interface jadex.commons.transformation.binaryserializer.IDecodingContext
-
Reads a number of bytes from the buffer and fills the array.
- readable - Variable in class jadex.commons.transformation.traverser.BeanProperty
-
Readable flag
- readbacklog - Variable in class jadex.commons.future.ReadWriteLock
-
Backlog of read requests
- readBeanProperties(Object, Class, IDecodingContext, IBeanIntrospector) - Static method in class jadex.commons.transformation.binaryserializer.BeanCodec
-
- readBoolean() - Method in class jadex.commons.transformation.binaryserializer.DataInputDecodingContext
-
Reads a boolean value from the buffer.
- readBoolean() - Method in class jadex.commons.transformation.binaryserializer.DecodingContext
-
Reads a boolean value from the buffer.
- readBoolean() - Method in class jadex.commons.transformation.binaryserializer.DecodingContext2
-
Reads a boolean value from the buffer.
- readBoolean() - Method in interface jadex.commons.transformation.binaryserializer.IDecodingContext
-
Reads a boolean value from the buffer.
- readByte() - Method in class jadex.commons.transformation.binaryserializer.DataInputDecodingContext
-
Reads a byte from the buffer.
- readByte() - Method in class jadex.commons.transformation.binaryserializer.DecodingContext
-
Reads a byte from the buffer.
- readByte() - Method in class jadex.commons.transformation.binaryserializer.DecodingContext2
-
Reads a byte from the buffer.
- readByte() - Method in interface jadex.commons.transformation.binaryserializer.IDecodingContext
-
Reads a byte from the buffer.
- readChildren(ObjectInputStream) - Method in class jadex.commons.beans.beancontext.BeanContextSupport
-
Deserializes children from the given object input stream.
- readClassname() - Method in class jadex.commons.transformation.binaryserializer.DataInputDecodingContext
-
Helper method for decoding a class name.
- readClassname() - Method in class jadex.commons.transformation.binaryserializer.DecodingContext
-
Helper method for decoding a class name.
- readClassname() - Method in class jadex.commons.transformation.binaryserializer.DecodingContext2
-
Helper method for decoding a class name.
- readClassname() - Method in interface jadex.commons.transformation.binaryserializer.IDecodingContext
-
Helper method for decoding a class name.
- readFile(File) - Static method in class jadex.commons.SUtil
-
Reads a file into memory (byte array).
- readFile(String) - Static method in class jadex.commons.SUtil
-
Read a file to string.
- readObject() - Method in class jadex.commons.beans.XMLDecoder
-
Reads the next object.
- readObjectFromDataInput(DataInput, List<IDecoderHandler>, Object, ClassLoader, IErrorReporter) - Static method in class jadex.commons.transformation.binaryserializer.SBinarySerializer2
-
Convert a byte array to an object.
- readObjectFromStream(InputStream, List<IDecoderHandler>, Object, ClassLoader, IErrorReporter) - Static method in class jadex.commons.transformation.binaryserializer.SBinarySerializer2
-
Convert a byte array to an object.
- readop - Variable in class jadex.commons.future.ReadWriteLock.ActionPerformedListener
-
Flag indicating a read operation.
- readResolve() - Method in class jadex.commons.collection.WeakList
-
Perform special handling on deserialization.
- readResolve() - Method in class jadex.commons.collection.WeakSet
-
Perform special handling on serialization.
- reads - Variable in class jadex.commons.future.ReadWriteLock
-
Number of read operations in progress
- readSignedVarInt() - Method in class jadex.commons.transformation.binaryserializer.DataInputDecodingContext
-
Helper method for decoding a signed variable-sized integer (VarInt).
- readSignedVarInt() - Method in class jadex.commons.transformation.binaryserializer.DecodingContext
-
Helper method for decoding a signed variable-sized integer (VarInt).
- readSignedVarInt() - Method in class jadex.commons.transformation.binaryserializer.DecodingContext2
-
Helper method for decoding a signed variable-sized integer (VarInt).
- readSignedVarInt() - Method in interface jadex.commons.transformation.binaryserializer.IDecodingContext
-
Helper method for decoding a signed variable-sized integer (VarInt).
- readStream(InputStream) - Static method in class jadex.commons.SUtil
-
Reads an input stream into memory (byte array).
- readString() - Method in class jadex.commons.transformation.binaryserializer.DataInputDecodingContext
-
Helper method for decoding a string.
- readString() - Method in class jadex.commons.transformation.binaryserializer.DecodingContext
-
Helper method for decoding a string.
- readString() - Method in class jadex.commons.transformation.binaryserializer.DecodingContext2
-
Helper method for decoding a string.
- readString() - Method in interface jadex.commons.transformation.binaryserializer.IDecodingContext
-
Helper method for decoding a string.
- readVarInt() - Method in class jadex.commons.transformation.binaryserializer.DataInputDecodingContext
-
Helper method for decoding a variable-sized integer (VarInt).
- readVarInt() - Method in class jadex.commons.transformation.binaryserializer.DecodingContext
-
Helper method for decoding a variable-sized integer (VarInt).
- readVarInt() - Method in class jadex.commons.transformation.binaryserializer.DecodingContext2
-
Helper method for decoding a variable-sized integer (VarInt).
- readVarInt() - Method in interface jadex.commons.transformation.binaryserializer.IDecodingContext
-
Helper method for decoding a variable-sized integer (VarInt).
- ReadWriteLock - Class in jadex.commons.future
-
Locking class implementing RX-style operation:
Multiple reads are allowed to be performed at the same time
but write operations are exclusive.
- ReadWriteLock() - Constructor for class jadex.commons.future.ReadWriteLock
-
- ReadWriteLock.ActionPerformedListener - Class in jadex.commons.future
-
Listener performing post-action operations.
- reason - Variable in class jadex.commons.future.TerminableDelegationFuture
-
Exception used for notification.
- reason - Variable in class jadex.commons.future.TerminableIntermediateDelegationFuture
-
Exception used for notification.
- recordKnownDecodedObject(Object, IDecodingContext) - Method in class jadex.commons.transformation.binaryserializer.AbstractCodec
-
Record object as known during decoding, allows different behavior if needed.
- recordKnownDecodedObject(Object, IDecodingContext) - Method in class jadex.commons.transformation.binaryserializer.LegacyNumberCodec
-
References handling not needed.
- recordKnownDecodedObject(Object, IDecodingContext) - Method in class jadex.commons.transformation.binaryserializer.NumberCodec2
-
References handling not needed.
- recordKnownDecodedObject(Object, IDecodingContext) - Method in class jadex.commons.transformation.binaryserializer.StringCodec
-
References handling not needed, handled by string pool.
- RectangleCodec - Class in jadex.commons.transformation.binaryserializer
-
Codec for encoding and decoding Rectangle objects.
- RectangleCodec() - Constructor for class jadex.commons.transformation.binaryserializer.RectangleCodec
-
- RectangleProcessor - Class in jadex.commons.transformation.traverser
-
Allows processing java.util.Date.
- RectangleProcessor() - Constructor for class jadex.commons.transformation.traverser.RectangleProcessor
-
- REFERENCE_MARKER - Static variable in class jadex.commons.transformation.binaryserializer.BinarySerializer
-
Marker for references
- REFERENCE_MARKER - Static variable in class jadex.commons.transformation.binaryserializer.SBinarySerializer2
-
Marker for references
- registerClass(Class<?>) - Static method in class jadex.commons.transformation.STransformation
-
Register a class to be able to handle its alias on decoding.
- registered - Variable in class jadex.commons.AbstractModelLoader
-
The registered models (filename -> loaded model).
- registerEditor(Class<?>, Class<?>) - Static method in class jadex.commons.beans.PropertyEditorManager
-
- registerModel(String, ICacheableModel) - Method in class jadex.commons.AbstractModelLoader
-
Register a model.
- rejectedSetBCOnce - Variable in class jadex.commons.beans.beancontext.BeanContextChildSupport
-
- releaseBeanContextResources() - Method in class jadex.commons.beans.beancontext.BeanContextChildSupport
-
- releaseBeanContextResources() - Method in class jadex.commons.beans.beancontext.BeanContextServicesSupport
-
Called before the parent context is updated.
- releaseService(BeanContextServices, Object, Object) - Method in interface jadex.commons.beans.beancontext.BeanContextServiceProvider
-
- releaseService(BeanContextChild, Object, Object) - Method in interface jadex.commons.beans.beancontext.BeanContextServices
-
- releaseService(BeanContextServices, Object, Object) - Method in class jadex.commons.beans.beancontext.BeanContextServicesSupport.BCSSProxyServiceProvider
-
Delegate to the wrapped BeanContextServices
.
- releaseService(BeanContextChild, Object, Object) - Method in class jadex.commons.beans.beancontext.BeanContextServicesSupport
-
Release a service which has been requested previously.
- remainingTokens() - Method in class jadex.commons.ExpressionTokenizer
-
Get the remaining tokens as single string.
- RemoteDelegationResultListener<E> - Class in jadex.commons.future
-
Result listener that delegates calls to a future
and can be called from remote.
- RemoteDelegationResultListener(Future<E>) - Constructor for class jadex.commons.future.RemoteDelegationResultListener
-
Create a new listener.
- remove() - Method in class jadex.commons.beans.beancontext.BeanContextSupport.BCSIterator
-
- remove(Object) - Method in class jadex.commons.beans.beancontext.BeanContextSupport
-
Removes the given child from this context.
- remove(Object, boolean) - Method in class jadex.commons.beans.beancontext.BeanContextSupport
-
Removes the given child from this context.
- remove(Object) - Method in class jadex.commons.beans.Encoder
-
Remvoe the existing new copy of the given old object.
- remove() - Method in class jadex.commons.collection.ActionReferenceQueue
-
Remove an element from the queue.
- remove(long) - Method in class jadex.commons.collection.ActionReferenceQueue
-
Remove an element from the queue.
- remove(Object) - Method in class jadex.commons.collection.BiHashMap
-
Removes an entry, forward direction.
- remove(Object) - Method in class jadex.commons.collection.Cache
-
Remove an entry.
- remove(Object) - Method in class jadex.commons.collection.CheckedCollection
-
Removes a single instance of the specified element from this
collection, if it is present (optional operation).
- remove(Object) - Method in class jadex.commons.collection.CheckedMap
-
Removes the mapping for a key from this map if it is present
(optional operation).
- remove(int) - Method in class jadex.commons.collection.ConcurrencyCheckingList
-
- remove(Object) - Method in class jadex.commons.collection.ConcurrencyCheckingList
-
- remove(Object) - Method in class jadex.commons.collection.FastHashMap
-
- remove(Object) - Method in class jadex.commons.collection.IdentityHashSet
-
Removes the specified element from this set if it is present (optional
operation).
- remove(Object) - Method in class jadex.commons.collection.IndexMap.ListIndexMap
-
Removes the first occurrence in this list of the specified element.
- remove(Object) - Method in class jadex.commons.collection.IndexMap.MapIndexMap
-
Removes the mapping for this key from this map if it is present.
- remove(int) - Method in class jadex.commons.collection.IndexMap
-
Removes the element at the specified position in this list.
- remove(Object) - Method in class jadex.commons.collection.LeaseTimeCollection
-
- remove(Object) - Method in class jadex.commons.collection.LeaseTimeMap
-
Removes the mapping for this key from this map if it is present.
- remove(Object) - Method in class jadex.commons.collection.MultiCollection
-
Removes the mapping for this key from this map if it is present.
- remove(Object) - Method in class jadex.commons.collection.NestedMap
-
Removes the mapping for this key from this map if it is present
(optional operation).
- remove(Object) - Method in class jadex.commons.collection.OrderedProperties
-
Delegate.
- remove(Object) - Method in class jadex.commons.collection.PersistentMap
-
Removes a map entry.
- remove(Object) - Method in class jadex.commons.collection.PersistentMap2
-
Removes a map entry.
- remove(Object) - Method in class jadex.commons.collection.ShadowedPersistentMap
-
Removes a map entry.
- remove(Object) - Method in class jadex.commons.collection.TwoWayMultiCollection
-
Removes the mapping for this key from this map if it is present.
- remove(Object) - Method in class jadex.commons.collection.WeakList
-
Removes the first occurrence in this list of the specified element
(optional operation).
- remove(int) - Method in class jadex.commons.collection.WeakList
-
Removes the element at the specified position in this list (optional
operation).
- remove(Object) - Method in class jadex.commons.collection.WeakSet
-
Removes the given element from this set if it is present.
- remove(Object) - Method in class jadex.commons.collection.WeakValueMap
-
Remove value for key.
- remove(Object) - Method in class jadex.commons.collection.wrappers.CollectionWrapper
-
- remove(int) - Method in class jadex.commons.collection.wrappers.ListWrapper
-
- remove(Object) - Method in class jadex.commons.collection.wrappers.MapWrapper
-
- remove() - Method in class jadex.commons.concurrent.ThreadPool.ServiceThread
-
Remove the service thread from the pool.
- remove() - Method in class jadex.commons.future.IntermediateFutureIterator
-
Not supported.
- remove(HttpURLConnection) - Method in class jadex.commons.HttpConnectionManager
-
Remove a connection.
- remove(String) - Method in class jadex.commons.ObjectCache
-
Add a cached object.
- removeAll(Collection) - Method in class jadex.commons.beans.beancontext.BeanContextSupport
-
This method is unsupported, throws UnsupportedOperationException
.
- removeAll(Collection) - Method in class jadex.commons.collection.CheckedCollection
-
Removes all of this collection's elements that are also contained in the
specified collection (optional operation).
- removeAll(Collection) - Method in class jadex.commons.collection.ConcurrencyCheckingList
-
- removeAll(Collection<?>) - Method in class jadex.commons.collection.IdentityHashSet
-
Removes from this set all of its elements that are contained in the
specified collection (optional operation).
- removeAll(Collection<?>) - Method in class jadex.commons.collection.IndexMap
-
Removes from this list all the elements that are contained in the
specified collection.
- removeAll(Collection<?>) - Method in class jadex.commons.collection.LeaseTimeCollection
-
- removeAll(Collection) - Method in class jadex.commons.collection.WeakList
-
Removes from this list all the elements that are contained in the
specified collection (optional operation).
- removeAll(Collection<?>) - Method in class jadex.commons.collection.wrappers.CollectionWrapper
-
- removeBackwardCommand(ICommand<Object>) - Method in class jadex.commons.future.TerminableFuture
-
Add a command with a filter.
- removeBackwardCommand(ICommand<Object>) - Method in class jadex.commons.future.TerminableIntermediateFuture
-
Add a command with a filter.
- removeBeanContextMembershipListener(BeanContextMembershipListener) - Method in interface jadex.commons.beans.beancontext.BeanContext
-
- removeBeanContextMembershipListener(BeanContextMembershipListener) - Method in class jadex.commons.beans.beancontext.BeanContextSupport
-
- removeBeanContextServicesListener(BeanContextServicesListener) - Method in interface jadex.commons.beans.beancontext.BeanContextServices
-
- removeBeanContextServicesListener(BeanContextServicesListener) - Method in class jadex.commons.beans.beancontext.BeanContextServicesSupport
-
- removeBOM(String) - Static method in class jadex.commons.SUtil
-
Remove BOM from UTF text.
- removeBreakpoint(Object) - Method in interface jadex.commons.ISteppable
-
Remove a breakpoint from the interpreter.
- removeBreakpointListener(IChangeListener) - Method in interface jadex.commons.IBreakpointPanel
-
Remove a listener from receiving breakpoint selected events.
- removeChild(Command) - Method in class org.apache.harmony.beans.Command
-
- removeChildAt(int) - Method in class jadex.commons.collection.TreeNode
-
Remove the Node element at index index of the List>.
- removecmd - Variable in class jadex.commons.collection.LeaseTimeCollection
-
The cleaner.
- removeEldestEntry(Map.Entry<K, V>) - Method in class jadex.commons.collection.LRU
-
Remove the eldest entry.
- removeEntry(Object) - Method in class jadex.commons.collection.ActionReferenceQueue
-
Remove an entry.
- removeExtension(String) - Static method in class jadex.commons.SUtil
-
Remove file extension.
- removeForwardCommand(ICommand<Object>) - Method in class jadex.commons.future.Future
-
Add a command with a filter.
- removeKey(K) - Method in class jadex.commons.collection.IndexMap
-
Removes the mapping for this key from this map if it is present.
- removeLineListener(IChangeListener) - Method in class jadex.commons.ListenableStream
-
Remove a line listener.
- removeObject(Object, Object) - Method in class jadex.commons.collection.MultiCollection
-
Remove a special object from the
collection of a defined key.
- removeObject(Object, Object) - Method in class jadex.commons.collection.TwoWayMultiCollection
-
Remove a special object from the
collection of a defined key.
- removePropertyChangeListener(String, PropertyChangeListener) - Method in interface jadex.commons.beans.beancontext.BeanContextChild
-
- removePropertyChangeListener(String, PropertyChangeListener) - Method in class jadex.commons.beans.beancontext.BeanContextChildSupport
-
- removePropertyChangeListener(PropertyChangeListener) - Method in interface jadex.commons.beans.Customizer
-
- removePropertyChangeListener(String, PropertyChangeListener) - Method in class jadex.commons.beans.PropertyChangeSupport
-
- removePropertyChangeListener(PropertyChangeListener) - Method in class jadex.commons.beans.PropertyChangeSupport
-
- removePropertyChangeListener(PropertyChangeListener) - Method in interface jadex.commons.beans.PropertyEditor
-
- removePropertyChangeListener(PropertyChangeListener) - Method in class jadex.commons.beans.PropertyEditorSupport
-
- removePropertyChangeListener(PropertyChangeListener) - Method in class jadex.commons.SimplePropertyChangeSupport
-
Remove a PropertyChangeListener from the listener list.
- removePropertyChangeListener(PropertyChangeListener) - Method in class jadex.commons.SimplePropertyObject
-
Remove a PropertyChangeListener from the listener list.
- removeStackedListeners() - Static method in class jadex.commons.future.FutureHelper
-
Remove all collected listener notifications for the current thread.
- removeSubproperties(String) - Method in class jadex.commons.Properties
-
Remove all subproperties of a given type.
- removeSystemErrListener(IChangeListener) - Static method in class jadex.commons.SUtil
-
Remove a listener from System.err.
- removeSystemOutListener(IChangeListener) - Static method in class jadex.commons.SUtil
-
Remove a listener from System.out.
- removeThreadLocal(ThreadLocal<?>) - Static method in class jadex.commons.future.ThreadLocalTransferHelper
-
Add a thread local that will be automatically copied on thread resumption.
- removeValue(Object) - Method in class jadex.commons.collection.IndexMap
-
Removes the first occurrence in this list of the specified element.
- removeVetoableChangeListener(String, VetoableChangeListener) - Method in interface jadex.commons.beans.beancontext.BeanContextChild
-
- removeVetoableChangeListener(String, VetoableChangeListener) - Method in class jadex.commons.beans.beancontext.BeanContextChildSupport
-
- removeVetoableChangeListener(String, VetoableChangeListener) - Method in class jadex.commons.beans.VetoableChangeSupport
-
- removeVetoableChangeListener(VetoableChangeListener) - Method in class jadex.commons.beans.VetoableChangeSupport
-
- rentrySet() - Method in class jadex.commons.collection.BiHashMap
-
Returns the entry set of the reverse map.
- replace(K, V) - Method in class jadex.commons.collection.IndexMap
-
Replace an object for the given key.
- replace(String, StringBuffer, String, String) - Static method in class jadex.commons.SUtil
-
Parse a source string replacing occurrences and storing the result in the
given string buffer.
- replace(String, String, String) - Static method in class jadex.commons.SUtil
-
Parse a source string replacing occurrences and returning the result.
- reserved - Static variable in class jadex.commons.ProcessStarter
-
- reserveSpace(int) - Method in class jadex.commons.transformation.binaryserializer.GrowableByteBuffer
-
Reserves a minimum amount of free space in the buffer and shifts the position past it.
- resolveClass(ObjectStreamClass) - Method in class jadex.commons.CLObjectInputStream
-
Resolve a class.
- ResourceInfo - Class in jadex.commons
-
Info for a resource to load.
- ResourceInfo(String, InputStream, long) - Constructor for class jadex.commons.ResourceInfo
-
Create a new resource info.
- RESOURCEINFO_MAPPERS - Static variable in class jadex.commons.SUtil
-
- restoreValues(Map<ThreadLocal<Object>, Object>) - Static method in class jadex.commons.future.ThreadLocalTransferHelper
-
Method to be called on new thread on resumption.
- result - Variable in class jadex.commons.future.Future
-
The result.
- result - Variable in class jadex.commons.future.TupleResult
-
The result.
- resultAvailable(Collection<E>) - Method in class jadex.commons.future.CollectingIntermediateResultListener
-
Called when the result is available.
- resultAvailable(E) - Method in class jadex.commons.future.CollectionResultListener
-
Called when some result is available.
- resultAvailable(E) - Method in class jadex.commons.future.CounterResultListener
-
Called when the result is available.
- resultAvailable(Collection<TupleResult>) - Method in class jadex.commons.future.DefaultTuple2ResultListener
-
Called when the result is available.
- resultAvailable(E) - Method in class jadex.commons.future.DelegationResultListener
-
Called when the result is available.
- resultAvailable(E) - Method in class jadex.commons.future.ExceptionDelegationResultListener
-
Called when the result is available.
- resultAvailable(E) - Method in class jadex.commons.future.ExceptionResultListener
-
Called when the result is available, ignore.
- resultavailable - Variable in class jadex.commons.future.Future
-
Flag indicating if result is available.
- resultAvailable(E) - Method in interface jadex.commons.future.IFunctionalResultListener
-
Called when the result is available.
- resultAvailable(Collection<E>) - Method in interface jadex.commons.future.IIntermediateResultListener
-
Called when the result is available.
- resultAvailable(Collection<E>) - Method in class jadex.commons.future.IntermediateDefaultResultListener
-
Called when the result is available.
- resultAvailable(Collection<E>) - Method in class jadex.commons.future.IntermediateDelegationResultListener
-
Called when the result is available.
- resultAvailable(Collection<E>) - Method in class jadex.commons.future.IntermediateExceptionDelegationResultListener
-
Called when the result is available.
- resultAvailable(Void) - Method in class jadex.commons.future.ReadWriteLock.ActionPerformedListener
-
- resultAvailable(E) - Method in class jadex.commons.future.RemoteDelegationResultListener
-
Called when the result is available.
- resultAvailableIfUndone(E) - Method in class jadex.commons.future.CollectionResultListener
-
Called when the result is available.
- resultAvailableIfUndone(E) - Method in class jadex.commons.future.CounterResultListener
-
Called when the result is available.
- resultAvailableIfUndone(E) - Method in class jadex.commons.future.DelegationResultListener
-
Called when the result is available.
- resultAvailableIfUndone(E) - Method in class jadex.commons.future.ExceptionDelegationResultListener
-
Called when the result is available.
- resultAvailableIfUndone(Collection<E>) - Method in class jadex.commons.future.IntermediateDelegationResultListener
-
Called when the result is available.
- resultAvailableIfUndone(Collection<E>) - Method in class jadex.commons.future.IntermediateExceptionDelegationResultListener
-
Called when the result is available.
- resultAvailableIfUndone(E) - Method in interface jadex.commons.future.IUndoneResultListener
-
Called when the result is available.
- results - Variable in class jadex.commons.future.CollectingIntermediateResultListener
-
The results.
- results - Variable in class jadex.commons.future.CollectionResultListener
-
The original result collection.
- results - Variable in class jadex.commons.future.IntermediateFuture
-
The intermediate results.
- resume() - Method in class jadex.commons.future.Future
-
Resume after result or exception has been set.
- resume() - Method in class jadex.commons.future.IntermediateFuture
-
Resume also intermediate waiters.
- resume(Future<?>) - Method in interface jadex.commons.future.ISuspendable
-
Resume the execution of the suspendable.
- resume(Future<?>) - Method in class jadex.commons.future.ThreadSuspendable
-
Resume the execution of the suspendable.
- resumeIntermediate() - Method in class jadex.commons.future.IntermediateFuture
-
Resume after intermediate result.
- retainAll(Collection) - Method in class jadex.commons.beans.beancontext.BeanContextSupport
-
This method is unsupported, throws UnsupportedOperationException
.
- retainAll(Collection) - Method in class jadex.commons.collection.CheckedCollection
-
Retains only the elements in this collection that are contained in the
specified collection (optional operation).
- retainAll(Collection) - Method in class jadex.commons.collection.ConcurrencyCheckingList
-
- retainAll(Collection<?>) - Method in class jadex.commons.collection.IdentityHashSet
-
Retains only the elements in this set that are contained in the
specified collection (optional operation).
- retainAll(Collection<?>) - Method in class jadex.commons.collection.IndexMap
-
Retains only the elements in this list that are contained in the
specified collection.
- retainAll(Collection<?>) - Method in class jadex.commons.collection.LeaseTimeCollection
-
- retainAll(Collection) - Method in class jadex.commons.collection.WeakList
-
Retains only the elements in this list that are contained in the
specified collection (optional operation).
- retainAll(Collection<?>) - Method in class jadex.commons.collection.wrappers.CollectionWrapper
-
- retsep - Variable in class jadex.commons.ExpressionTokenizer
-
Return the separators.
- returntype - Variable in class jadex.commons.MethodInfo
-
Cached return type.
- reverse - Variable in class jadex.commons.collection.BiHashMap
-
The reverse map.
- reverse - Variable in class jadex.commons.collection.TwoWayMultiCollection
-
The reverse multi-collection.
- revokeService(Class, BeanContextServiceProvider, boolean) - Method in interface jadex.commons.beans.beancontext.BeanContextServices
-
- revokeService(Class, BeanContextServiceProvider, boolean) - Method in class jadex.commons.beans.beancontext.BeanContextServicesSupport
-
Revokes a service in this bean context.
- rget(Object) - Method in class jadex.commons.collection.BiHashMap
-
Returns the value of the key from the reverse map.
- root - Variable in class jadex.commons.collection.Tree
-
The root node.
- rootobject - Variable in class jadex.commons.transformation.binaryserializer.AbstractEncodingContext
-
The root object.
- rputAll(Map<? extends V, ? extends K>) - Method in class jadex.commons.collection.BiHashMap
-
Puts all entries of a map into this map, reverse direction.
- rremove(Object) - Method in class jadex.commons.collection.BiHashMap
-
Removes an entry, reverse direction.
- run() - Method in class jadex.commons.collection.LeaseTimeCollection.Checker
-
- run() - Method in class jadex.commons.collection.SCollection.DebugPrinter
-
Wait some time and print out info.
- run() - Method in class jadex.commons.concurrent.Executor
-
Execute the code.
- run() - Method in class jadex.commons.concurrent.LoadManagingExecutionService.Task
-
Perform the task once and notify the manager.
- run() - Method in class jadex.commons.concurrent.ThreadPool.ServiceThread
-
Dequeue an element from the queue
and execute it.
- run() - Method in class jadex.commons.StreamCopy
-
Copy data from source to target.
- running - Variable in class jadex.commons.concurrent.Executor
-
Flag indicating if the thread is running.
- running - Variable in class jadex.commons.concurrent.ThreadPool
-
The running flag.
- runningOnUiThread() - Method in interface jadex.commons.SUtil.AndroidUtils
-
Check whether the current Thread is the android UI thread.
- runPreProcessors(Object, Class<?>, List<ITraverseProcessor>, Traverser, Map<Object, Object>, boolean, Object) - Method in class jadex.commons.transformation.binaryserializer.AbstractCodec
-
Runs the preprocessors.
- safeCollection(Collection<T>) - Static method in class jadex.commons.SUtil
-
Helper method to allow iterating over possibly null collections.
- safeList(List<T>) - Static method in class jadex.commons.SUtil
-
Helper method to allow iterating over possibly null lists.
- safeMap(Map<K, E>) - Static method in class jadex.commons.SUtil
-
Helper method to allow iterating over possibly null maps.
- safeSet(Set<T>) - Static method in class jadex.commons.SUtil
-
Helper method to allow iterating over possibly null sets.
- saveHashCache() - Static method in class jadex.commons.SUtil
-
Save the caclulated hashes.
- saveValues() - Static method in class jadex.commons.future.ThreadLocalTransferHelper
-
Method to be called on old thread before thread switch.
- SBinarySerializer2 - Class in jadex.commons.transformation.binaryserializer
-
Object serializer for encoding to and decoding from a compact binary format.
- SBinarySerializer2() - Constructor for class jadex.commons.transformation.binaryserializer.SBinarySerializer2
-
- scanDir(URL[], File, IFilter, List<String>, List<String>) - Static method in class jadex.commons.SReflect
-
Scan directories.
- scanForClasses(ClassLoader, IFilter, IFilter, boolean) - Static method in class jadex.commons.SReflect
-
Scan for classes that fulfill certain criteria as specified by the file and classfilters.
- scanForClasses(URL[], ClassLoader, IFilter, IFilter) - Static method in class jadex.commons.SReflect
-
Scan for classes that fulfill certain criteria as specified by the file and classfilters.
- scanForFiles(URL[], IFilter) - Static method in class jadex.commons.SReflect
-
Scan for files in a given list of urls.
- scheduled - Variable in class jadex.commons.future.IntermediateFuture
-
The scheduled notifications.
- scheduleNotification(IResultListener<Collection<E>>, boolean, Object) - Method in class jadex.commons.future.IntermediateFuture
-
Schedule a listener notification.
- scheduleRead(IResultCommand<IFuture<Void>, Void>) - Method in class jadex.commons.future.ReadWriteLock
-
Schedules a read operation.
- scheduleWrite(IResultCommand<IFuture<Void>, Void>) - Method in class jadex.commons.future.ReadWriteLock
-
Schedules a write operation.
- SCollection - Class in jadex.commons.collection
-
Static methods for collection creation and observation.
- SCollection() - Constructor for class jadex.commons.collection.SCollection
-
- SCollection.DebugPrinter - Class in jadex.commons.collection
-
Create an info printer for the collections.
- SDF - Static variable in class jadex.commons.SUtil
-
Simple date format.
- SDF2 - Static variable in class jadex.commons.SUtil
-
- SDF3 - Static variable in class jadex.commons.SUtil
-
- second - Variable in exception jadex.commons.future.DuplicateResultException
-
The second result.
- secondResultAvailable(F) - Method in interface jadex.commons.future.ITuple2ResultListener
-
Called when the first result is available.
- sendBackwardCommand(Object) - Method in interface jadex.commons.future.IBackwardCommandFuture
-
Send a backward command in direction of the source.
- sendBackwardCommand(Object) - Method in class jadex.commons.future.TerminableDelegationFuture
-
Send a backward command in direction of the source.
- sendBackwardCommand(Object) - Method in class jadex.commons.future.TerminableFuture
-
Send a backward command in direction of the source.
- sendBackwardCommand(Object) - Method in class jadex.commons.future.TerminableIntermediateDelegationFuture
-
Send a backward command in direction of the source.
- sendBackwardCommand(Object) - Method in class jadex.commons.future.TerminableIntermediateFuture
-
Send a backward command in direction of the source.
- sendCommand(Object) - Method in interface jadex.commons.future.ICommandFuture
-
Send a command to the listeners.
- sendForwardCommand(Object) - Method in class jadex.commons.future.Future
-
Send a (forward) command to the listeners.
- sendForwardCommand(Object) - Method in interface jadex.commons.future.IForwardCommandFuture
-
Send a command to the listeners.
- separatorAt(int) - Method in class jadex.commons.ExpressionTokenizer
-
Check if there is a separator character at the specified position.
- separators - Variable in class jadex.commons.ExpressionTokenizer
-
The top level separators.
- seps - Static variable in class jadex.commons.SUtil
-
Holds the single characters.
- seqnr - Variable in class jadex.commons.concurrent.LoadManagingExecutionService.Task
-
The sequence number.
- serializable - Variable in class jadex.commons.beans.beancontext.BeanContextServicesSupport
-
The number of serializable service providers currently registered.
- serialize(ObjectOutputStream, Collection) - Method in class jadex.commons.beans.beancontext.BeanContextSupport
-
Serializes the given collection.
- serialized_list - Variable in class jadex.commons.collection.WeakList
-
- serialized_set - Variable in class jadex.commons.collection.WeakSet
-
- serviceAvailable(BeanContextServiceAvailableEvent) - Method in class jadex.commons.beans.beancontext.BeanContextChildSupport
-
- serviceAvailable(BeanContextServiceAvailableEvent) - Method in interface jadex.commons.beans.beancontext.BeanContextServicesListener
-
- serviceAvailable(BeanContextServiceAvailableEvent) - Method in class jadex.commons.beans.beancontext.BeanContextServicesSupport
-
Notify all listeners and children that implements
BeanContextServices
of the event.
- serviceClass - Variable in class jadex.commons.beans.beancontext.BeanContextServiceAvailableEvent
-
- serviceClass - Variable in class jadex.commons.beans.beancontext.BeanContextServiceRevokedEvent
-
- serviceProvider - Variable in class jadex.commons.beans.beancontext.BeanContextServicesSupport.BCSSServiceProvider
-
The service provider of the related service.
- serviceRevoked(BeanContextServiceRevokedEvent) - Method in class jadex.commons.beans.beancontext.BeanContextChildSupport
-
- serviceRevoked(BeanContextServiceRevokedEvent) - Method in interface jadex.commons.beans.beancontext.BeanContextServiceRevokedListener
-
- serviceRevoked(BeanContextServiceRevokedEvent) - Method in class jadex.commons.beans.beancontext.BeanContextServicesSupport.BCSSProxyServiceProvider
-
Throws UnsupportedOperationException
.
- serviceRevoked(BeanContextServiceRevokedEvent) - Method in class jadex.commons.beans.beancontext.BeanContextServicesSupport
-
Notify all listeners and children that implements
BeanContextServices
of the event.
- services - Variable in class jadex.commons.beans.beancontext.BeanContextServicesSupport
-
A map of all registered services - key is service class, value is
BCSSServiceProvider
object.
- ServiceThread() - Constructor for class jadex.commons.concurrent.ThreadPool.ServiceThread
-
Create a new thread.
- set(int, Object) - Method in class jadex.commons.collection.ConcurrencyCheckingList
-
- set(int, V) - Method in class jadex.commons.collection.IndexMap
-
Replaces the element at the specified position in this list with the
specified element.
- set(int, Object) - Method in class jadex.commons.collection.WeakList
-
Replaces the element at the specified position in this list with the
specified element (optional operation).
- set - Variable in class jadex.commons.collection.WeakSet
-
The set which will be used for element storage.
- set(int, T) - Method in class jadex.commons.collection.wrappers.ListWrapper
-
- set(T) - Method in class jadex.commons.MutableObject
-
- setAsText(String) - Method in interface jadex.commons.beans.PropertyEditor
-
- setAsText(String) - Method in class jadex.commons.beans.PropertyEditorSupport
-
- setAutoCompactionThreshold(long) - Method in class jadex.commons.collection.PersistentMap
-
Sets the threshold of stale bytes
before auto-compaction is executed.
- setAutoCompactionThreshold(long) - Method in class jadex.commons.collection.PersistentMap2
-
Sets the threshold of stale bytes
before auto-compaction is executed.
- setAutoCompactionThreshold(long) - Method in class jadex.commons.collection.ShadowedPersistentMap
-
Sets the threshold of stale bytes
before auto-compaction is executed.
- setBeanContext(BeanContext) - Method in interface jadex.commons.beans.beancontext.BeanContextChild
-
- setBeanContext(BeanContext) - Method in class jadex.commons.beans.beancontext.BeanContextChildSupport
-
- setBeanInfoSearchPath(String[]) - Static method in class jadex.commons.beans.Introspector
-
Sets the search packages.
- setBound(boolean) - Method in class jadex.commons.beans.PropertyDescriptor
-
- setCapacity(int) - Method in class jadex.commons.DefaultPoolStrategy
-
Set the capacity.
- setChildren(List<TreeNode>) - Method in class jadex.commons.collection.TreeNode
-
Sets the children of a Node object.
- setClassName(String) - Method in class jadex.commons.FieldInfo
-
Set the classname.
- setClassName(String) - Method in class jadex.commons.MethodInfo
-
Sets the class name for retrieving the method.
- setClazz(ClassInfo) - Method in class jadex.bridge.modelinfo.UnparsedExpression
-
Set the clazz.
- setCleaner(ILRUEntryCleaner) - Method in class jadex.commons.collection.LRU
-
Set the cleaner object.
- setClosed(boolean) - Method in class jadex.commons.collection.ArrayBlockingQueue
-
Open/close the queue.
- setClosed(boolean) - Method in class jadex.commons.collection.BlockingQueue
-
Open/close the queue.
- setClosed(boolean) - Method in interface jadex.commons.collection.IBlockingQueue
-
Open/close the queue.
- setConstrained(boolean) - Method in class jadex.commons.beans.PropertyDescriptor
-
- setContext(Command) - Method in class org.apache.harmony.beans.Command
-
- setCurrentClassName(String) - Method in class jadex.commons.transformation.binaryserializer.AbstractDecodingContext
-
Sets the current class name.
- setData(Object) - Method in class jadex.commons.collection.TreeNode
-
Set the node data.
- setData(String) - Method in class org.apache.harmony.beans.Command
-
- setDesignTime(boolean) - Method in class jadex.commons.beans.beancontext.BeanContextSupport
-
- setDesignTime(boolean) - Static method in class jadex.commons.beans.Beans
-
Used to indicate whether of not it's in an application construction
environment.
- setDesignTime(boolean) - Method in interface jadex.commons.beans.DesignMode
-
- setDesiredFree(int) - Method in class jadex.commons.DefaultPoolStrategy
-
Set the desfree.
- setDisplayName(String) - Method in class jadex.commons.beans.FeatureDescriptor
-
Sets the display name.
- setEditorSearchPath(String[]) - Static method in class jadex.commons.beans.PropertyEditorManager
-
- setEnabled(OutputStream, boolean) - Method in class jadex.commons.MultiStream
-
Set the enabled state of a stream.
- setException(Exception) - Method in class jadex.commons.future.Future
-
Set the exception.
- setExceptionIfUndone(Exception) - Method in class jadex.commons.future.Future
-
Set the exception.
- setExceptionListener(ExceptionListener) - Method in class jadex.commons.beans.Encoder
-
Sets the exception listener of this encoder.
- setExceptionListener(ExceptionListener) - Method in class jadex.commons.beans.XMLDecoder
-
Sets the exception listener.
- setExecutable(IExecutable) - Method in class jadex.commons.concurrent.Executor
-
Set the executable.
- setExpert(boolean) - Method in class jadex.commons.beans.FeatureDescriptor
-
Sets the expert indicator.
- setField(Field) - Method in class jadex.commons.transformation.traverser.BeanProperty
-
Set the field.
- setFilename(String) - Method in class jadex.commons.CachedObject
-
Set the filename.
- setFilters(IFilter<T>[]) - Method in class jadex.commons.ComposedFilter
-
Set the filters.
- setFilters(IAsyncFilter[]) - Method in class jadex.commons.ComposedRemoteFilter
-
Set the filters.
- setFinished() - Method in class jadex.commons.future.IntermediateFuture
-
Declare that the future is finished.
- setFinishedIfUndone() - Method in class jadex.commons.future.IntermediateFuture
-
Declare that the future is finished.
- setFirstResult(E) - Method in class jadex.commons.future.Tuple2Future
-
Set the result.
- setFirstResultIfUndone(E) - Method in class jadex.commons.future.Tuple2Future
-
Set the result.
- setGenericType(Type) - Method in class jadex.commons.transformation.traverser.BeanProperty
-
Set the gentype.
- setGeninfo(String) - Method in class jadex.bridge.ClassInfo
-
The geninfo to set.
- setGuiAvailable(boolean) - Static method in class jadex.commons.beans.Beans
-
Set whether or not a GUI is available in the bean's current environment.
- setHidden(boolean) - Method in class jadex.commons.beans.FeatureDescriptor
-
Sets the hidden indicator.
- setId(String) - Method in class jadex.commons.Properties
-
Set the id.
- setIgnoreNextClassWrite(boolean) - Method in class jadex.commons.transformation.binaryserializer.AbstractEncodingContext
-
Puts the context in a state where the next call to
writeClass is ignored.
- setIgnoreNextClassWrite(boolean) - Method in interface jadex.commons.transformation.binaryserializer.IEncodingContext
-
Puts the context in a state where the next call to
writeClass is ignored.
- setInDefaultEventSet(boolean) - Method in class jadex.commons.beans.EventSetDescriptor
-
- setIndexedReadMethod(Method) - Method in class jadex.commons.beans.IndexedPropertyDescriptor
-
Sets the indexed getter as the specified method.
- setIndexedWriteMethod(Method) - Method in class jadex.commons.beans.IndexedPropertyDescriptor
-
Sets the indexed setter as the specified method.
- setInterfaces(Class<?>[]) - Method in class org.apache.harmony.beans.Argument
-
- setKey(Object) - Method in class jadex.commons.collection.PersistentMap.DeletedKey
-
Sets the key.
- setKey(Object) - Method in class jadex.commons.collection.PersistentMap2.DeletedKey
-
Sets the key.
- setKey(Object) - Method in class jadex.commons.collection.ShadowedPersistentMap.DeletedKey
-
Sets the key.
- setLanguage(String) - Method in class jadex.bridge.modelinfo.UnparsedExpression
-
Set the language.
- setLastChecked(long) - Method in class jadex.commons.AbstractModelLoader.BrokenModel
-
Set the last check time of the model.
- setLastChecked(long) - Method in interface jadex.commons.ICacheableModel
-
Set the last check time of the model.
- setLastModified(long) - Method in class jadex.commons.CachedObject
-
Set the last modified date.
- setLastObject(Object) - Method in class jadex.commons.transformation.binaryserializer.AbstractDecodingContext
-
Sets the last object decoded.
- setLastObject(Object) - Method in interface jadex.commons.transformation.binaryserializer.IDecodingContext
-
Sets the last object decoded.
- setLocale(Locale) - Method in class jadex.commons.beans.beancontext.BeanContextSupport
-
Sets the locale of this context.
- setLocale(Locale, String) - Static method in class org.apache.harmony.beans.internal.nls.Messages
-
Changes the locale of the messages.
- setMaxCount(int) - Method in class jadex.commons.DefaultPoolStrategy
-
Set the max cnt.
- setMaxEntries(int) - Method in class jadex.commons.collection.LRU
-
Set the maximum number of entries.
- setMaxWait(long) - Method in class jadex.commons.DefaultPoolStrategy
-
Set the maxwait.
- setName(String) - Method in class jadex.bridge.modelinfo.UnparsedExpression
-
Set the name.
- setName(String) - Method in class jadex.commons.beans.FeatureDescriptor
-
Sets the name.
- setName(String) - Method in class jadex.commons.FieldInfo
-
Set the name.
- setName(String) - Method in class jadex.commons.MethodInfo
-
Set the name.
- setName(String) - Method in class jadex.commons.Properties
-
Set the name of the properties.
- setName(String) - Method in class jadex.commons.Property
-
Set the name.
- setName(String) - Method in class jadex.commons.transformation.traverser.BeanProperty
-
Set the name.
- setNum(int) - Method in class jadex.commons.future.TupleResult
-
Set the num.
- setNumber(int) - Method in class jadex.commons.future.CounterResultListener
-
Set the number.
- setObject(Object) - Method in interface jadex.commons.beans.Customizer
-
- setObject(Serializable) - Method in class jadex.commons.CachedObject
-
Set the cached object.
- setOperator(int) - Method in class jadex.commons.ComposedFilter
-
Set the operator.
- setOperator(int) - Method in class jadex.commons.ComposedRemoteFilter
-
Set the operator.
- setOutputStreams(OutputStream[]) - Method in class jadex.commons.MultiStream
-
Set the output streams.
- setOwner(Object) - Method in class jadex.commons.beans.XMLDecoder
-
Sets the owner of this decoder.
- setOwner(Object) - Method in class jadex.commons.beans.XMLEncoder
-
Sets the owner of this encoder.
- setParameterTypeInfos(ClassInfo[]) - Method in class jadex.commons.MethodInfo
-
Set the parametertypes.
- setParameterTypes(Class<?>[]) - Method in class jadex.commons.MethodInfo
-
Get the parametertypes as classes.
- setParent(IParameterGuesser) - Method in class jadex.commons.SimpleParameterGuesser
-
Set the parent.
- setParsedExp(Object) - Method in class jadex.bridge.modelinfo.UnparsedExpression
-
Set the parsed.
- setPersistenceDelegate(Class<?>, PersistenceDelegate) - Method in class jadex.commons.beans.Encoder
-
Register the PersistenceDelegate
of the specified type.
- setPosition(int) - Method in class jadex.commons.ExpressionTokenizer
-
Set the parse position manually.
- setPreferred(boolean) - Method in class jadex.commons.beans.FeatureDescriptor
-
Sets the preferred indicator.
- SetProcessor - Class in jadex.commons.transformation.traverser
-
A set processor allows for traversing set.
- SetProcessor() - Constructor for class jadex.commons.transformation.traverser.SetProcessor
-
- setPropagatedFrom(BeanContext) - Method in class jadex.commons.beans.beancontext.BeanContextEvent
-
- setPropagationId(Object) - Method in class jadex.commons.beans.PropertyChangeEvent
-
- setProperties(Properties) - Method in interface jadex.commons.IPropertiesProvider
-
Update from given properties.
- setProperties(Property[]) - Method in class jadex.commons.Properties
-
Set the properties.
- setProperties(Map) - Method in class jadex.commons.SimplePropertyObject
-
Set the properties (bean accessor).
- setProperty(String, Object) - Method in interface jadex.commons.IPropertyObject
-
Sets a property
- setProperty(String, Object) - Method in class jadex.commons.SimplePropertyObject
-
Sets a property
- setPropertyEditorClass(Class<?>) - Method in class jadex.commons.beans.PropertyDescriptor
-
- setPropertyValue(Object, Object) - Method in class jadex.commons.transformation.traverser.BeanProperty
-
Sets the bean property value for the given object.
- setPropertyValue(Object, String, Object) - Method in interface jadex.commons.transformation.traverser.IBeanAccessorDelegate
-
Sets a bean property value.
- setReadMethod(Method) - Method in class jadex.commons.beans.PropertyDescriptor
-
- setResult(E) - Method in class jadex.commons.future.Future
-
Set the result.
- setResult(Collection<E>) - Method in class jadex.commons.future.IntermediateFuture
-
Set the result.
- setResult(Object) - Method in class jadex.commons.future.TupleResult
-
Set the result.
- setResultIfUndone(E) - Method in class jadex.commons.future.Future
-
Set the result.
- setResultIfUndone(Collection<E>) - Method in class jadex.commons.future.IntermediateFuture
-
Set the result.
- setRootElement(TreeNode) - Method in class jadex.commons.collection.Tree
-
Set the root node for the tree.
- setSecondResult(F) - Method in class jadex.commons.future.Tuple2Future
-
Set the result.
- setSecondResultIfUndone(F) - Method in class jadex.commons.future.Tuple2Future
-
Set the result.
- setSelectedBreakpoints(String[]) - Method in interface jadex.commons.IBreakpointPanel
-
Set the currently selected breakpoints.
- setSelectedIndex(int) - Method in class jadex.commons.FixedJComboBox
-
- setSetterType(Class<?>) - Method in class jadex.commons.transformation.traverser.BeanProperty
-
Set the setter type.
- setShortDescription(String) - Method in class jadex.commons.beans.FeatureDescriptor
-
Sets the short description.
- setSource(Object) - Method in class jadex.commons.beans.PropertyEditorSupport
-
- setSource(Object) - Method in class jadex.commons.ChangeEvent
-
Set the source.
- setSource(ITerminableIntermediateFuture<?>) - Method in class jadex.commons.future.TerminableIntermediateDelegationFuture
-
Set the source.
- setStepmode(boolean) - Method in interface jadex.commons.ISteppable
-
Set the stepmode.
- setSubproperties(Properties[]) - Method in class jadex.commons.Properties
-
Set the subproperties.
- setter - Variable in class jadex.commons.transformation.traverser.BeanProperty
-
The setter.
- setTerminationCommand(ITerminationCommand) - Method in class jadex.commons.future.TerminableFuture
-
Set the termination command.
- setTerminationCommand(ITerminationCommand) - Method in class jadex.commons.future.TerminableIntermediateFuture
-
Set the terminate.
- setTerminationSource(ITerminableFuture<?>) - Method in class jadex.commons.future.TerminableDelegationFuture
-
Set the termination source.
- settertype - Variable in class jadex.commons.transformation.traverser.BeanProperty
-
The setter type.
- setTheType(Class<?>) - Method in class jadex.bridge.ClassInfo
-
Set the type.
- setType(String) - Method in class jadex.commons.ChangeEvent
-
Set the type.
- setType(String) - Method in class jadex.commons.Properties
-
Set the type of the properties.
- setType(String) - Method in class jadex.commons.Property
-
Set the type.
- setType(Class<?>) - Method in class jadex.commons.transformation.traverser.BeanProperty
-
Set the type.
- setType(Class<?>) - Method in class org.apache.harmony.beans.Argument
-
- setTypeName(String) - Method in class jadex.bridge.ClassInfo
-
Set the name.
- setTypeName(String) - Method in class jadex.commons.FieldInfo
-
Set the typename.
- setUnicast(boolean) - Method in class jadex.commons.beans.EventSetDescriptor
-
- setValue(String) - Method in class jadex.bridge.modelinfo.UnparsedExpression
-
Set the value.
- setValue(Object) - Method in class jadex.commons.beans.Expression
-
- setValue(String, Object) - Method in class jadex.commons.beans.FeatureDescriptor
-
Sets the value for the named attribute.
- setValue(Object) - Method in interface jadex.commons.beans.PropertyEditor
-
- setValue(Object) - Method in class jadex.commons.beans.PropertyEditorSupport
-
- setValue(T) - Method in class jadex.commons.ChangeEvent
-
Set the value.
- setValue(boolean) - Method in class jadex.commons.ConstantFilter
-
Set the value.
- setValue(String) - Method in class jadex.commons.Property
-
Set the value.
- setWorkerCount(int) - Method in class jadex.commons.DefaultPoolStrategy
-
Set the worker cnt.
- SetWrapper<T> - Class in jadex.commons.collection.wrappers
-
- SetWrapper(Set<T>) - Constructor for class jadex.commons.collection.wrappers.SetWrapper
-
Create a new wrapper.
- setWriteMethod(Method) - Method in class jadex.commons.beans.PropertyDescriptor
-
- setXResult(int, Object) - Method in class jadex.commons.future.Tuple2Future
-
Set the xth result.
- setXResultIfUndone(int, Object) - Method in class jadex.commons.future.Tuple2Future
-
Set the xth result.
- SFunction - Class in jadex.commons
-
Static helper class for calculating statistical functions.
- SFunction() - Constructor for class jadex.commons.SFunction
-
- shadowcounter - Variable in class jadex.commons.collection.ShadowedPersistentMap
-
Object counter for shadow map.
- ShadowedPersistentMap<K,V> - Class in jadex.commons.collection
-
A map implementation supporting automatic serialization its data
and persisting it on disk using a shadow map during compaction.
- ShadowedPersistentMap(File, boolean, ClassLoader) - Constructor for class jadex.commons.collection.ShadowedPersistentMap
-
Creates the map.
- ShadowedPersistentMap.DeletedKey - Class in jadex.commons.collection
-
Marker for deleted entries.
- ShadowedPersistentMap.ValueInfo - Class in jadex.commons.collection
-
Information about a stored value.
- shadowlock - Variable in class jadex.commons.collection.ShadowedPersistentMap
-
Lock for the compaction shadow map.
- SHORT_CONVERTER - Static variable in class jadex.commons.transformation.BasicTypeConverter
-
String -> Short converter.
- shortToBytes(int) - Static method in class jadex.commons.SUtil
-
Convert a short to bytes.
- shutdown() - Method in class jadex.commons.concurrent.Executor
-
Shutdown the executor.
- shutdownfutures - Variable in class jadex.commons.concurrent.Executor
-
The shutdown futures.
- SimpleBeanInfo - Class in jadex.commons.beans
-
- SimpleBeanInfo() - Constructor for class jadex.commons.beans.SimpleBeanInfo
-
- SimpleMethodParameterGuesser - Class in jadex.commons
-
Simple method parameter guesser that uses a parameter guesser
to resolve the single parameter guess requests.
- SimpleMethodParameterGuesser(Collection<?>) - Constructor for class jadex.commons.SimpleMethodParameterGuesser
-
Create a new guesser.
- SimpleMethodParameterGuesser(IParameterGuesser) - Constructor for class jadex.commons.SimpleMethodParameterGuesser
-
Create a new guesser.
- SimpleParameterGuesser - Class in jadex.commons
-
- SimpleParameterGuesser(IParameterGuesser) - Constructor for class jadex.commons.SimpleParameterGuesser
-
Create a new guesser.
- SimpleParameterGuesser(Collection<?>) - Constructor for class jadex.commons.SimpleParameterGuesser
-
Create a new guesser.
- SimpleParameterGuesser(IParameterGuesser, Collection<?>) - Constructor for class jadex.commons.SimpleParameterGuesser
-
Create a new guesser.
- SimplePropertyChangeSupport - Class in jadex.commons
-
This class offers part of the functionality of the original
Java-PropertyChangeSupport class.
- SimplePropertyChangeSupport(Object) - Constructor for class jadex.commons.SimplePropertyChangeSupport
-
- SimplePropertyObject - Class in jadex.commons
-
Basic IPropertyObject implementation.
- SimplePropertyObject() - Constructor for class jadex.commons.SimplePropertyObject
-
Create a new property object.
- size() - Method in class jadex.commons.beans.beancontext.BeanContextMembershipEvent
-
- size() - Method in class jadex.commons.beans.beancontext.BeanContextSupport
-
Returns the number children of this context.
- size - Variable in class jadex.commons.collection.ArrayBlockingQueue
-
The size (cached for speed).
- size() - Method in class jadex.commons.collection.ArrayBlockingQueue
-
Get the number of elements in the queue.
- size() - Method in class jadex.commons.collection.BiHashMap
-
Returns the size of the map.
- size() - Method in class jadex.commons.collection.BlockingQueue
-
Return the size of the queue.
- size() - Method in class jadex.commons.collection.Cache
-
Get the size.
- size() - Method in class jadex.commons.collection.CheckedCollection
-
Returns the number of elements in this collection.
- size() - Method in class jadex.commons.collection.CheckedMap
-
Returns the number of key-value mappings in this map.
- size() - Method in class jadex.commons.collection.ConcurrencyCheckingList
-
- size() - Method in class jadex.commons.collection.FastHashMap
-
- size() - Method in interface jadex.commons.collection.IBlockingQueue
-
Get the size.
- size() - Method in class jadex.commons.collection.IdentityHashSet
-
Returns the number of elements in this set (its cardinality).
- size() - Method in class jadex.commons.collection.IndexMap
-
Returns the number of key-value mappings in this map.
- size() - Method in class jadex.commons.collection.LeaseTimeCollection
-
- size() - Method in class jadex.commons.collection.LeaseTimeMap
-
Returns the number of elements added to this map.
- size() - Method in class jadex.commons.collection.MultiCollection
-
Returns the number of elements added to this map.
- size() - Method in class jadex.commons.collection.NestedMap
-
Returns the number of key-value mappings in this map.
- size() - Method in class jadex.commons.collection.OrderedProperties
-
Delegate.
- size() - Method in class jadex.commons.collection.PersistentMap
-
Returns the size of the map.
- size - Variable in class jadex.commons.collection.PersistentMap.ValueInfo
-
Size of the value in the file.
- size() - Method in class jadex.commons.collection.PersistentMap2
-
Returns the size of the map.
- size - Variable in class jadex.commons.collection.PersistentMap2.ValueInfo
-
Size of the value in the file.
- size() - Method in class jadex.commons.collection.ShadowedPersistentMap
-
Returns the size of the map.
- size - Variable in class jadex.commons.collection.ShadowedPersistentMap.ValueInfo
-
Size of the value in the file.
- size - Variable in class jadex.commons.collection.WeakList
-
The number of elements.
- size() - Method in class jadex.commons.collection.WeakList
-
Returns the number of elements in this list.
- size() - Method in class jadex.commons.collection.WeakSet
-
Return the size of the set.
- size() - Method in class jadex.commons.collection.WeakValueMap
-
Get the size.
- size() - Method in class jadex.commons.collection.wrappers.CollectionWrapper
-
Get the size.
- size() - Method in class jadex.commons.collection.wrappers.MapWrapper
-
- size() - Method in class jadex.commons.Tuple
-
Get the size.
- SNonAndroid - Class in jadex.commons
-
Helper class for methods used from non-android code.
- SNonAndroid() - Constructor for class jadex.commons.SNonAndroid
-
- SORT_DOWN - Static variable in class jadex.commons.SUtil
-
Constant for sorting down.
- SORT_UP - Static variable in class jadex.commons.SUtil
-
Constant for sorting up.
- SortedList<T> - Class in jadex.commons.collection
-
A sorted list allowing duplicates of elements
(unlike java.util.TreeSet).
- SortedList() - Constructor for class jadex.commons.collection.SortedList
-
Constructs an empty list with ascending order.
- SortedList(boolean) - Constructor for class jadex.commons.collection.SortedList
-
Constructs an empty list with given order.
- SortedList(Comparator<? super T>, boolean) - Constructor for class jadex.commons.collection.SortedList
-
Constructs an empty list with given order.
- source - Variable in class jadex.commons.ChangeEvent
-
The source.
- source - Variable in class jadex.commons.ExpressionTokenizer
-
The source string.
- source - Variable in class jadex.commons.StreamCopy
-
The source stream.
- splitCommandline(String) - Static method in class jadex.commons.SUtil
-
Taken from ant.
- src - Variable in class jadex.commons.future.TerminableDelegationFuture
-
The termination source.
- src - Variable in class jadex.commons.future.TerminableIntermediateDelegationFuture
-
The termination source.
- SReflect - Class in jadex.commons
-
This class provides several useful static reflection methods.
- SReflect() - Constructor for class jadex.commons.SReflect
-
- SResultListener - Class in jadex.commons.future
-
Static helper class for creating result listeners.
- SResultListener() - Constructor for class jadex.commons.future.SResultListener
-
- STACK - Static variable in class jadex.commons.future.Future
-
Notification stack for unwinding call stack to topmost future.
- stacktrace - Variable in exception jadex.commons.DebugException
-
The stack trace.
- StackTraceElementCodec - Class in jadex.commons.transformation.binaryserializer
-
Codec for encoding and decoding stacktrace element.
- StackTraceElementCodec() - Constructor for class jadex.commons.transformation.binaryserializer.StackTraceElementCodec
-
- start - Variable in class jadex.commons.collection.ArrayBlockingQueue
-
Pointer to the first element.
- start - Variable in class jadex.commons.concurrent.LoadManagingExecutionService
-
The last start time.
- startDocument() - Method in class org.apache.harmony.beans.Handler
-
- startElement(String, String, String, Attributes) - Method in class org.apache.harmony.beans.Handler
-
- startExternalProcess(String, String, OutputStream, OutputStream) - Static method in class jadex.commons.ProcessStarter
-
Start an external process.
- startJavaProcess(String[], OutputStream, OutputStream) - Static method in class jadex.commons.ProcessStarter
-
Start a java process.
- startScheduledNotifications() - Method in class jadex.commons.future.IntermediateFuture
-
Start scheduled listener notifications if not already running.
- state - Variable in class jadex.commons.collection.WeakList
-
The state (to check for modifications).
- Statement - Class in jadex.commons.beans
-
- Statement(Object, String, Object[]) - Constructor for class jadex.commons.beans.Statement
-
- storedinfos - Variable in class jadex.commons.future.TerminableDelegationFuture
-
The list of stored infos, to be sent when src is connected.
- storedinfos - Variable in class jadex.commons.future.TerminableIntermediateDelegationFuture
-
The list of stored infos, to be sent when src is connected.
- storeforfirst - Variable in class jadex.commons.future.SubscriptionIntermediateDelegationFuture
-
Flag if results should be stored till first listener is.
- storeforfirst - Variable in class jadex.commons.future.SubscriptionIntermediateFuture
-
Flag if results should be stored till first listener is added.
- STransformation - Class in jadex.commons.transformation
-
Static helper class for transformation issues.
- STransformation() - Constructor for class jadex.commons.transformation.STransformation
-
- strategy - Variable in class jadex.commons.concurrent.ThreadPool
-
The strategy.
- StreamCopy - Class in jadex.commons
-
A runnable to concurrently copy data from one stream to the other.
- StreamCopy(InputStream, OutputStream) - Constructor for class jadex.commons.StreamCopy
-
Create a stream copy object.
- STRING_CONVERTER - Static variable in class jadex.commons.transformation.BasicTypeConverter
-
String -> String converter.
- StringCodec - Class in jadex.commons.transformation.binaryserializer
-
Codec for encoding and decoding String objects.
- StringCodec() - Constructor for class jadex.commons.transformation.binaryserializer.StringCodec
-
- stringpool - Variable in class jadex.commons.transformation.binaryserializer.DataInputDecodingContext
-
The String pool.
- stringpool - Variable in class jadex.commons.transformation.binaryserializer.DataOutputEncodingContext
-
The string pool.
- stringpool - Variable in class jadex.commons.transformation.binaryserializer.DecodingContext
-
The String pool.
- stringpool - Variable in class jadex.commons.transformation.binaryserializer.DecodingContext2
-
The String pool.
- stringpool - Variable in class jadex.commons.transformation.binaryserializer.EncodingContext
-
The string pool.
- stringpool - Variable in class jadex.commons.transformation.binaryserializer.EncodingContext2
-
The string pool.
- stripTags(String) - Static method in class jadex.commons.SUtil
-
Strip tags (e.g.
- subList(int, int) - Method in class jadex.commons.collection.ConcurrencyCheckingList
-
- subList(int, int) - Method in class jadex.commons.collection.IndexMap
-
Unsupported method.
- subList(int, int) - Method in class jadex.commons.collection.WeakList
-
Returns a view of the portion of this list between the specified
fromIndex, inclusive, and toIndex, exclusive.
- subList(int, int) - Method in class jadex.commons.collection.wrappers.ListWrapper
-
- subproperties - Variable in class jadex.commons.Properties
-
The subproperties.
- SubscriptionIntermediateDelegationFuture<E> - Class in jadex.commons.future
-
- SubscriptionIntermediateDelegationFuture() - Constructor for class jadex.commons.future.SubscriptionIntermediateDelegationFuture
-
Create a new future.
- SubscriptionIntermediateDelegationFuture(ITerminableIntermediateFuture<?>) - Constructor for class jadex.commons.future.SubscriptionIntermediateDelegationFuture
-
Create a new future.
- SubscriptionIntermediateFuture<E> - Class in jadex.commons.future
-
Implementation of the subscription intermediate future.
- SubscriptionIntermediateFuture() - Constructor for class jadex.commons.future.SubscriptionIntermediateFuture
-
Create a new future.
- SubscriptionIntermediateFuture(Exception) - Constructor for class jadex.commons.future.SubscriptionIntermediateFuture
-
Create a future that is already done (failed).
- SubscriptionIntermediateFuture(ITerminationCommand) - Constructor for class jadex.commons.future.SubscriptionIntermediateFuture
-
Create a new future.
- substractArrays(Object, Object) - Static method in class jadex.commons.SUtil
-
First array minus second array.
- sum(Object) - Static method in class jadex.commons.SFunction
-
Calculate the sum of values.
- supportsCustomEditor() - Method in interface jadex.commons.beans.PropertyEditor
-
- supportsCustomEditor() - Method in class jadex.commons.beans.PropertyEditorSupport
-
- suspend(Future<?>, long) - Method in interface jadex.commons.future.ISuspendable
-
Suspend the execution of the suspendable.
- suspend(Future<?>, long) - Method in class jadex.commons.future.ThreadSuspendable
-
Suspend the execution of the suspendable.
- SUSPENDABLE - Static variable in interface jadex.commons.future.ISuspendable
-
The component suspendable for a component thread.
- SUtil - Class in jadex.commons
-
This class provides several useful static util methods.
- SUtil() - Constructor for class jadex.commons.SUtil
-
- SUtil.AccessiblePrintStream - Class in jadex.commons
-
An subclass of print stream to allow accessing the underlying stream.
- SUtil.AndroidUtils - Interface in jadex.commons
-
- switchThread(Object, Throwable) - Method in class jadex.commons.concurrent.Executor
-
Cease execution of the current thread and
switch to another thread waiting for the given monitor.
- switchtos - Variable in class jadex.commons.concurrent.Executor
-
The monitors of blocked threads that need to be reactivated.
- target - Variable in class jadex.commons.StreamCopy
-
The target stream.
- Task(IExecutable, double) - Constructor for class jadex.commons.concurrent.LoadManagingExecutionService.Task
-
Create a new task info for a given task.
- task - Variable in class jadex.commons.concurrent.ThreadPool.ServiceThread
-
The actual task.
- taskAdded() - Method in class jadex.commons.ConstantPoolStrategy
-
Called when a new task was added to the pool.
- taskAdded() - Method in class jadex.commons.DefaultPoolStrategy
-
Called when a new task was added to the pool.
- taskAdded() - Method in interface jadex.commons.IPoolStrategy
-
Called when a new task was added to the pool.
- taskFinished() - Method in class jadex.commons.ConstantPoolStrategy
-
Called when a task is finished.
- taskFinished() - Method in class jadex.commons.DefaultPoolStrategy
-
Called when a task is finished.
- taskFinished() - Method in interface jadex.commons.IPoolStrategy
-
Called when a task is finished.
- taskPerformed(LoadManagingExecutionService.Task) - Method in class jadex.commons.concurrent.LoadManagingExecutionService
-
Called when a task has been performed once.
- tasks - Variable in class jadex.commons.concurrent.LoadManagingExecutionService
-
The tasks to do.
- tasks - Variable in class jadex.commons.concurrent.ThreadPool
-
The tasks to execute.
- tasks - Variable in class jadex.commons.future.FutureFinishChecker
-
The list of future tasks to observe.
- taskServed(long) - Method in class jadex.commons.ConstantPoolStrategy
-
Called when a new task was served from the pool.
- taskServed(long) - Method in class jadex.commons.DefaultPoolStrategy
-
Called when a new task was served from the pool.
- taskServed(long) - Method in interface jadex.commons.IPoolStrategy
-
Called when a new task was served from the pool.
- TerminableDelegationFuture<E> - Class in jadex.commons.future
-
A terminable delegation future can be used when a termination future
should be delegated.
- TerminableDelegationFuture() - Constructor for class jadex.commons.future.TerminableDelegationFuture
-
Create a new future.
- TerminableDelegationFuture(ITerminableFuture<?>) - Constructor for class jadex.commons.future.TerminableDelegationFuture
-
Create a new future.
- TerminableDelegationResultListener<E> - Class in jadex.commons.future
-
Result listener for terminable futures.
- TerminableDelegationResultListener(TerminableDelegationFuture<E>, ITerminableFuture<E>) - Constructor for class jadex.commons.future.TerminableDelegationResultListener
-
Create a new listener.
- TerminableFuture<E> - Class in jadex.commons.future
-
Future that can be terminated from caller side.
- TerminableFuture() - Constructor for class jadex.commons.future.TerminableFuture
-
Create a new future.
- TerminableFuture(ITerminationCommand) - Constructor for class jadex.commons.future.TerminableFuture
-
Create a future that is already done.
- TerminableIntermediateDelegationFuture<E> - Class in jadex.commons.future
-
A terminable intermediate delegation future can be used when a termination intermediate future
should be delegated.
- TerminableIntermediateDelegationFuture() - Constructor for class jadex.commons.future.TerminableIntermediateDelegationFuture
-
Create a new future.
- TerminableIntermediateDelegationFuture(ITerminableIntermediateFuture<?>) - Constructor for class jadex.commons.future.TerminableIntermediateDelegationFuture
-
Create a new future.
- TerminableIntermediateDelegationResultListener<E> - Class in jadex.commons.future
-
Result listener for terminable intermediate futures.
- TerminableIntermediateDelegationResultListener(TerminableIntermediateDelegationFuture<E>, ITerminableIntermediateFuture<E>) - Constructor for class jadex.commons.future.TerminableIntermediateDelegationResultListener
-
Create a new listener.
- TerminableIntermediateFuture<E> - Class in jadex.commons.future
-
Intermediate future that can be terminated from caller side.
- TerminableIntermediateFuture() - Constructor for class jadex.commons.future.TerminableIntermediateFuture
-
Create a new future.
- TerminableIntermediateFuture(Exception) - Constructor for class jadex.commons.future.TerminableIntermediateFuture
-
Create a future that is already done (failed).
- TerminableIntermediateFuture(ITerminationCommand) - Constructor for class jadex.commons.future.TerminableIntermediateFuture
-
Create a new future.
- terminate() - Method in interface jadex.commons.future.ITerminableFuture
-
Terminate the future.
- terminate(Exception) - Method in interface jadex.commons.future.ITerminableFuture
-
Terminate the future and supply a custom reason.
- terminate() - Method in class jadex.commons.future.TerminableDelegationFuture
-
Terminate the future.
- terminate(Exception) - Method in class jadex.commons.future.TerminableDelegationFuture
-
Terminate the future and supply a custom reason.
- terminate - Variable in class jadex.commons.future.TerminableFuture
-
The termination code.
- terminate() - Method in class jadex.commons.future.TerminableFuture
-
Terminate the future.
- terminate(Exception) - Method in class jadex.commons.future.TerminableFuture
-
Terminate the future and supply a custom reason.
- terminate() - Method in class jadex.commons.future.TerminableIntermediateDelegationFuture
-
Terminate the future.
- terminate(Exception) - Method in class jadex.commons.future.TerminableIntermediateDelegationFuture
-
Terminate the future and supply a custom reason.
- terminate - Variable in class jadex.commons.future.TerminableIntermediateFuture
-
The termination code.
- terminate() - Method in class jadex.commons.future.TerminableIntermediateFuture
-
Terminate the future.
- terminate(Exception) - Method in class jadex.commons.future.TerminableIntermediateFuture
-
Terminate the future and supply a custom reason.
- terminated - Variable in class jadex.commons.concurrent.ThreadPool.ServiceThread
-
- terminated(Exception) - Method in interface jadex.commons.future.ITerminationCommand
-
Called after termination was performed.
- terminated(Exception) - Method in class jadex.commons.future.TerminationCommand
-
Called after termination was performed.
- TerminationCommand - Class in jadex.commons.future
-
Base implementation of termination command to be used for sub-classing.
- TerminationCommand() - Constructor for class jadex.commons.future.TerminationCommand
-
- test1(String[]) - Static method in class jadex.commons.collection.BlockingQueue
-
Main for testing.
- test1b(String[]) - Static method in class jadex.commons.collection.BlockingQueue
-
Main for testing.
- test2(String[]) - Static method in class jadex.commons.collection.BlockingQueue
-
Main for testing.
- testIntByteConversion() - Static method in class jadex.commons.SUtil
-
- thd - Static variable in class jadex.commons.TimeFormat
-
- thenAccept(Consumer<? super E>) - Method in class jadex.commons.future.Future
-
- thenAccept(Consumer<? super E>, Class<?>) - Method in class jadex.commons.future.Future
-
- thenAccept(Consumer<? super E>) - Method in interface jadex.commons.future.IFuture
-
Applies a function consuming the result after it is available.
- thenAccept(Consumer<? super E>, Class<?>) - Method in interface jadex.commons.future.IFuture
-
Applies a function consuming the result after it is available.
- thenApply(Function<? super E, ? extends T>) - Method in class jadex.commons.future.Future
-
- thenApply(Function<? super E, ? extends T>, Class<?>) - Method in class jadex.commons.future.Future
-
- thenApply(Function<? super E, ? extends T>) - Method in interface jadex.commons.future.IFuture
-
Applies a function after the result is available, using the result of this Future as input.
- thenApply(Function<? super E, ? extends T>, Class<?>) - Method in interface jadex.commons.future.IFuture
-
Applies a function after the result is available, using the result of this Future as input.
- thenCombine(IFuture<U>, BiFunction<? super E, ? super U, ? extends V>, Class<?>) - Method in class jadex.commons.future.Future
-
- thenCombine(IFuture<U>, BiFunction<? super E, ? super U, ? extends V>, Class<?>) - Method in interface jadex.commons.future.IFuture
-
Combines this and another future and uses the given bifunction to calculate the result.
- thenCompose(Function<? super E, IFuture<T>>) - Method in class jadex.commons.future.Future
-
- thenCompose(Function<? super E, IFuture<T>>, Class<?>) - Method in class jadex.commons.future.Future
-
- thenCompose(Function<? super E, IFuture<T>>) - Method in interface jadex.commons.future.IFuture
-
The result of this future is delegated to the given function.
- thenCompose(Function<? super E, IFuture<T>>, Class<?>) - Method in interface jadex.commons.future.IFuture
-
The result of this future is delegated to the given function.
- threadcnt - Static variable in class jadex.commons.concurrent.ThreadPool
-
The thread number.
- THREADLOCALS - Static variable in class jadex.commons.future.ThreadLocalTransferHelper
-
The registered thread locals.
- ThreadLocalTransferHelper - Class in jadex.commons.future
-
Helps to transfer registered thread local values between different threads.
- ThreadLocalTransferHelper() - Constructor for class jadex.commons.future.ThreadLocalTransferHelper
-
Create a new transfer helper.
- ThreadLocalTransferHelper(boolean) - Constructor for class jadex.commons.future.ThreadLocalTransferHelper
-
Create a new transfer helper.
- threadpool - Variable in class jadex.commons.concurrent.Executor
-
The thread pool.
- ThreadPool - Class in jadex.commons.concurrent
-
A thread pool manages pool and saves resources
and time by precreating and reusing pool.
- ThreadPool() - Constructor for class jadex.commons.concurrent.ThreadPool
-
Create a new thread pool.
- ThreadPool(IPoolStrategy) - Constructor for class jadex.commons.concurrent.ThreadPool
-
Create a new thread pool.
- ThreadPool(boolean, IPoolStrategy) - Constructor for class jadex.commons.concurrent.ThreadPool
-
Create a new thread pool.
- ThreadPool(boolean, IPoolStrategy, long) - Constructor for class jadex.commons.concurrent.ThreadPool
-
Create a new thread pool.
- ThreadPool.ServiceThread - Class in jadex.commons.concurrent
-
A service thread executes tasks.
- THREADPOOL_JAVA5 - Static variable in class jadex.commons.concurrent.ThreadPoolFactory
-
The java 5.0 thread pool implementation.
- THREADPOOL_STANDARD - Static variable in class jadex.commons.concurrent.ThreadPoolFactory
-
The standard (1.4 compliant) thread pool implementation.
- ThreadPoolFactory - Class in jadex.commons.concurrent
-
Factory class for obtaining a thread pool.
- ThreadPoolFactory() - Constructor for class jadex.commons.concurrent.ThreadPoolFactory
-
- threadpools - Static variable in class jadex.commons.concurrent.ThreadPoolFactory
-
The threadpools per name.
- threads - Variable in class jadex.commons.collection.ConcurrencyCheckingList
-
A map for counting thread entries.
- ThreadSuspendable - Class in jadex.commons.future
-
Suspendable for threads.
- ThreadSuspendable() - Constructor for class jadex.commons.future.ThreadSuspendable
-
- ThreadTest - Class in jadex.commons.concurrent
-
This test class shows how the thread based scheduler works.
- ThreadTest() - Constructor for class jadex.commons.concurrent.ThreadTest
-
Create a new thread test.
- ThrowableCodec - Class in jadex.commons.transformation.binaryserializer
-
Codec for encoding and decoding exception objects.
- ThrowableCodec() - Constructor for class jadex.commons.transformation.binaryserializer.ThrowableCodec
-
- throwables - Variable in class jadex.commons.concurrent.Executor
-
The exceptions (if any) to be thrown in threads that need to be reactivated.
- TimeFormat - Class in jadex.commons
-
Class for formatting time durations.
- TimeFormat() - Constructor for class jadex.commons.TimeFormat
-
- TimeoutException - Exception in jadex.commons.concurrent
-
Jadex timout exception.
- TimeoutException() - Constructor for exception jadex.commons.concurrent.TimeoutException
-
Create a timeout exception.
- TimeoutException(String) - Constructor for exception jadex.commons.concurrent.TimeoutException
-
Create a timeout exception.
- timer - Variable in class jadex.commons.collection.LeaseTimeCollection
-
The timer.
- timer - Variable in class jadex.commons.concurrent.ThreadPool
-
Rescue timer that checks if progress is made and tasks are scheduled.
- times - Variable in class jadex.commons.collection.LeaseTimeCollection
-
The timestamps.
- times - Variable in class jadex.commons.collection.LeaseTimeMap
-
Lease time map with keys.
- timeslice - Variable in class jadex.commons.concurrent.LoadManagingExecutionService
-
The max time slice (in ms).
- TimestampCodec - Class in jadex.commons.transformation.binaryserializer
-
- TimestampCodec() - Constructor for class jadex.commons.transformation.binaryserializer.TimestampCodec
-
- TimestampProcessor - Class in jadex.commons.transformation.traverser
-
- TimestampProcessor() - Constructor for class jadex.commons.transformation.traverser.TimestampProcessor
-
- toArray() - Method in class jadex.commons.beans.beancontext.BeanContextMembershipEvent
-
- toArray() - Method in class jadex.commons.beans.beancontext.BeanContextSupport
-
Returns an array of children of this context.
- toArray(Object[]) - Method in class jadex.commons.beans.beancontext.BeanContextSupport
-
Returns an array of children of this context.
- toArray() - Method in class jadex.commons.collection.CheckedCollection
-
Returns an array containing all of the elements in this collection.
- toArray(Object[]) - Method in class jadex.commons.collection.CheckedCollection
-
Returns an array containing all of the elements in this collection;
the runtime type of the returned array is that of the specified array.
- toArray() - Method in class jadex.commons.collection.ConcurrencyCheckingList
-
- toArray(Object[]) - Method in class jadex.commons.collection.ConcurrencyCheckingList
-
- toArray() - Method in class jadex.commons.collection.IdentityHashSet
-
Returns an array containing all of the elements in this set.
- toArray(E[]) - Method in class jadex.commons.collection.IdentityHashSet
-
Returns an array containing all of the elements in this set; the
runtime type of the returned array is that of the specified array.
- toArray() - Method in class jadex.commons.collection.IndexMap
-
Returns an array containing all of the elements in this list in proper
sequence.
- toArray(T[]) - Method in class jadex.commons.collection.IndexMap
-
Returns an array containing all of the elements in this list in proper
sequence; the runtime type of the returned array is that of the
specified array.
- toArray() - Method in class jadex.commons.collection.LeaseTimeCollection
-
- toArray(T[]) - Method in class jadex.commons.collection.LeaseTimeCollection
-
- toArray() - Method in class jadex.commons.collection.WeakList
-
Returns an array containing all of the elements in this list in proper
sequence.
- toArray(Object[]) - Method in class jadex.commons.collection.WeakList
-
Returns an array containing all of the elements in this list in proper
sequence; the runtime type of the returned array is that of the
specified array.
- toArray() - Method in class jadex.commons.collection.WeakSet
-
Convert the set to an array.
- toArray(Object[]) - Method in class jadex.commons.collection.WeakSet
-
Convert the set to an array.
- toArray() - Method in class jadex.commons.collection.wrappers.CollectionWrapper
-
- toArray(T[]) - Method in class jadex.commons.collection.wrappers.CollectionWrapper
-
- toASCIILowerCase(String) - Static method in class org.apache.harmony.beans.BeansUtils
-
- toASCIIUpperCase(String) - Static method in class org.apache.harmony.beans.BeansUtils
-
- toBoolean() - Method in enum jadex.commons.Boolean3
-
Convert the three valued boolean to a two valued boolean object.
- toByteArray() - Method in class jadex.commons.transformation.binaryserializer.GrowableByteBuffer
-
- toCharArray(byte[]) - Static method in class jadex.commons.Base64
-
This is a wrapper to toCharArray(final byte[] text, final int from, final int len)
- toCharArray(byte[], int, int) - Static method in class jadex.commons.Base64
-
This will encode the text without line feeds added
- toCharArray(byte[], int) - Static method in class jadex.commons.Base64
-
This will encode the text.
- Token - Class in jadex.commons.concurrent
-
A token is initially available can be acquired once.
- Token() - Constructor for class jadex.commons.concurrent.Token
-
- toList(String) - Method in class jadex.commons.collection.Tree
-
Returns the tree as a List of node objects.
- toString() - Method in class jadex.bridge.ClassInfo
-
Get the string representation.
- toString() - Method in class jadex.bridge.modelinfo.UnparsedExpression
-
Get the string representation.
- toString() - Method in class jadex.commons.beans.Expression
-
- toString() - Method in class jadex.commons.beans.Statement
-
- toString() - Method in class jadex.commons.ChangeEvent
-
Get the string respresentation.
- toString() - Method in class jadex.commons.collection.ActionReferenceQueue
-
Get the string representation.
- toString() - Method in class jadex.commons.collection.ArrayBlockingQueue
-
Create a string representation.
- toString() - Method in class jadex.commons.collection.FastHashMap
-
- toString() - Method in class jadex.commons.collection.IdentityHashSet
-
Create a string representation.
- toString() - Method in class jadex.commons.collection.IndexMap
-
Create a string representation of this map.
- toString() - Method in class jadex.commons.collection.LeaseTimeMap
-
Create a string representation of this map.
- toString() - Method in class jadex.commons.collection.MultiCollection
-
Create a string representation of this map.
- toString() - Method in class jadex.commons.collection.NestedMap
-
Create a string representation of this map.
- toString() - Method in class jadex.commons.collection.Tree
-
Returns a String representation of the tree.
- toString() - Method in class jadex.commons.collection.TreeNode
-
Get the string representation.
- toString() - Method in class jadex.commons.collection.WeakList
-
Get the string representation.
- toString() - Method in class jadex.commons.collection.wrappers.CollectionWrapper
-
Get the string representation.
- toString() - Method in class jadex.commons.collection.wrappers.MapWrapper
-
Get the string representation.
- toString() - Method in class jadex.commons.ComposedFilter
-
Create a string representation of this filter.
- toString() - Method in class jadex.commons.ComposedRemoteFilter
-
Create a string representation of this filter.
- toString() - Method in class jadex.commons.concurrent.Executor
-
String representation.
- toString() - Method in class jadex.commons.concurrent.LoadManagingExecutionService.Task
-
Create a string representation of the task info.
- toString() - Method in class jadex.commons.concurrent.ThreadPool.ServiceThread
-
Get the string representation.
- toString() - Method in class jadex.commons.concurrent.ThreadPool
-
Get the string representation.
- toString() - Method in class jadex.commons.DefaultPoolStrategy
-
Get the string representation.
- toString() - Method in exception jadex.commons.future.DuplicateResultException
-
Get a string representation.
- toString() - Method in class jadex.commons.future.TupleResult
-
Get the string representation.
- toString() - Method in class jadex.commons.MethodInfo
-
Get the string representation.
- toString() - Method in class jadex.commons.MutableObject
-
- toString() - Method in class jadex.commons.Properties
-
Get the string representation.
- toString() - Method in class jadex.commons.Property
-
Get the string representation.
- toString() - Method in class jadex.commons.SimplePropertyObject
-
Get the string representation.
- toString() - Method in class jadex.commons.Tuple
-
Convert this tuple to a string representation.
- touch(E) - Method in class jadex.commons.collection.LeaseTimeCollection
-
Update the timestamp of e.
- touch(E, long) - Method in class jadex.commons.collection.LeaseTimeCollection
-
Update the timestamp of e.
- touch(K) - Method in class jadex.commons.collection.LeaseTimeMap
-
Update the timestamp of e.
- toURI(URL) - Static method in class jadex.commons.SUtil
-
Convert a URL to a URI but ignore exceptions
- toURI0(URL) - Static method in class jadex.commons.SUtil
-
Convert a URL to a URI but ignore exceptions
- toURL(Object) - Static method in class jadex.commons.SUtil
-
Convert a file/string/url.
- toURL0(URI) - Static method in class jadex.commons.SUtil
-
Convert a URI to a URL but ignore exceptions
- toURLs(Object[]) - Static method in class jadex.commons.SUtil
-
Convert a file/string/url array.
- traverse(Object, Class<?>, List<ITraverseProcessor>, ClassLoader, Object) - Method in class jadex.commons.transformation.traverser.Traverser
-
Traverse an object.
- traverse(Object, Class<?>, List<ITraverseProcessor>, boolean, ClassLoader, Object) - Method in class jadex.commons.transformation.traverser.Traverser
-
Traverse an object.
- traverse(Object, Type, Map<Object, Object>, List<ITraverseProcessor>, boolean, ClassLoader, Object) - Method in class jadex.commons.transformation.traverser.Traverser
-
Traverse an object.
- traverseObject(Object, List<ITraverseProcessor>, boolean, Object) - Static method in class jadex.commons.transformation.traverser.Traverser
-
Traverse an object.
- traverseObject(Object, List<ITraverseProcessor>, boolean, ClassLoader, Object) - Static method in class jadex.commons.transformation.traverser.Traverser
-
Traverse an object.
- traverseObject(Object, Class<?>, List<ITraverseProcessor>, boolean, Object) - Static method in class jadex.commons.transformation.traverser.Traverser
-
Traverse an object.
- traverseObject(Object, Class<?>, List<ITraverseProcessor>, boolean, ClassLoader, Object) - Static method in class jadex.commons.transformation.traverser.Traverser
-
Traverse an object.
- traverseProperties(Object, Map<Object, Object>, List<ITraverseProcessor>, Traverser, boolean, ClassLoader, Object, Object) - Method in class jadex.commons.transformation.traverser.BeanProcessor
-
Clone all properties of an object.
- Traverser - Class in jadex.commons.transformation.traverser
-
The traverser allows to traverse an object graph deeply.
- Traverser() - Constructor for class jadex.commons.transformation.traverser.Traverser
-
- Tree - Class in jadex.commons.collection
-
Tree data structure.
- Tree() - Constructor for class jadex.commons.collection.Tree
-
Create a new tree.
- Tree(TreeNode) - Constructor for class jadex.commons.collection.Tree
-
Create a new tree.
- TreeNode - Class in jadex.commons.collection
-
Represents a node of a tree.
- TreeNode() - Constructor for class jadex.commons.collection.TreeNode
-
Create a new node.
- TreeNode(Object) - Constructor for class jadex.commons.collection.TreeNode
-
Create a new node.
- TRUE - Static variable in interface jadex.commons.future.IFuture
-
A future representing a true result.
- ttl - Variable in class jadex.commons.collection.Cache
-
The time to live.
- ttl - Variable in class jadex.commons.collection.CacheEntry
-
The time to live.
- Tuple - Class in jadex.commons
-
A tuple is a list of entities.
- Tuple(Object, Object) - Constructor for class jadex.commons.Tuple
-
Convenience constructor for binary tuples.
- Tuple(Object, Object, Object) - Constructor for class jadex.commons.Tuple
-
Convenience constructor for binary tuples.
- Tuple(Object[]) - Constructor for class jadex.commons.Tuple
-
Create a new tuple.
- Tuple2<T,E> - Class in jadex.commons
-
Generic version of tuple for two elements.
- Tuple2(T, E) - Constructor for class jadex.commons.Tuple2
-
Convenience constructor for binary tuples.
- Tuple2Future<E,F> - Class in jadex.commons.future
-
Implementation of tuple2 future.
- Tuple2Future() - Constructor for class jadex.commons.future.Tuple2Future
-
Create a future that is already done.
- Tuple2Future(E, F) - Constructor for class jadex.commons.future.Tuple2Future
-
Create a future that is already done.
- Tuple2Future(Exception) - Constructor for class jadex.commons.future.Tuple2Future
-
Create a future that is already done (failed).
- Tuple3<T,E,F> - Class in jadex.commons
-
Generic version of tuple for two elements.
- Tuple3(T, E, F) - Constructor for class jadex.commons.Tuple3
-
Convenience constructor for binary tuples.
- TupleCodec - Class in jadex.commons.transformation.binaryserializer
-
Codec for encoding and decoding URL objects.
- TupleCodec() - Constructor for class jadex.commons.transformation.binaryserializer.TupleCodec
-
- TupleProcessor - Class in jadex.commons.transformation.traverser
-
Tuple is itself immutable, but acts as a container
for arbitrary objects -> must be cloned.
- TupleProcessor() - Constructor for class jadex.commons.transformation.traverser.TupleProcessor
-
- TupleResult - Class in jadex.commons.future
-
Used by tuple futures as internal result wrappers.
- TupleResult() - Constructor for class jadex.commons.future.TupleResult
-
Create a new TupleResult.
- TupleResult(int, Object) - Constructor for class jadex.commons.future.TupleResult
-
Create a new SequenceResult.
- twd - Static variable in class jadex.commons.TimeFormat
-
- TwoWayMultiCollection - Class in jadex.commons.collection
-
The two-way multi-collection allows fast reverse lookup,
by containing a second multi-collection,
which reversely maps values to keys.
- TwoWayMultiCollection() - Constructor for class jadex.commons.collection.TwoWayMultiCollection
-
Create a two way map.
- TwoWayMultiCollection(TwoWayMultiCollection) - Constructor for class jadex.commons.collection.TwoWayMultiCollection
-
internal constrcutor for connecting two
two-way multi-collection.
- type - Variable in class jadex.bridge.ClassInfo
-
The service interface type.
- type - Variable in class jadex.commons.ChangeEvent
-
The type.
- type - Variable in class jadex.commons.collection.MultiCollection
-
The collection type.
- type - Variable in exception jadex.commons.future.DuplicateResultException
-
The type.
- type - Variable in class jadex.commons.ListenableStream
-
The event type to be generated.
- type - Variable in class jadex.commons.Properties
-
The property type (defines the kind of property).
- type - Variable in class jadex.commons.Property
-
The property type (defines the kind of property).
- type - Variable in class jadex.commons.transformation.traverser.BeanProperty
-
The type.
- TYPE_EXCEPTION_EXCEPTION - Static variable in exception jadex.commons.future.DuplicateResultException
-
Two exceptions.
- TYPE_EXCEPTION_RESULT - Static variable in exception jadex.commons.future.DuplicateResultException
-
First exception then result.
- TYPE_RESULT_EXCEPTION - Static variable in exception jadex.commons.future.DuplicateResultException
-
First result then exception.
- TYPE_RESULT_RESULT - Static variable in exception jadex.commons.future.DuplicateResultException
-
Two results.
- TypedPropertyObject - Class in jadex.commons.meta
-
- TypedPropertyObject(IPropertyMetaDataSet) - Constructor for class jadex.commons.meta.TypedPropertyObject
-
- typename - Variable in class jadex.bridge.ClassInfo
-
The service interface type as string.
- typename - Variable in class jadex.commons.FieldInfo
-
The typename.
- TYPES - Static variable in class jadex.commons.transformation.binaryserializer.LegacyNumberCodec
-
The types this processor can handle.
- TYPES - Static variable in class jadex.commons.transformation.binaryserializer.NumberCodec2
-
The types this processor can handle.
- waitFor() - Method in class jadex.commons.future.FutureBarrier
-
Wait for all added futures being finished.
- waitForCompaction() - Method in class jadex.commons.collection.ShadowedPersistentMap
-
Waits for a background compaction to finish (if running).
- waitForIgnoreFailures(ICommand<Exception>) - Method in class jadex.commons.future.FutureBarrier
-
Wait for all added futures being finished.
- waitForResults() - Method in class jadex.commons.future.FutureBarrier
-
Wait for all added futures being finished
and collect the results.
- waitForResultsIgnoreFailures(ICommand<Exception>) - Method in class jadex.commons.future.FutureBarrier
-
Wait for all added futures being finished and collect the results.
- waitings - Variable in class jadex.commons.DefaultPoolStrategy
-
The waiting times of the pool.
- waits - Static variable in class jadex.commons.concurrent.MultiThreadTest
-
The waiting pool.
- walkPostorder(TreeNode, List) - Method in class jadex.commons.collection.Tree
-
Walks the tree in post-order style.
- walkPreorder(TreeNode, List) - Method in class jadex.commons.collection.Tree
-
Walks the tree in pre-order style.
- wanttorun - Variable in class jadex.commons.concurrent.Executor
-
Flag indicating if the thread wants to run.
- WeakEntry<T> - Class in jadex.commons.collection
-
A weak entry is a reference with an additional argument
that can be inspected the referent is garbage collected.
- WeakEntry(T, Object) - Constructor for class jadex.commons.collection.WeakEntry
-
Construct a new reference.
- WeakEntry(T, Object, ReferenceQueue<? super T>) - Constructor for class jadex.commons.collection.WeakEntry
-
Construct a WeakObject.
- WeakList<E> - Class in jadex.commons.collection
-
A list with weak entries.
- WeakList() - Constructor for class jadex.commons.collection.WeakList
-
Create a new list.
- WeakObject<T> - Class in jadex.commons.collection
-
Weakreference has the disadvantage that it does not support
transparent equals() and hashcode() methods.
- WeakObject(T) - Constructor for class jadex.commons.collection.WeakObject
-
Construct a new reference.
- WeakObject(T, ReferenceQueue<? super T>) - Constructor for class jadex.commons.collection.WeakObject
-
Construct a WeakObject.
- WeakSet - Class in jadex.commons.collection
-
A weak set for entries that will be automatically removed when
no references to them are existing any more.
- WeakSet() - Constructor for class jadex.commons.collection.WeakSet
-
Construct a WeakSet based on a HashSet.
- WeakValueMap<K,V> - Class in jadex.commons.collection
-
A map with weak values.
- WeakValueMap() - Constructor for class jadex.commons.collection.WeakValueMap
-
Create a new weak value map.
- workercnt - Variable in class jadex.commons.ConstantPoolStrategy
-
The number of workers in the pool.
- workercnt - Variable in class jadex.commons.DefaultPoolStrategy
-
The number of workers in the pool.
- workersAdded(int) - Method in class jadex.commons.ConstantPoolStrategy
-
Called when a new worker was added proactively to the pool.
- workersAdded(int) - Method in class jadex.commons.DefaultPoolStrategy
-
Called when a new worker was added proactively to the pool.
- workersAdded(int) - Method in interface jadex.commons.IPoolStrategy
-
Called when a new worker was added proactively to the pool.
- workerTimeoutOccurred() - Method in class jadex.commons.ConstantPoolStrategy
-
Notify the strategy that a timeout for a component has occurred,
i.e.
- workerTimeoutOccurred() - Method in class jadex.commons.DefaultPoolStrategy
-
Notify the strategy that a timeout for a worker has occurred,
i.e.
- workerTimeoutOccurred() - Method in interface jadex.commons.IPoolStrategy
-
Notify the strategy that a timeout for a worker component has occurred,
i.e.
- wrappedtypes - Static variable in class jadex.commons.SReflect
-
Mapping from basic class -> object type(class).
- wrapText(String) - Static method in class jadex.commons.SUtil
-
Wrap a text at a given line length.
- wrapText(String, int) - Static method in class jadex.commons.SUtil
-
Wrap a text at a given line length.
- wrapValue(boolean) - Static method in class jadex.commons.SReflect
-
- wrapValue(int) - Static method in class jadex.commons.SReflect
-
- wrapValue(long) - Static method in class jadex.commons.SReflect
-
- wrapValue(byte) - Static method in class jadex.commons.SReflect
-
- wrapValue(char) - Static method in class jadex.commons.SReflect
-
- wrapValue(float) - Static method in class jadex.commons.SReflect
-
- wrapValue(double) - Static method in class jadex.commons.SReflect
-
- wrapValue(short) - Static method in class jadex.commons.SReflect
-
- wrapValue(Object) - Static method in class jadex.commons.SReflect
-
- writable - Variable in class jadex.commons.transformation.traverser.BeanProperty
-
Writable flag
- write - Variable in class jadex.commons.future.ReadWriteLock
-
Flag of the write operation in progress
- write(int) - Method in class jadex.commons.ListenableStream
-
Write a byte to the stream.
- write(int) - Method in class jadex.commons.MultiStream
-
Write a byte to the streams.
- write(byte[], int, int) - Method in class jadex.commons.MultiStream
-
Write a byte array to the streams.
- write(int) - Method in class jadex.commons.NullOutputStream
-
Write to dev null.
- write(byte[], int, int) - Method in class jadex.commons.NullOutputStream
-
Write to dev null.
- write(byte[]) - Method in class jadex.commons.NullOutputStream
-
Write to dev null.
- write(byte[]) - Method in class jadex.commons.transformation.binaryserializer.DataOutputEncodingContext
-
Writes a byte array, appending it to the buffer.
- write(byte[]) - Method in class jadex.commons.transformation.binaryserializer.EncodingContext
-
Writes a byte array, appending it to the buffer.
- write(byte[]) - Method in class jadex.commons.transformation.binaryserializer.EncodingContext2
-
Writes a byte array, appending it to the buffer.
- write(byte) - Method in class jadex.commons.transformation.binaryserializer.GrowableByteBuffer
-
Writes a byte, appending it to the buffer.
- write(byte[]) - Method in class jadex.commons.transformation.binaryserializer.GrowableByteBuffer
-
Writes a byte array, appending it to the buffer.
- write(byte[]) - Method in interface jadex.commons.transformation.binaryserializer.IEncodingContext
-
Writes a byte array.
- writebacklog - Variable in class jadex.commons.future.ReadWriteLock
-
Backlog of write requests
- writeBeanProperties(Object, Class<?>, List<ITraverseProcessor>, Traverser, Map<Object, Object>, boolean, IEncodingContext, IBeanIntrospector) - Static method in class jadex.commons.transformation.binaryserializer.BeanCodec
-
- writeBoolean(boolean) - Method in class jadex.commons.transformation.binaryserializer.DataOutputEncodingContext
-
- writeBoolean(boolean) - Method in class jadex.commons.transformation.binaryserializer.EncodingContext
-
- writeBoolean(boolean) - Method in class jadex.commons.transformation.binaryserializer.EncodingContext2
-
- writeBoolean(boolean) - Method in interface jadex.commons.transformation.binaryserializer.IEncodingContext
-
Writes a boolean value.
- writeByte(byte) - Method in class jadex.commons.transformation.binaryserializer.DataOutputEncodingContext
-
Writes a byte.
- writeByte(byte) - Method in class jadex.commons.transformation.binaryserializer.EncodingContext
-
Writes a byte.
- writeByte(byte) - Method in class jadex.commons.transformation.binaryserializer.EncodingContext2
-
Writes a byte.
- writeByte(byte) - Method in interface jadex.commons.transformation.binaryserializer.IEncodingContext
-
Writes a byte.
- writeChildren(ObjectOutputStream) - Method in class jadex.commons.beans.beancontext.BeanContextSupport
-
Serializes children to the given object input stream.
- writeClass(Class<?>) - Method in class jadex.commons.transformation.binaryserializer.DataOutputEncodingContext
-
- writeClass(Class<?>) - Method in class jadex.commons.transformation.binaryserializer.EncodingContext
-
- writeClass(Class<?>) - Method in class jadex.commons.transformation.binaryserializer.EncodingContext2
-
- writeClass(Class<?>) - Method in interface jadex.commons.transformation.binaryserializer.IEncodingContext
-
Writes a class to the context.
- writeClassname(String) - Method in class jadex.commons.transformation.binaryserializer.DataOutputEncodingContext
-
- writeClassname(String) - Method in class jadex.commons.transformation.binaryserializer.EncodingContext
-
- writeClassname(String) - Method in class jadex.commons.transformation.binaryserializer.EncodingContext2
-
- writeClassname(String) - Method in interface jadex.commons.transformation.binaryserializer.IEncodingContext
-
Writes the name of a class.
- writeDirectory(File, OutputStream) - Static method in class jadex.commons.SUtil
-
Write a directory as jar to an output stream.
- writeDirectory(String, File, ZipOutputStream, byte[]) - Static method in class jadex.commons.SUtil
-
Write a directory as jar to an output stream.
- writeExpression(Expression) - Method in class jadex.commons.beans.Encoder
-
Write an expression of old objects.
- writeExpression(Expression) - Method in class jadex.commons.beans.XMLEncoder
-
Records the expression so that it can be written out later, then calls
super implementation.
- writeFile(String, String) - Static method in class jadex.commons.SUtil
-
Write a string to a file.
- writeFile(String, String, String) - Static method in class jadex.commons.SUtil
-
Write a string to a file.
- writeObject(Object) - Method in class jadex.commons.beans.Encoder
-
Encode the given object into a series of statements and expressions.
- writeObject(Object, Encoder) - Method in class jadex.commons.beans.PersistenceDelegate
-
Writes a bean object to the given encoder.
- writeObject(Object) - Method in class jadex.commons.beans.XMLEncoder
-
Records the object so that it can be written out later, then calls super
implementation.
- writeObjectToDataOutput(DataOutput, Object, ClassLoader) - Static method in class jadex.commons.transformation.binaryserializer.SBinarySerializer2
-
Convert an object to an encoded byte array.
- writeObjectToDataOutput(DataOutput, Object, List<ITraverseProcessor>, Object, ClassLoader) - Static method in class jadex.commons.transformation.binaryserializer.SBinarySerializer2
-
Convert an object to an encoded byte array.
- writeObjectToDataOutput(DataOutput, Object, List<ITraverseProcessor>, List<ITraverseProcessor>, Object, ClassLoader) - Static method in class jadex.commons.transformation.binaryserializer.SBinarySerializer2
-
Convert an object to an encoded byte array.
- writeObjectToStream(OutputStream, Object, ClassLoader) - Static method in class jadex.commons.transformation.binaryserializer.SBinarySerializer2
-
Convert an object to an encoded byte array.
- writeObjectToStream(OutputStream, Object, List<ITraverseProcessor>, Object, ClassLoader) - Static method in class jadex.commons.transformation.binaryserializer.SBinarySerializer2
-
Convert an object to an encoded byte array.
- writeObjectToStream(OutputStream, Object, List<ITraverseProcessor>, List<ITraverseProcessor>, Object, ClassLoader) - Static method in class jadex.commons.transformation.binaryserializer.SBinarySerializer2
-
Convert an object to an encoded byte array.
- writeReplace() - Method in class jadex.commons.collection.WeakList
-
Perform special handling on serialization.
- writeReplace() - Method in class jadex.commons.collection.WeakSet
-
Perform special handling on serialization.
- writeSignedVarInt(long) - Method in class jadex.commons.transformation.binaryserializer.DataOutputEncodingContext
-
- writeSignedVarInt(long) - Method in class jadex.commons.transformation.binaryserializer.EncodingContext
-
- writeSignedVarInt(long) - Method in class jadex.commons.transformation.binaryserializer.EncodingContext2
-
- writeSignedVarInt(long) - Method in interface jadex.commons.transformation.binaryserializer.IEncodingContext
-
Writes a signed variable integer to the encoding context.
- writeStatement(Statement) - Method in class jadex.commons.beans.Encoder
-
Write a statement of old objects.
- writeStatement(Statement) - Method in class jadex.commons.beans.XMLEncoder
-
Records the statement so that it can be written out later, then calls
super implementation.
- writeString(String) - Method in class jadex.commons.transformation.binaryserializer.DataOutputEncodingContext
-
- writeString(String) - Method in class jadex.commons.transformation.binaryserializer.EncodingContext
-
- writeString(String) - Method in class jadex.commons.transformation.binaryserializer.EncodingContext2
-
- writeString(String) - Method in interface jadex.commons.transformation.binaryserializer.IEncodingContext
-
Writes a string to the context.
- writeTo(int, byte) - Method in class jadex.commons.transformation.binaryserializer.GrowableByteBuffer
-
Writes a single byte to a position in the buffer.
- writeVarInt(long) - Method in class jadex.commons.transformation.binaryserializer.DataOutputEncodingContext
-
- writeVarInt(long) - Method in class jadex.commons.transformation.binaryserializer.EncodingContext
-
- writeVarInt(long) - Method in class jadex.commons.transformation.binaryserializer.EncodingContext2
-
- writeVarInt(long) - Method in interface jadex.commons.transformation.binaryserializer.IEncodingContext
-
Writes a variable integer to the encoding context.
- writtenbytes - Variable in class jadex.commons.transformation.binaryserializer.AbstractEncodingContext
-
The bytes written to the output.