A B C D E F G H I L M N O P R S T U W _

A

AbstractChunk<T extends AbstractChunk<T>> - Class in org.objectweb.dream.message
Base class of every chunk classes.
AbstractChunk() - Constructor for class org.objectweb.dream.message.AbstractChunk
 
AbstractComponent - Class in org.objectweb.dream
Base implementation of Dream components.
AbstractComponent() - Constructor for class org.objectweb.dream.AbstractComponent
Constructor method create the hashtable of bindings and initialize fcState to LifeCycleController.STOPPED.
AbstractDelegatingMessageCodecImpl - Class in org.objectweb.dream.message.codec
Abstract class for message codec using a delegate client interface.
AbstractDelegatingMessageCodecImpl() - Constructor for class org.objectweb.dream.message.codec.AbstractDelegatingMessageCodecImpl
 
AbstractSchedulerManager - Class in org.objectweb.dream.control.activity.manager
Abstract Scheduler implementation.
AbstractSchedulerManager() - Constructor for class org.objectweb.dream.control.activity.manager.AbstractSchedulerManager
 
AbstractTask - Class in org.objectweb.dream.control.activity.task
Abstract Task class.
AbstractTask(String) - Constructor for class org.objectweb.dream.control.activity.task.AbstractTask
Create a Task with the specified name.
AbstractThreadTaskImpl - Class in org.objectweb.dream.control.activity.task.thread
Abstract class representing a thread task.
AbstractThreadTaskImpl() - Constructor for class org.objectweb.dream.control.activity.task.thread.AbstractThreadTaskImpl
 
activateTask(Task) - Method in class org.objectweb.dream.control.activity.task.BasicTaskActivationMixin
 
activateTask(Task) - Method in interface org.objectweb.dream.control.activity.task.TaskActivationController
Register the given task with the activity manager.
ActiveComponentAttributeController - Interface in org.objectweb.dream.control.activity
This attribute controller can be used by active components that need registering one or more tasks.
ACTIVITY_CONTENT_CONTROLLER_ITF_NAME - Static variable in class org.objectweb.dream.control.activity.manager.AbstractSchedulerManager
Name of the content controller client interface of this component.
ACTIVITY_CONTENT_CONTROLLER_ITF_NAME - Static variable in class org.objectweb.dream.control.activity.manager.ThreadManagerImpl
Name of the content controller client interface of this component.
ActivityLifeCycleMixin - Class in org.objectweb.dream.control.lifecycle
This mixin can be applied to a lifecycle controller in order to start the activities of the component to which the controller belongs.
addChunk(String, AbstractChunk) - Method in class org.objectweb.dream.message.Message
 
addChunk(Message, String, AbstractChunk) - Method in interface org.objectweb.dream.message.MessageManager
Adds a chunk in the given message.
addChunk(Message, String, AbstractChunk) - Method in class org.objectweb.dream.message.MessageManagerImpl
 
addCodec(String, Map<String, Object>) - Method in interface org.objectweb.dream.message.codec.CodecManager
Adds a codec component for the specified codec name.
addCodec(String, Map<String, Object>) - Method in class org.objectweb.dream.message.codec.CodecManagerImpl
 
addCurrentThread(String) - Method in class org.objectweb.dream.control.lifecycle.ThreadCounterMixin
Registers the current thread has an executing thread.
addFcSubComponent(Object) - Method in interface org.objectweb.dream.control.content.BasicContentController
Adds a sub-component to this component.
addFcSubComponent(Object) - Method in class org.objectweb.dream.control.content.BasicContentControllerMixin
 
addOrReplaceChunk(Message, String, AbstractChunk) - Method in interface org.objectweb.dream.message.MessageManager
Adds a chunk in the given message.
addOrReplaceChunk(Message, String, AbstractChunk) - Method in class org.objectweb.dream.message.MessageManagerImpl
 
addSubMessage(Message) - Method in class org.objectweb.dream.message.Message
 
addSubMessage(Message, Message) - Method in interface org.objectweb.dream.message.MessageManager
Adds a sub message to a message.
addSubMessage(Message, Message) - Method in class org.objectweb.dream.message.MessageManagerImpl
 
addTask(Task, Map<String, Object>) - Method in class org.objectweb.dream.control.activity.task.BasicTaskControllerMixin
 
addTask(Task, Map) - Method in class org.objectweb.dream.control.activity.task.LifeCycleActivationTaskMixin
 
addTask(Task, Map<String, Object>) - Method in interface org.objectweb.dream.control.activity.task.TaskController
Adds a new task in this controller
addTask(Component, Task, Map<String, Object>) - Static method in class org.objectweb.dream.control.activity.Util
Adds the given task in the task controller of the given component.
addThread() - Method in interface org.objectweb.dream.control.activity.manager.ThreadManager
Creates, and returns a thread component.
addThread() - Method in class org.objectweb.dream.control.activity.manager.ThreadManagerImpl
 
addThread(Task) - Method in interface org.objectweb.dream.control.activity.manager.ThreadPoolManager
Adds a thread to the given task.
addThread(Task) - Method in class org.objectweb.dream.control.activity.manager.ThreadPoolPerTaskSchedulerManagerImpl
 
ArrayIterator - Class in org.objectweb.dream.util
 
ArrayIterator(Object[]) - Constructor for class org.objectweb.dream.util.ArrayIterator
Create an iterator over the array elements.
AsyncStarter - Class in org.objectweb.dream.control.lifecycle
The run method call LifeCycleCoordinator.setFcStarted() and then the ASyncStarterCoordinator.started(org.objectweb.fractal.julia.control.lifecycle.LifeCycleCoordinator, org.objectweb.fractal.api.control.IllegalLifeCycleException)
AsyncStarter(LifeCycleCoordinator, ASyncStarterCoordinator) - Constructor for class org.objectweb.dream.control.lifecycle.AsyncStarter
 
ASyncStarterCoordinator - Interface in org.objectweb.dream.control.lifecycle
Interface implemented by life cycle coordinator to be notified when a component has been asynchronously started.
asyncStarting - Variable in class org.objectweb.dream.control.lifecycle.AsyncStartLifeCycleCoordinatorMixin
 
AsyncStartLifeCycleCoordinatorMixin - Class in org.objectweb.dream.control.lifecycle
Mixin that implements the coordination of asynchronous start.

B

BasicCompositeBindingMixin - Class in org.objectweb.dream.control.binding
Provides ComponentInterface management to a BindingController.
BasicContentController - Interface in org.objectweb.dream.control.content
A component interface to control the content of the component to which it belongs.
BasicContentControllerMixin - Class in org.objectweb.dream.control.content
Provides a basic implementation of the BasicContentController interface.
BasicLocationControllerMixin - Class in org.objectweb.dream.control.location
Basic Implementation of the LocationController.
BasicLoggerControllerMixin - Class in org.objectweb.dream.control.logger
Basic implementation of logger controller.
BasicLoggerControllerMixin() - Constructor for class org.objectweb.dream.control.logger.BasicLoggerControllerMixin
 
BasicLoggerInternalBaseNameMixin - Class in org.objectweb.dream.control.logger
Basic mixin implementing the LoggerInternalBaseName interface.
BasicLoggerInternalBaseNameMixin() - Constructor for class org.objectweb.dream.control.logger.BasicLoggerInternalBaseNameMixin
 
BasicTaskActivationMixin - Class in org.objectweb.dream.control.activity.task
Basic Implementation of the TaskActivationController.
BasicTaskActivationMixin() - Constructor for class org.objectweb.dream.control.activity.task.BasicTaskActivationMixin
 
BasicTaskControllerMixin - Class in org.objectweb.dream.control.activity.task
Provides a basic implementation of the TaskManager interface.
beforeFirstStart(Component) - Method in class org.objectweb.dream.AbstractComponent
This method is called the first time the component is started.
bindFc(String, Object) - Method in class org.objectweb.dream.AbstractComponent
 
bindFc(String, Object, Object) - Method in class org.objectweb.dream.AbstractComponent
 
bindFc(String, Object) - Method in class org.objectweb.dream.control.activity.manager.AbstractSchedulerManager
 
bindFc(String, Object) - Method in class org.objectweb.dream.control.activity.manager.MetaSchedulerManagerImpl
 
bindFc(String, Object) - Method in class org.objectweb.dream.control.activity.manager.TaskManagerImpl
 
bindFc(String, Object) - Method in class org.objectweb.dream.control.activity.manager.ThreadManagerImpl
 
bindFc(String, Object) - Method in class org.objectweb.dream.control.activity.scheduler.ForwarderSchedulerImpl
 
bindFc(String, Object) - Method in class org.objectweb.dream.control.activity.scheduler.MultiThreadForwarderSchedulerImpl
 
bindFc(String, Object, Object) - Method in class org.objectweb.dream.control.activity.scheduler.PeriodicSchedulerImpl
 
bindFc(String, Object) - Method in class org.objectweb.dream.control.activity.scheduler.PeriodicSchedulerImpl
 
bindFc(String, Object) - Method in class org.objectweb.dream.control.activity.task.thread.AbstractThreadTaskImpl
 
bindFc(InterfaceType, String, Object) - Method in class org.objectweb.dream.control.binding.BasicCompositeBindingMixin
Calls the overridden method and then updates the getFcItfImpl link (or the getFcItfDelegate link of the corresponding interceptor) of the clientItfName interface to serverItf.
bindFc(String, Object) - Method in class org.objectweb.dream.control.binding.ContainerContextualBindingControllerMixin
 
bindFc(String, Object, Object) - Method in class org.objectweb.dream.control.binding.ContainerContextualBindingControllerMixin
 
bindFc(String, Object, Object) - Method in interface org.objectweb.dream.control.binding.ContextualBindingController
Binds the client interface whose name is given to a server interface.
bindFc(String, Object) - Method in class org.objectweb.dream.message.codec.AbstractDelegatingMessageCodecImpl
 
bindFc(String, Object) - Method in class org.objectweb.dream.message.codec.CodecManagerImpl
 
bindFc(String, Object) - Method in class org.objectweb.dream.message.codec.MessageCreatorBasicImpl
 
bindFc(String, Object) - Method in class org.objectweb.dream.message.MessageManagerPoolingImpl
 
bindFc(String, Object) - Method in class org.objectweb.dream.pool.ObjectPoolDebugImpl
 
bindFc(String, Object) - Method in class org.objectweb.dream.pool.ObjectPoolImpl
 
bindFc(String, Object) - Method in class org.objectweb.dream.pool.ObjectPoolSoftReferenceImpl
 
bindFc(String, Object) - Method in class org.objectweb.dream.PushToPush1Impl
 
bindingLogger - Variable in class org.objectweb.dream.AbstractComponent
the controller logger associated with the binding controller of this component
bug(Logger) - Static method in class org.objectweb.dream.util.Error
Handles a bug: throws an InternalErrorand logs a ERROR message.
bug(Logger, Throwable) - Static method in class org.objectweb.dream.util.Error
Handles a bug: throws an InternalErrorand logs a ERROR message.

C

checkInactivity() - Method in class org.objectweb.dream.control.lifecycle.ActivityLifeCycleMixin
Returns true If the component has no executing task and super implementation returns true.
checkInactivity() - Method in class org.objectweb.dream.control.lifecycle.SimpleLifeCycleControllerMixin
Returns true if the component is inactive.
checkInactivity() - Method in class org.objectweb.dream.control.lifecycle.ThreadCounterMixin
Returns true If the component is stopping, and no more thread is executing it and super implementation returns true.
checkNull(String) - Method in class org.objectweb.dream.message.MessageManagerImpl
 
checkNull(AbstractChunk) - Method in class org.objectweb.dream.message.MessageManagerImpl
 
checkNull(Message) - Method in class org.objectweb.dream.message.MessageManagerImpl
 
checkOwner(Message) - Method in class org.objectweb.dream.message.MessageManagerImpl
 
checkOwner(AbstractChunk<?>) - Method in class org.objectweb.dream.message.MessageManagerImpl
 
checkSubMessage(Message, Message) - Method in class org.objectweb.dream.message.MessageManagerImpl
 
ChunkAlreadyExistException - Exception in org.objectweb.dream.message
Runtime exception thrown by the MessageManager.addChunk(org.objectweb.dream.message.Message, java.lang.String, org.objectweb.dream.message.AbstractChunk) when a chunk with the same name already exist in the given message.
ChunkFactoryReference<T extends AbstractChunk<T>> - Class in org.objectweb.dream.message
Reference to chunk factory created and held by a message manager.
cloneChunk(T) - Method in interface org.objectweb.dream.message.MessageManager
Clones the given chunk.
cloneChunk(T) - Method in class org.objectweb.dream.message.MessageManagerImpl
 
CodecInputOutput - Interface in org.objectweb.dream.message.codec
Gathers an input and an output used by MessageCodec.
CodecInputOutputImpl - Class in org.objectweb.dream.message.codec
Basic implementation of the CodecInputOutput interface.
CodecInputOutputImpl() - Constructor for class org.objectweb.dream.message.codec.CodecInputOutputImpl
Default constructor
CodecInputOutputImpl(Object, Object) - Constructor for class org.objectweb.dream.message.codec.CodecInputOutputImpl
 
CodecManager - Interface in org.objectweb.dream.message.codec
TODO refactor codec manager.
CodecManagerException - Exception in org.objectweb.dream.message.codec
Codec manager exception.
CodecManagerException(String, String) - Constructor for exception org.objectweb.dream.message.codec.CodecManagerException
Constructs a new CodecManagerException
CodecManagerImpl - Class in org.objectweb.dream.message.codec
Basic implementation of codec manager.
CodecManagerImpl() - Constructor for class org.objectweb.dream.message.codec.CodecManagerImpl
 
codecName - Variable in exception org.objectweb.dream.message.codec.CodecManagerException
 
CodecRepository - Interface in org.objectweb.dream.message.codec
Component interface used by Codec manager to retreive the name of an ADL for a given codec name.
CodecRepositoryAttributeController - Interface in org.objectweb.dream.message.codec
Attribute controller interface for basic codec repository using a properties file.
CodecRepositoryImpl - Class in org.objectweb.dream.message.codec
Codec repository implementation using a Propertiesto map codec name with codec ADL.
CodecRepositoryImpl() - Constructor for class org.objectweb.dream.message.codec.CodecRepositoryImpl
 
codecRepositoryItf - Variable in class org.objectweb.dream.message.codec.CodecManagerImpl
 
CODECS_COMPONENT_ITF_NAME - Static variable in class org.objectweb.dream.message.codec.CodecManagerImpl
The name of the client interface bound to the component interface of the composite containing codecs.
codecsCCItf - Variable in class org.objectweb.dream.message.codec.CodecManagerImpl
 
codecsCompositeItf - Variable in class org.objectweb.dream.message.codec.CodecManagerImpl
 
ContainerContextualBindingControllerMixin - Class in org.objectweb.dream.control.binding
Provides a container based implementation of the ContextualBindingControllerinterface.
ContainerPrepareStopLifeCycleControllerMixin - Class in org.objectweb.dream.control.lifecycle
Calls the PrepareStopLifeCycleController.prepareStopFc()method of the implementation of the component, this controller belong.
ContainerPrepareStopLifeCycleControllerMixin() - Constructor for class org.objectweb.dream.control.lifecycle.ContainerPrepareStopLifeCycleControllerMixin
 
contentControllerItf - Variable in class org.objectweb.dream.control.activity.manager.AbstractSchedulerManager
 
ContentFactoryMixin - Class in org.objectweb.dream.control.factory
Mixin which adds created component as sub component of the component this controller belong.
ContextualBindingController - Interface in org.objectweb.dream.control.binding
A component interface to control the bindings of the component to which it belongs.
controlItf - Variable in class org.objectweb.dream.control.activity.task.AbstractTask
 
createChunk() - Method in class org.objectweb.dream.message.ChunkFactoryReference
 
createChunk(ChunkFactoryReference<T>) - Method in interface org.objectweb.dream.message.MessageManager
Creates a chunk using the chunk factory referenced by the given reference.
createChunk(ChunkFactoryReference<T>) - Method in class org.objectweb.dream.message.MessageManagerImpl
 
createChunkFactory(Class<T>) - Method in class org.objectweb.dream.message.MessageManagerImpl
 
createChunkFactory(Class<T>) - Method in class org.objectweb.dream.message.MessageManagerPoolingImpl
 
createCodec(String, String, Map<String, Object>) - Method in class org.objectweb.dream.message.codec.CodecManagerImpl
Creates a codec and adds it in the codecs composite
createMessage() - Method in interface org.objectweb.dream.message.MessageManager
Creates a new message and returns a reference to the newly created message.
createMessage() - Method in class org.objectweb.dream.message.MessageManagerImpl
 
createMessage() - Method in class org.objectweb.dream.message.MessageManagerPoolingImpl
 

D

deactivateTask(Task) - Method in class org.objectweb.dream.control.activity.task.BasicTaskActivationMixin
 
deactivateTask(Task, TaskStoppedListener) - Method in class org.objectweb.dream.control.activity.task.BasicTaskActivationMixin
 
deactivateTask(Task) - Method in interface org.objectweb.dream.control.activity.task.TaskActivationController
Unregister the given task with the activity manager.
deactivateTask(Task, TaskStoppedListener) - Method in interface org.objectweb.dream.control.activity.task.TaskActivationController
Unregister the given task with the activity manager.
DEBUG - Static variable in interface org.objectweb.dream.control.logger.LoggerController
Logger level for debug message.
decode(CodecInputOutput) - Method in interface org.objectweb.dream.message.codec.MessageCodec
De-serializes a message from the given stream.
decode(CodecInputOutput) - Method in class org.objectweb.dream.message.codec.MessageCodecHelperCompositeMessageDataStreamImpl
 
decode(CodecInputOutput) - Method in class org.objectweb.dream.message.codec.MessageCodecHelperObjectStreamImpl
 
decode(CodecInputOutput) - Method in class org.objectweb.dream.message.codec.MessageCodecPrimitiveObjectStreamImpl
 
decode(CodecInputOutput) - Method in class org.objectweb.dream.message.codec.MessageCreatorBasicImpl
 
decrementReferenceCounter() - Method in class org.objectweb.dream.message.Message
Used only by message manager.
decrementReferenceCounter() - Method in interface org.objectweb.dream.message.ReferenceCounter
Decrements the reference counter.
DELEATE_MESSAGE_CODEC_ITF_NAME - Static variable in class org.objectweb.dream.message.codec.AbstractDelegatingMessageCodecImpl
The name of the client interface used to delegate message encoding/decoding
delegate - Variable in class org.objectweb.dream.control.activity.task.TaskActivationStoppedListener
 
delegateMessageCodecItf - Variable in class org.objectweb.dream.message.codec.AbstractDelegatingMessageCodecImpl
 
deleteChunk(AbstractChunk<?>) - Method in interface org.objectweb.dream.message.MessageManager
Deletes the given chunk.
deleteChunk(AbstractChunk<?>) - Method in class org.objectweb.dream.message.MessageManagerImpl
 
deleteMessage(Message) - Method in interface org.objectweb.dream.message.MessageManager
Delete the message referenced by the given reference.
deleteMessage(Message) - Method in class org.objectweb.dream.message.MessageManagerImpl
 
doDecode(DataInput, CodecInputOutput) - Method in class org.objectweb.dream.message.codec.MessageCodecHelperCompositeMessageDataStreamImpl
Decode recursively a message and its sub messages (if any).
doEncode(Message, DataOutput, CodecInputOutput) - Method in class org.objectweb.dream.message.codec.MessageCodecHelperCompositeMessageDataStreamImpl
Encode recursively a message and its sub messages (if any).
Dream - Class in org.objectweb.dream.util
Provides static methods to access control interfaces of Dream components.
duplicateMessage(Message, boolean) - Method in interface org.objectweb.dream.message.MessageManager
Duplicates a message.
duplicateMessage(Message, boolean) - Method in class org.objectweb.dream.message.MessageManagerImpl
 

E

EMPTY_STRING_ARRAY - Static variable in interface org.objectweb.dream.util.EmptyStringArray
An empty string array instance
EMPTY_STRING_ITERATOR - Static variable in class org.objectweb.dream.util.EmptyIterator
A constant instance of EmptyIterator<String>
EmptyIterator<T> - Class in org.objectweb.dream.util
An empty iterator implementation.
EmptyIterator() - Constructor for class org.objectweb.dream.util.EmptyIterator
default constructor.
EmptyStringArray - Interface in org.objectweb.dream.util
Interface defining an empty String array constant.
encode(CodecInputOutput, Message) - Method in interface org.objectweb.dream.message.codec.MessageCodec
Encodes the given message on the given stream.
encode(CodecInputOutput, Message) - Method in class org.objectweb.dream.message.codec.MessageCodecHelperCompositeMessageDataStreamImpl
 
encode(CodecInputOutput, Message) - Method in class org.objectweb.dream.message.codec.MessageCodecHelperObjectStreamImpl
 
encode(CodecInputOutput, Message) - Method in class org.objectweb.dream.message.codec.MessageCodecPrimitiveObjectStreamImpl
 
encode(CodecInputOutput, Message) - Method in class org.objectweb.dream.message.codec.MessageCreatorBasicImpl
 
EndOfTask - Interface in org.objectweb.dream.control.activity.manager
Interface used by Scheduler to notify the activity manager that a task will not be executed.
endOfTaskItf - Variable in class org.objectweb.dream.control.activity.scheduler.ForwarderSchedulerImpl
 
endOfTaskItf - Variable in class org.objectweb.dream.control.activity.scheduler.MultiThreadForwarderSchedulerImpl
 
endOfTaskItf - Variable in class org.objectweb.dream.control.activity.scheduler.PeriodicSchedulerImpl
 
EndOfThread - Interface in org.objectweb.dream.control.activity.manager
Hidden control interface used by thread to notify activity manager that it has finish its execution.
endOfThreadItf - Variable in class org.objectweb.dream.control.activity.task.thread.AbstractThreadTaskImpl
 
equals(Message, MessageManager, Message, MessageManager) - Static method in class org.objectweb.dream.message.MessageUtil
Returns true if the two messages has the same content.
ERROR - Static variable in interface org.objectweb.dream.control.logger.LoggerController
Logger level for error message.
Error - Class in org.objectweb.dream.util
Defines some methods to handle (i.e. throw exception) errors.
error(String, Logger, Throwable) - Static method in class org.objectweb.dream.util.Error
Handles an error: throws an InternalErrorand logs a ERROR message.
error(String, Logger) - Static method in class org.objectweb.dream.util.Error
Handles an error: throws an InternalErrorand logs a ERROR message.
execute(Object) - Method in interface org.objectweb.dream.control.activity.task.Task
The method that is executed.
execute(Object) - Method in class org.objectweb.dream.control.activity.task.thread.AbstractThreadTaskImpl
 
EXECUTE_AGAIN - Static variable in interface org.objectweb.dream.control.activity.task.Task
An integer that can be used with some schedulers to specify that the task should be executed again.
executing - Variable in class org.objectweb.dream.control.activity.task.thread.ThreadTaskImpl
 
executingTask - Variable in class org.objectweb.dream.control.activity.scheduler.PeriodicSchedulerImpl
 
executingThread - Variable in class org.objectweb.dream.control.activity.scheduler.ForwarderSchedulerImpl
 
executingThread - Variable in class org.objectweb.dream.control.activity.scheduler.PeriodicSchedulerImpl
 
executingThreads - Variable in class org.objectweb.dream.control.activity.scheduler.MultiThreadForwarderSchedulerImpl
 

F

FATAL - Static variable in interface org.objectweb.dream.control.logger.LoggerController
Logger level for fatal message.
fcActivated(LifeCycleCoordinator) - Method in class org.objectweb.dream.control.lifecycle.LoggerLifeCycleControllerMixin
 
fcActivityCoordinator - Variable in class org.objectweb.dream.control.lifecycle.ActivityLifeCycleMixin
 
fcContent - Variable in class org.objectweb.dream.control.binding.ContainerContextualBindingControllerMixin
The "user component" encapsulated in this container component.
fcCoordinator - Variable in class org.objectweb.dream.control.lifecycle.ThreadCounterMixin
 
fcExecutingThreads - Variable in class org.objectweb.dream.control.lifecycle.ThreadCounterMixin
The array of currently executing threads.
fcInactivated(LifeCycleCoordinator) - Method in class org.objectweb.dream.control.lifecycle.LoggerLifeCycleControllerMixin
 
fcInternalInterfaces - Variable in class org.objectweb.dream.control.content.BasicContentControllerMixin
The internal interfaces of the component to which this controller object belongs.
fcInvocationCounters - Variable in class org.objectweb.dream.control.lifecycle.ThreadCounterMixin
The array of the invocation counter for each threads.
fcNbExcutingThread - Variable in class org.objectweb.dream.control.lifecycle.ThreadCounterMixin
The number of currently executing thread
fcNbStoppingTask - Variable in class org.objectweb.dream.control.lifecycle.ActivityLifeCycleMixin
 
fcNeedAsyncStart - Variable in class org.objectweb.dream.AbstractComponent
 
fcState - Variable in class org.objectweb.dream.AbstractComponent
this attribute give the state of Dream Component.
fcSubComponents - Variable in class org.objectweb.dream.control.content.BasicContentControllerMixin
The sub components of the component to which this controller object belongs.
findCodec(String) - Method in class org.objectweb.dream.message.codec.CodecManagerImpl
Finds and returns a codec component with the specified name.
ForwarderSchedulerImpl - Class in org.objectweb.dream.control.activity.scheduler
This scheduler is only bound to one upper-level that it executes.
ForwarderSchedulerImpl() - Constructor for class org.objectweb.dream.control.activity.scheduler.ForwarderSchedulerImpl
 
FullLifeCycleMixin - Class in org.objectweb.dream.control.lifecycle
This mixin provides a usable implementation of the LifeCycleController.stopFc() method.
FullLifeCycleMixin() - Constructor for class org.objectweb.dream.control.lifecycle.FullLifeCycleMixin
 

G

getAttribute(String) - Method in class org.objectweb.dream.util.NullLogger
 
getAttributeNames() - Method in class org.objectweb.dream.util.NullLogger
 
getBaseName() - Method in class org.objectweb.dream.control.logger.BasicLoggerControllerMixin
 
getBaseName() - Method in interface org.objectweb.dream.control.logger.LoggerController
Returns the loggers' base name.
getBootstraps() - Method in class org.objectweb.dream.control.location.BasicLocationControllerMixin
 
getBootstraps() - Method in interface org.objectweb.dream.control.location.LocationController
Returns an array of the Componentinterface of bootstrap components where the component is located.
getCapacity() - Method in interface org.objectweb.dream.pool.ObjectPoolAttributeController
Returns the object pool capacity.
getCapacity() - Method in class org.objectweb.dream.pool.ObjectPoolDebugImpl
 
getCapacity() - Method in class org.objectweb.dream.pool.ObjectPoolImpl
 
getCause() - Method in exception org.objectweb.dream.PullException
 
getCause() - Method in exception org.objectweb.dream.PushException
 
getChunk(String) - Method in class org.objectweb.dream.message.Message
 
getChunk(Message, String) - Method in interface org.objectweb.dream.message.MessageManager
Returns the chunk in the given message with the given name.
getChunk(Message, String) - Method in class org.objectweb.dream.message.MessageManagerImpl
 
getChunkFactory(Class<T>) - Method in interface org.objectweb.dream.message.MessageManager
Returns a reference to a chunk factory for the given chunk type.
getChunkFactory(Class<T>) - Method in class org.objectweb.dream.message.MessageManagerImpl
 
getChunkName() - Method in exception org.objectweb.dream.message.ChunkAlreadyExistException
 
getChunkName() - Method in exception org.objectweb.dream.message.UnknownChunkException
 
getChunkNameIterator(Message) - Method in interface org.objectweb.dream.message.MessageManager
Returns an iterator over the chunk names of the given message.
getChunkNameIterator(Message) - Method in class org.objectweb.dream.message.MessageManagerImpl
 
getCodec(String) - Method in interface org.objectweb.dream.message.codec.CodecManager
Returns the codec component for the given codec name.
getCodec(String) - Method in class org.objectweb.dream.message.codec.CodecManagerImpl
 
getCodecADL(String) - Method in interface org.objectweb.dream.message.codec.CodecRepository
Returns the name of an ADL for the given codec name.
getCodecADL(String) - Method in class org.objectweb.dream.message.codec.CodecRepositoryImpl
 
getComponent() - Method in exception org.objectweb.dream.InitializationException
Returns the component whose life cycle state is illegal.
getComponentByName(ContentController, String) - Static method in class org.objectweb.dream.util.Util
Retrieves the sub component with the specified name from the content of a composite.
getContextType() - Method in class org.objectweb.dream.control.lifecycle.LifeCycleInterceptorGenerator
 
getControlItf() - Method in class org.objectweb.dream.control.activity.task.AbstractTask
Returns the control interface on this task.
getControllerInterfaceName() - Method in class org.objectweb.dream.control.lifecycle.LifeCycleInterceptorGenerator
 
getCurrentIntLevel() - Method in class org.objectweb.dream.util.NullLogger
returns BasicLevel.FATAL
getCurrentLevel() - Method in class org.objectweb.dream.util.NullLogger
returns BasicLevel.LEVEL_FATAL
getDoCheck() - Method in interface org.objectweb.dream.message.MessageManagerAttributeController
Returns the doCheck attribute value.
getDoCheck() - Method in class org.objectweb.dream.message.MessageManagerImpl
 
getException() - Method in exception org.objectweb.dream.InitializationException
Returns the exception that caused in this exception.
getFcCoordinator() - Method in class org.objectweb.dream.control.lifecycle.SimpleLifeCycleControllerMixin
Returns the LifeCycleCoordinator interface of this component.
getFcInternalInterface(String) - Method in interface org.objectweb.dream.control.content.BasicContentController
Returns an internal interface of the component to which this interface belongs.
getFcInternalInterface(String) - Method in class org.objectweb.dream.control.content.BasicContentControllerMixin
 
getFcInternalInterfaces() - Method in interface org.objectweb.dream.control.content.BasicContentController
Returns the internal interfaces of the component to which this interface belongs.
getFcInternalInterfaces() - Method in class org.objectweb.dream.control.content.BasicContentControllerMixin
 
getFcLifeCycleControllers() - Method in class org.objectweb.dream.control.lifecycle.FullLifeCycleMixin
Returns the lifecycle control interface of sub components.
getFcName() - Method in class org.objectweb.dream.control.activity.task.AbstractTask
 
getFcName() - Method in class org.objectweb.dream.control.factory.NameFactoryMixin
 
getFcNeedAsyncStart() - Method in class org.objectweb.dream.AbstractComponent
 
getFcNeedAsyncStart() - Method in interface org.objectweb.dream.control.lifecycle.NeedAsyncStartController
Returns true if the component should be started asynchronously.
getFcState() - Method in class org.objectweb.dream.AbstractComponent
 
getFcState() - Method in class org.objectweb.dream.control.activity.task.thread.AbstractThreadTaskImpl
 
getFcState() - Method in class org.objectweb.dream.control.lifecycle.LoggerLifeCycleControllerMixin
 
getFcState() - Method in class org.objectweb.dream.control.lifecycle.SimpleLifeCycleControllerMixin
 
getFcSubComponents() - Method in interface org.objectweb.dream.control.content.BasicContentController
Returns the sub-components of this component.
getFcSubComponents() - Method in class org.objectweb.dream.control.content.BasicContentControllerMixin
 
getInitialNumberOfThreads() - Method in interface org.objectweb.dream.control.activity.ActiveComponentAttributeController
Returns the initial number of threads in the pool.
getInput() - Method in interface org.objectweb.dream.message.codec.CodecInputOutput
Returns an input that can be used to read data to decode.
getInput() - Method in class org.objectweb.dream.message.codec.CodecInputOutputImpl
 
getInterceptionType(Method) - Method in class org.objectweb.dream.control.lifecycle.LifeCycleInterceptorGenerator
 
getLoggerController(Component) - Static method in class org.objectweb.dream.util.Dream
Returns the logger controller interface of the given component.
getLoggerLevel(String) - Method in class org.objectweb.dream.control.logger.BasicLoggerControllerMixin
 
getLoggerLevel(String) - Method in interface org.objectweb.dream.control.logger.LoggerController
Returns the current logging level of a logger
getLoggerNames() - Method in class org.objectweb.dream.control.logger.BasicLoggerControllerMixin
 
getLoggerNames() - Method in interface org.objectweb.dream.control.logger.LoggerController
Returns the name of every registered loggers.
getMethodName(Method) - Method in class org.objectweb.dream.control.lifecycle.LifeCycleInterceptorGenerator
 
getName() - Method in class org.objectweb.dream.util.NullLogger
 
getNameIterator() - Method in class org.objectweb.dream.message.Message
 
getNbActiveThreads(Task) - Method in interface org.objectweb.dream.control.activity.manager.ThreadPoolManager
Returns the number of currently active threads for the given task.
getNbActiveThreads(Task) - Method in class org.objectweb.dream.control.activity.manager.ThreadPoolPerTaskSchedulerManagerImpl
 
getNextUnnamedBaseName() - Static method in class org.objectweb.dream.control.logger.Util
Returns a unique logger base name for an unnamed component.
getOutput() - Method in interface org.objectweb.dream.message.codec.CodecInputOutput
Returns an output that can be used to write encoded data.
getOutput() - Method in class org.objectweb.dream.message.codec.CodecInputOutputImpl
 
getPostMethodName() - Method in class org.objectweb.dream.control.lifecycle.LifeCycleInterceptorGenerator
 
getPreMethodName() - Method in class org.objectweb.dream.control.lifecycle.LifeCycleInterceptorGenerator
 
getPropertiesRessourceName() - Method in interface org.objectweb.dream.message.codec.CodecRepositoryAttributeController
Returns the name of the properties file.
getPropertiesRessourceName() - Method in class org.objectweb.dream.message.codec.CodecRepositoryImpl
 
getReference() - Method in class org.objectweb.dream.message.AbstractChunk
 
getReference() - Method in class org.objectweb.dream.message.codec.CodecInputOutputImpl
 
getReference() - Method in class org.objectweb.dream.message.Message
Used only by message manager.
getReference() - Method in interface org.objectweb.dream.pool.Recyclable
Returns the reference object set by the Recyclable.setReference(Reference) method.
getReuseObjectStream() - Method in interface org.objectweb.dream.message.codec.MessageCodecHelperObjectStreamAttributeController
Returns the reuseObjectStream attribute value.
getReuseObjectStream() - Method in class org.objectweb.dream.message.codec.MessageCodecHelperObjectStreamImpl
 
getSchedulers() - Method in interface org.objectweb.dream.control.activity.scheduler.SchedulerManagerController
Returns the schedulers that have been registered.
getSubMessageIterator() - Method in class org.objectweb.dream.message.Message
 
getSubMessageIterator(Message) - Method in interface org.objectweb.dream.message.MessageManager
Returns an iterator over sub messages of the given message.
getSubMessageIterator(Message) - Method in class org.objectweb.dream.message.MessageManagerImpl
 
getTask() - Method in exception org.objectweb.dream.control.activity.task.IllegalTaskException
 
getTask() - Method in exception org.objectweb.dream.control.activity.task.NoSuchTaskException
 
getTaskController(Component) - Static method in class org.objectweb.dream.util.Dream
Returns the task controller interface of the given component.
getTasks() - Method in interface org.objectweb.dream.control.activity.manager.TaskManager
Returns the tasks that have been registered.
getTasks() - Method in class org.objectweb.dream.control.activity.manager.TaskManagerImpl
 
getTasks() - Method in class org.objectweb.dream.control.activity.task.BasicTaskControllerMixin
 
getTasks() - Method in interface org.objectweb.dream.control.activity.task.TaskController
Returns the tasks of the component to which this interface belongs.
getType() - Method in class org.objectweb.dream.util.NullLogger
 
getUsePool() - Method in interface org.objectweb.dream.control.activity.ActiveComponentAttributeController
Indicates whether a pool of threads is used for each task of the component.

H

hashCode(Message, MessageManager) - Static method in class org.objectweb.dream.message.MessageUtil
Returns an hashCode of the given message based on its content.
hasNext() - Method in class org.objectweb.dream.util.ArrayIterator
 
hasNext() - Method in class org.objectweb.dream.util.EmptyIterator
 
hasNext() - Method in class org.objectweb.dream.util.IteratorNoRemove
 
hasNext() - Method in class org.objectweb.dream.util.MultipleIterator
 

I

IllegalTaskException - Exception in org.objectweb.dream.control.activity.task
Exception thrown by task controller when an operation on a task can't be done.
IllegalTaskException(Task) - Constructor for exception org.objectweb.dream.control.activity.task.IllegalTaskException
 
IllegalTaskException(Task, String) - Constructor for exception org.objectweb.dream.control.activity.task.IllegalTaskException
 
IllegalTaskException(Task, String, Throwable) - Constructor for exception org.objectweb.dream.control.activity.task.IllegalTaskException
 
IN_PULL_ITF_NAME - Static variable in interface org.objectweb.dream.Pull
The commonly used name to refer to this interface when it is used as an input.
IN_PUSH_ITF_NAME - Static variable in interface org.objectweb.dream.Push
The commonly used name to refer to this interface when it is used as an input.
IN_PUSH_ITF_NAME - Static variable in interface org.objectweb.dream.Push1
The commonly used name to refer to this interface when it is used as an input.
IN_PUSH_WITH_RETURN_ITF_NAME - Static variable in interface org.objectweb.dream.PushWithReturn
The commonly used name to refer to this interface when it is used as an input.
INCOMING_IN_PUSH_ITF_NAME - Static variable in interface org.objectweb.dream.Push
The commonly used name to refer to this interface when it is used as an input for incoming messages.
INCOMING_OUT_PUSH_ITF_NAME - Static variable in interface org.objectweb.dream.Push
The commonly used name to refer to this interface when it is used as an output for incoming messages.
incrementReferenceCounter() - Method in class org.objectweb.dream.message.Message
Used only by message manager.
incrementReferenceCounter() - Method in interface org.objectweb.dream.message.ReferenceCounter
Increments the reference counter.
INFO - Static variable in interface org.objectweb.dream.control.logger.LoggerController
Logger level for info message.
INHERIT - Static variable in interface org.objectweb.dream.control.logger.LoggerController
Logger level indicates that the level is inherited from logger's ancestors.
initComponent() - Method in class org.objectweb.dream.AbstractComponent
Initializes this component.
initFcController(InitializationContext) - Method in class org.objectweb.dream.control.activity.task.BasicTaskControllerMixin
 
initFcController(InitializationContext) - Method in class org.objectweb.dream.control.activity.task.LoggableTaskManagerMixin
 
initFcController(InitializationContext) - Method in class org.objectweb.dream.control.activity.task.LoggableTaskMixin
 
initFcController(InitializationContext) - Method in class org.objectweb.dream.control.activity.task.UseTaskActivationControllerMixin
Initializes the fields of this mixin and then calls the overriden method.
initFcController(InitializationContext) - Method in class org.objectweb.dream.control.activity.task.UseTaskControllerMixin
Initializes the fields of this mixin and then calls the overriden method.
initFcController(InitializationContext) - Method in class org.objectweb.dream.control.binding.ContainerContextualBindingControllerMixin
Initializes the fields of this mixin and then calls the overridden method.
initFcController(InitializationContext) - Method in class org.objectweb.dream.control.content.BasicContentControllerMixin
Initializes the fields of this mixin and then calls the overridden method.
initFcController(InitializationContext) - Method in class org.objectweb.dream.control.content.UseBasicContentControllerMixin
Initializes the fields of this mixin and then calls the overriden method.
initFcController(InitializationContext) - Method in class org.objectweb.dream.control.content.UseOptContentControllerMixin
Initializes the fields of this mixin and then calls the overriden method.
initFcController(InitializationContext) - Method in class org.objectweb.dream.control.lifecycle.LoggableLifeCycleMixin
 
initFcController(InitializationContext) - Method in class org.objectweb.dream.control.lifecycle.SimpleLifeCycleControllerMixin
 
initFcController(InitializationContext) - Method in class org.objectweb.dream.control.lifecycle.ThreadCounterMixin
 
initFcController(InitializationContext) - Method in class org.objectweb.dream.control.logger.BasicLoggerControllerMixin
 
initFcController(InitializationContext) - Method in class org.objectweb.dream.control.logger.BasicLoggerInternalBaseNameMixin
 
initFcController(InitializationContext) - Method in class org.objectweb.dream.control.logger.UseLoggerControllerMixin
Initializes the fields of this mixin and then calls the overriden method.
InitializationException - Exception in org.objectweb.dream
Exception thrown by AbstractComponent.initComponent().
InitializationException(Throwable, Component, String) - Constructor for exception org.objectweb.dream.InitializationException
Constructs a new InitializationExceptionexception.
initialize(Tree) - Method in class org.objectweb.dream.control.logger.BasicLoggerControllerMixin
 
input - Variable in class org.objectweb.dream.message.codec.CodecInputOutputImpl
 
INSTANCE - Static variable in class org.objectweb.dream.util.EmptyIterator
A constant instance of EmptyIterator
internalSetBaseName(String) - Method in class org.objectweb.dream.control.logger.BasicLoggerInternalBaseNameMixin
 
internalSetBaseName(String) - Method in interface org.objectweb.dream.control.logger.LoggerInternalBaseName
Set logger base name.
interrupted - Variable in class org.objectweb.dream.control.activity.scheduler.ForwarderSchedulerImpl
 
interrupted - Variable in class org.objectweb.dream.control.activity.scheduler.MultiThreadForwarderSchedulerImpl
 
interrupted - Variable in class org.objectweb.dream.control.activity.scheduler.PeriodicSchedulerImpl
 
interrupted() - Method in class org.objectweb.dream.control.activity.task.AbstractTask
Does nothing, should be overriden
interrupted() - Method in interface org.objectweb.dream.control.activity.task.Task
Call back method used by scheduler to notify a task that has been interrupted.
interrupted() - Method in class org.objectweb.dream.control.activity.task.thread.AbstractThreadTaskImpl
 
InterruptedPullException - Exception in org.objectweb.dream
Sub class of PullException thrown when the execution flow was interrupted in a pull method.
InterruptedPullException() - Constructor for exception org.objectweb.dream.InterruptedPullException
 
InterruptedPullException(String) - Constructor for exception org.objectweb.dream.InterruptedPullException
 
InterruptedPullException(String, InterruptedException) - Constructor for exception org.objectweb.dream.InterruptedPullException
 
InterruptedPullException(InterruptedException) - Constructor for exception org.objectweb.dream.InterruptedPullException
 
InterruptedPushException - Exception in org.objectweb.dream
Sub class of PushException thrown when the execution flow was interrupted in a push method.
InterruptedPushException() - Constructor for exception org.objectweb.dream.InterruptedPushException
 
InterruptedPushException(String) - Constructor for exception org.objectweb.dream.InterruptedPushException
 
InterruptedPushException(String, InterruptedException) - Constructor for exception org.objectweb.dream.InterruptedPushException
 
InterruptedPushException(InterruptedException) - Constructor for exception org.objectweb.dream.InterruptedPushException
 
interruptTask(Task) - Method in class org.objectweb.dream.control.activity.manager.MetaSchedulerManagerImpl
 
interruptTask(Task) - Method in class org.objectweb.dream.control.activity.manager.PeriodicSchedulerManagerImpl
 
interruptTask(Task, TaskStoppedListener) - Method in interface org.objectweb.dream.control.activity.manager.TaskManager
Interrupts the specified task.
interruptTask(Task, TaskStoppedListener) - Method in class org.objectweb.dream.control.activity.manager.TaskManagerImpl
 
interruptTask(Task) - Method in class org.objectweb.dream.control.activity.manager.ThreadPerTaskSchedulerManagerImpl
 
interruptTask(Task) - Method in class org.objectweb.dream.control.activity.manager.ThreadPoolPerTaskSchedulerManagerImpl
 
interruptTask(Task) - Method in class org.objectweb.dream.control.activity.scheduler.ForwarderSchedulerImpl
 
InterruptTask - Interface in org.objectweb.dream.control.activity.scheduler
Interface provided by scheduler that can be used to interrupt the execution of a task.
interruptTask(Task) - Method in interface org.objectweb.dream.control.activity.scheduler.InterruptTask
Interrupts the given task.
interruptTask(Task) - Method in class org.objectweb.dream.control.activity.scheduler.MultiThreadForwarderSchedulerImpl
 
interruptTask(Task) - Method in class org.objectweb.dream.control.activity.scheduler.PeriodicSchedulerImpl
 
InvalidReference - Exception in org.objectweb.dream.message
Exception thrown by message manager when an invalid reference is used.
InvalidReference() - Constructor for exception org.objectweb.dream.message.InvalidReference
 
InvalidReference(String, Throwable) - Constructor for exception org.objectweb.dream.message.InvalidReference
 
InvalidReference(String) - Constructor for exception org.objectweb.dream.message.InvalidReference
 
InvalidReference(Throwable) - Constructor for exception org.objectweb.dream.message.InvalidReference
 
IOPushException - Exception in org.objectweb.dream
Sub class of PushException thrown when an IOException occured while pushing a message.
IOPushException() - Constructor for exception org.objectweb.dream.IOPushException
 
IOPushException(String) - Constructor for exception org.objectweb.dream.IOPushException
 
IOPushException(String, IOException) - Constructor for exception org.objectweb.dream.IOPushException
 
IOPushException(IOException) - Constructor for exception org.objectweb.dream.IOPushException
 
isEmpty() - Method in class org.objectweb.dream.message.Message
 
isEmpty(Message) - Method in interface org.objectweb.dream.message.MessageManager
Returns true if the message is empty (ie. contains no chunk and no sub message).
isEmpty(Message) - Method in class org.objectweb.dream.message.MessageManagerImpl
 
isExecuting() - Method in class org.objectweb.dream.control.activity.task.thread.AbstractThreadTaskImpl
Called by AbstractThreadTaskImpl.execute(Object)method.
isExecuting() - Method in class org.objectweb.dream.control.activity.task.thread.ThreadTaskImpl
 
isInactivated(LifeCycleCoordinator) - Method in class org.objectweb.dream.control.lifecycle.SimpleLifeCycleControllerMixin
If SimpleLifeCycleControllerMixin.checkInactivity() returns true, calls LifeCycleCoordinator.fcInactivated(org.objectweb.fractal.julia.control.lifecycle.LifeCycleCoordinator) with the given coordinator and returns true.
isLoggable(int) - Method in class org.objectweb.dream.util.NullLogger
returns false
isLoggable(Level) - Method in class org.objectweb.dream.util.NullLogger
returns false
isOn() - Method in class org.objectweb.dream.util.NullLogger
returns false
isSubMessage(Message) - Method in class org.objectweb.dream.message.Message
 
IteratorNoRemove<T> - Class in org.objectweb.dream.util
An iterator that use a delegate iterator, but does not provides a remove operation.
IteratorNoRemove(Iterator<T>) - Constructor for class org.objectweb.dream.util.IteratorNoRemove
 
ITF_NAME - Static variable in interface org.objectweb.dream.control.activity.manager.EndOfTask
Default name of this interface.
ITF_NAME - Static variable in interface org.objectweb.dream.control.activity.manager.EndOfThread
default interface name.
ITF_NAME - Static variable in interface org.objectweb.dream.control.activity.manager.SchedulerManager
Default interface name
ITF_NAME - Static variable in interface org.objectweb.dream.control.activity.manager.TaskManager
Default name of this interface.
ITF_NAME - Static variable in interface org.objectweb.dream.control.activity.manager.ThreadManager
default interface name.
ITF_NAME - Static variable in interface org.objectweb.dream.control.activity.manager.ThreadPoolManager
Defualt name of this interface.
ITF_NAME - Static variable in interface org.objectweb.dream.control.activity.scheduler.Scheduler
The commonly used name to refer to this interface.
ITF_NAME - Static variable in interface org.objectweb.dream.control.activity.task.Task
The commonly used nam to refer to this interface.
ITF_NAME - Static variable in interface org.objectweb.dream.message.codec.CodecManager
The default name of interface of this type.
ITF_NAME - Static variable in interface org.objectweb.dream.message.codec.CodecRepository
The default name for interface of this type
ITF_NAME - Static variable in interface org.objectweb.dream.message.codec.MessageCodec
The commonly used name of refer to this interface.
ITF_NAME - Static variable in interface org.objectweb.dream.message.MessageManager
The commonly used name of refer to this interface.
ITF_NAME - Static variable in interface org.objectweb.dream.pool.ObjectPool
The commonly used name to refer to this interface.
ITF_NAME - Static variable in interface org.objectweb.dream.pool.RecyclableFactory
Default interface name.

L

LifeCycleActivationTaskMixin - Class in org.objectweb.dream.control.activity.task
This mixin activates new added task. ie : call TaskActivationController.activateTask(Task)when a task is added ( addTask) and the component is started.
LifeCycleActivationTaskMixin() - Constructor for class org.objectweb.dream.control.activity.task.LifeCycleActivationTaskMixin
 
lifeCycleException - Variable in class org.objectweb.dream.control.lifecycle.AsyncStartLifeCycleCoordinatorMixin
 
LifeCycleInterceptorGenerator - Class in org.objectweb.dream.control.lifecycle
Interceptor generator for lifecycle interceptor.
LifeCycleInterceptorGenerator() - Constructor for class org.objectweb.dream.control.lifecycle.LifeCycleInterceptorGenerator
 
lifeCycleLogger - Variable in class org.objectweb.dream.AbstractComponent
the controller logger associated with the life cycle controller of this component
listFc() - Method in class org.objectweb.dream.control.activity.manager.AbstractSchedulerManager
 
listFc() - Method in class org.objectweb.dream.control.activity.manager.MetaSchedulerManagerImpl
 
listFc() - Method in class org.objectweb.dream.control.activity.manager.TaskManagerImpl
 
listFc() - Method in class org.objectweb.dream.control.activity.manager.ThreadManagerImpl
 
listFc() - Method in class org.objectweb.dream.control.activity.scheduler.ForwarderSchedulerImpl
 
listFc() - Method in class org.objectweb.dream.control.activity.scheduler.MultiThreadForwarderSchedulerImpl
 
listFc() - Method in class org.objectweb.dream.control.activity.scheduler.PeriodicSchedulerImpl
 
listFc() - Method in class org.objectweb.dream.control.activity.task.thread.AbstractThreadTaskImpl
 
listFc() - Method in class org.objectweb.dream.control.binding.ContainerContextualBindingControllerMixin
 
listFc() - Method in class org.objectweb.dream.message.codec.AbstractDelegatingMessageCodecImpl
 
listFc() - Method in class org.objectweb.dream.message.codec.CodecManagerImpl
 
listFc() - Method in class org.objectweb.dream.message.codec.CodecRepositoryImpl
 
listFc() - Method in class org.objectweb.dream.message.codec.MessageCreatorBasicImpl
 
listFc() - Method in class org.objectweb.dream.message.MessageManagerImpl
 
listFc() - Method in class org.objectweb.dream.message.MessageManagerPoolingImpl
 
listFc() - Method in class org.objectweb.dream.pool.ObjectPoolDebugImpl
 
listFc() - Method in class org.objectweb.dream.pool.ObjectPoolImpl
 
listFc() - Method in class org.objectweb.dream.pool.ObjectPoolSoftReferenceImpl
 
listFc() - Method in class org.objectweb.dream.PushToPush1Impl
 
LocationController - Interface in org.objectweb.dream.control.location
A controller interface used to know the location of a component.
LocationFactoryMixin - Class in org.objectweb.dream.control.factory
Initialize the LocationControllerof the created components.
lock - Variable in class org.objectweb.dream.control.activity.scheduler.PeriodicSchedulerImpl
 
log(int, Object) - Method in class org.objectweb.dream.util.NullLogger
 
log(Level, Object) - Method in class org.objectweb.dream.util.NullLogger
 
log(int, Object, Throwable) - Method in class org.objectweb.dream.util.NullLogger
 
log(Level, Object, Throwable) - Method in class org.objectweb.dream.util.NullLogger
 
log(int, Object, Object, Object) - Method in class org.objectweb.dream.util.NullLogger
 
log(Level, Object, Object, Object) - Method in class org.objectweb.dream.util.NullLogger
 
log(int, Object, Throwable, Object, Object) - Method in class org.objectweb.dream.util.NullLogger
 
log(Level, Object, Throwable, Object, Object) - Method in class org.objectweb.dream.util.NullLogger
 
Loggable - Interface in org.objectweb.dream.control.logger
Interface used to give logger to a component implementation or a controller that has register with the logger controller using LoggerControllerRegister.register(String, Loggable).
LoggableLifeCycleMixin - Class in org.objectweb.dream.control.lifecycle
Basic mixin implementing the Loggable interface, and provides a logger to the LifeCycleController.
LoggableLifeCycleMixin() - Constructor for class org.objectweb.dream.control.lifecycle.LoggableLifeCycleMixin
 
LoggableTaskManagerMixin - Class in org.objectweb.dream.control.activity.task
Basic mixin implementing the Loggable interface, and provides a logger to the taskManagerController.
LoggableTaskManagerMixin() - Constructor for class org.objectweb.dream.control.activity.task.LoggableTaskManagerMixin
 
LoggableTaskMixin - Class in org.objectweb.dream.control.activity.task
Basic mixin implementing the Loggable interface, and provides a logger to the taskController.
LoggableTaskMixin() - Constructor for class org.objectweb.dream.control.activity.task.LoggableTaskMixin
 
logger - Variable in class org.objectweb.dream.AbstractComponent
the functional logger of this component
logger - Variable in class org.objectweb.dream.control.activity.scheduler.ForwarderSchedulerImpl
 
logger - Variable in class org.objectweb.dream.control.activity.scheduler.MultiThreadForwarderSchedulerImpl
 
logger - Variable in class org.objectweb.dream.control.activity.scheduler.PeriodicSchedulerImpl
 
logger - Variable in class org.objectweb.dream.control.activity.task.thread.AbstractThreadTaskImpl
 
LoggerController - Interface in org.objectweb.dream.control.logger
Controller interface to control loggers associated with the component this controller belong.
LoggerControllerRegister - Interface in org.objectweb.dream.control.logger
Interface implemented by logger controller to allow other controllers and content class to register as logger controller client .
LoggerInternalBaseName - Interface in org.objectweb.dream.control.logger
This interface define a method to internally set the logger base name.
LoggerLifeCycleControllerMixin - Class in org.objectweb.dream.control.lifecycle
Provides an implementation of the LifeCycleControllerinterface.
LoggerLifeCycleCoordinatorMixin - Class in org.objectweb.dream.control.logger
Change the base name of component loggers at startup to reflect the component's path.
LoggerLifeCycleCoordinatorMixin() - Constructor for class org.objectweb.dream.control.logger.LoggerLifeCycleCoordinatorMixin
 
LoggerLifeCycleMixin - Class in org.objectweb.dream.control.logger
Change the base name of component loggers at startup to reflect the component's path.
LoggerLifeCycleMixin() - Constructor for class org.objectweb.dream.control.logger.LoggerLifeCycleMixin
 
lookupFc(String) - Method in class org.objectweb.dream.AbstractComponent
 
lookupFc(String) - Method in class org.objectweb.dream.control.activity.scheduler.ForwarderSchedulerImpl
 
lookupFc(String) - Method in class org.objectweb.dream.control.activity.scheduler.MultiThreadForwarderSchedulerImpl
 
lookupFc(String) - Method in class org.objectweb.dream.control.activity.scheduler.PeriodicSchedulerImpl
 
lookupFc(String) - Method in class org.objectweb.dream.control.activity.task.thread.AbstractThreadTaskImpl
 
lookupFc(String) - Method in class org.objectweb.dream.control.binding.ContainerContextualBindingControllerMixin
 

M

Message - Class in org.objectweb.dream.message
Reference to a message created and held by a MessageManager.
Message(MessageManager) - Constructor for class org.objectweb.dream.message.Message
 
MessageAlreadyExistException - Exception in org.objectweb.dream.message
Exception thrown when trying to add an enclosed message in a message that already contains enclosed message with the same name.
MessageAlreadyExistException() - Constructor for exception org.objectweb.dream.message.MessageAlreadyExistException
 
MessageAlreadyExistException(String) - Constructor for exception org.objectweb.dream.message.MessageAlreadyExistException
 
MessageCodec - Interface in org.objectweb.dream.message.codec
Message management interface to encode/decode messages on CodecInputOutput.
MessageCodecHelperCompositeMessageDataStreamImpl - Class in org.objectweb.dream.message.codec
Codec helper implementation for composite messages.
MessageCodecHelperCompositeMessageDataStreamImpl() - Constructor for class org.objectweb.dream.message.codec.MessageCodecHelperCompositeMessageDataStreamImpl
 
MessageCodecHelperObjectStreamAttributeController - Interface in org.objectweb.dream.message.codec
Attribute controller interface for MessageCodecHelperObjectStreamImplmessage codec helper component.
MessageCodecHelperObjectStreamImpl - Class in org.objectweb.dream.message.codec
Codec helper component for codecs using ObjectOutputStreamand ObjectInputStream.
MessageCodecHelperObjectStreamImpl() - Constructor for class org.objectweb.dream.message.codec.MessageCodecHelperObjectStreamImpl
 
MessageCodecPrimitiveObjectStreamImpl - Class in org.objectweb.dream.message.codec
Optimized implementation of message codec for extensible message using object stream.
MessageCodecPrimitiveObjectStreamImpl() - Constructor for class org.objectweb.dream.message.codec.MessageCodecPrimitiveObjectStreamImpl
 
MessageCreatorBasicImpl - Class in org.objectweb.dream.message.codec
Basic message codec that create empty {link Message}.
MessageCreatorBasicImpl() - Constructor for class org.objectweb.dream.message.codec.MessageCreatorBasicImpl
 
MessageManager - Interface in org.objectweb.dream.message
Interface to creates, deletes and modify dream messages.
MessageManagerAttributeController - Interface in org.objectweb.dream.message
Attribute controller interface for message manager.
MessageManagerImpl - Class in org.objectweb.dream.message
Basic message manager implementation.
MessageManagerImpl() - Constructor for class org.objectweb.dream.message.MessageManagerImpl
 
messageManagerItf - Variable in class org.objectweb.dream.message.codec.AbstractDelegatingMessageCodecImpl
 
MessageManagerPoolingImpl - Class in org.objectweb.dream.message
Extension of the basic message manager.
MessageManagerPoolingImpl() - Constructor for class org.objectweb.dream.message.MessageManagerPoolingImpl
 
MessageUtil - Class in org.objectweb.dream.message
Utility methods for content based message comparison.
MetaSchedulerManagerImpl - Class in org.objectweb.dream.control.activity.manager
Routes SchedulerManagercalls to the correct scheduler interface depending on hints.
MetaSchedulerManagerImpl() - Constructor for class org.objectweb.dream.control.activity.manager.MetaSchedulerManagerImpl
 
MultipleIterator - Class in org.objectweb.dream.util
Iterator class that iterates over an array of iterator.
MultipleIterator(Iterator[]) - Constructor for class org.objectweb.dream.util.MultipleIterator
Creates a new MultipleIterator.
MultiThreadForwarderSchedulerImpl - Class in org.objectweb.dream.control.activity.scheduler
This scheduler is only bound to one upper-level that it executes.
MultiThreadForwarderSchedulerImpl() - Constructor for class org.objectweb.dream.control.activity.scheduler.MultiThreadForwarderSchedulerImpl
 
myBootstrap - Variable in class org.objectweb.dream.control.location.BasicLocationControllerMixin
 

N

NameFactoryMixin - Class in org.objectweb.dream.control.factory
Override NameController.getFcName() method to returns a default name, if it is not set elsewhere.
NeedAsyncStartController - Interface in org.objectweb.dream.control.lifecycle
Control interface which allow a component to inform that it want to be started asynchronously (call the LifeCycleController.startFc() method in a separate thread).
newChunk() - Method in class org.objectweb.dream.message.AbstractChunk
 
newFcInstance(Type, Object, Object) - Method in class org.objectweb.dream.control.factory.ContentFactoryMixin
 
newFcInstance(Type, Object, Object) - Method in class org.objectweb.dream.control.factory.LocationFactoryMixin
 
newInstance() - Method in class org.objectweb.dream.message.MessageManagerPoolingImpl
 
newInstance() - Method in interface org.objectweb.dream.pool.ObjectPool
Returns a new instance of object.
newInstance() - Method in class org.objectweb.dream.pool.ObjectPoolDebugImpl
 
newInstance() - Method in class org.objectweb.dream.pool.ObjectPoolImpl
 
newInstance() - Method in class org.objectweb.dream.pool.ObjectPoolSoftReferenceImpl
 
newInstance() - Method in interface org.objectweb.dream.pool.RecyclableFactory
Creates and returns a new instance of objects pooled by an object pool.
next() - Method in class org.objectweb.dream.util.ArrayIterator
 
next() - Method in class org.objectweb.dream.util.EmptyIterator
 
next() - Method in class org.objectweb.dream.util.IteratorNoRemove
 
next() - Method in class org.objectweb.dream.util.MultipleIterator
 
NoSuchTaskException - Exception in org.objectweb.dream.control.activity.task
Exception thrown by task controller when a given task component is unknown.
NoSuchTaskException(Task) - Constructor for exception org.objectweb.dream.control.activity.task.NoSuchTaskException
 
NoSuchTaskException(Task, String) - Constructor for exception org.objectweb.dream.control.activity.task.NoSuchTaskException
 
NULL_LOGGER - Static variable in class org.objectweb.dream.util.NullLogger
The unique instance of this class.
NULL_OBJECT - Static variable in class org.objectweb.dream.util.Util
A null object.
NullLogger - Class in org.objectweb.dream.util
A null logger each method is empty.
NullLogger() - Constructor for class org.objectweb.dream.util.NullLogger
Protected constructor, use NullLogger.NULL_LOGGERrather construct a new instance.

O

ObjectPool - Interface in org.objectweb.dream.pool
This interface defines an object pool.
ObjectPoolAttributeController - Interface in org.objectweb.dream.pool
An attribute controller for object pools.
ObjectPoolDebugImpl - Class in org.objectweb.dream.pool
ObjectPool that checks that objects are recycled only once.
ObjectPoolDebugImpl() - Constructor for class org.objectweb.dream.pool.ObjectPoolDebugImpl
 
ObjectPoolImpl - Class in org.objectweb.dream.pool
This class provides a basic implementation of ObjectPool interface.
ObjectPoolImpl() - Constructor for class org.objectweb.dream.pool.ObjectPoolImpl
 
ObjectPoolSoftReferenceImpl - Class in org.objectweb.dream.pool
ObjectPool implementation that use a list of SoftReference to store recycle instances.
ObjectPoolSoftReferenceImpl() - Constructor for class org.objectweb.dream.pool.ObjectPoolSoftReferenceImpl
 
org.objectweb.dream - package org.objectweb.dream
 
org.objectweb.dream.control.activity - package org.objectweb.dream.control.activity
 
org.objectweb.dream.control.activity.manager - package org.objectweb.dream.control.activity.manager
 
org.objectweb.dream.control.activity.scheduler - package org.objectweb.dream.control.activity.scheduler
 
org.objectweb.dream.control.activity.task - package org.objectweb.dream.control.activity.task
 
org.objectweb.dream.control.activity.task.thread - package org.objectweb.dream.control.activity.task.thread
 
org.objectweb.dream.control.binding - package org.objectweb.dream.control.binding
 
org.objectweb.dream.control.content - package org.objectweb.dream.control.content
 
org.objectweb.dream.control.factory - package org.objectweb.dream.control.factory
 
org.objectweb.dream.control.lifecycle - package org.objectweb.dream.control.lifecycle
 
org.objectweb.dream.control.location - package org.objectweb.dream.control.location
 
org.objectweb.dream.control.logger - package org.objectweb.dream.control.logger
 
org.objectweb.dream.message - package org.objectweb.dream.message
 
org.objectweb.dream.message.codec - package org.objectweb.dream.message.codec
 
org.objectweb.dream.pool - package org.objectweb.dream.pool
 
org.objectweb.dream.util - package org.objectweb.dream.util
 
OUT_PULL_ITF_NAME - Static variable in interface org.objectweb.dream.Pull
The commonly used name to refer to this interface when it is used as an output.
OUT_PUSH_ITF_NAME - Static variable in interface org.objectweb.dream.Push
The commonly used name to refer to this interface when it is used as an output.
OUT_PUSH_ITF_NAME - Static variable in interface org.objectweb.dream.Push1
The commonly used name to refer to this interface when it is used as an output.
OUT_PUSH_WITH_RETURN_ITF_NAME - Static variable in interface org.objectweb.dream.PushWithReturn
The commonly used name to refer to this interface when it is used as an output.
OUTGOING_IN_PUSH_ITF_NAME - Static variable in interface org.objectweb.dream.Push
The commonly used name to refer to this interface when it is used as an input for outgoing messages.
OUTGOING_OUT_PUSH_ITF_NAME - Static variable in interface org.objectweb.dream.Push
The commonly used name to refer to this interface when it is used as an output for outgoing messages.
output - Variable in class org.objectweb.dream.message.codec.CodecInputOutputImpl
 

P

partiallyDuplicateMessage(Message, MessageManager, Logger) - Static method in class org.objectweb.dream.util.Util
This method implements a "partial duplication" of messages.
PeriodicSchedulerImpl - Class in org.objectweb.dream.control.activity.scheduler
Scheduler for periodic task.
PeriodicSchedulerImpl() - Constructor for class org.objectweb.dream.control.activity.scheduler.PeriodicSchedulerImpl
 
PeriodicSchedulerManagerImpl - Class in org.objectweb.dream.control.activity.manager
Scheduler manager for PeriodicSchedulerImpl.
PeriodicSchedulerManagerImpl() - Constructor for class org.objectweb.dream.control.activity.manager.PeriodicSchedulerManagerImpl
 
prepareStopFc() - Method in class org.objectweb.dream.AbstractComponent
 
prepareStopFc() - Method in interface org.objectweb.dream.control.lifecycle.PrepareStopLifeCycleController
Method called when the component enter in the "STOPPING" state.
PrepareStopLifeCycleController - Interface in org.objectweb.dream.control.lifecycle
Interface implemented by content of component when it needs to be informed that the component is going to be stopped.
printStackTrace(PrintStream) - Method in exception org.objectweb.dream.InitializationException
 
Pull - Interface in org.objectweb.dream
Common Pull interface for Dream components.
pull() - Method in interface org.objectweb.dream.Pull
Asks for a message.
PullException - Exception in org.objectweb.dream
This is a generic exception which a pull method can throw.
PullException() - Constructor for exception org.objectweb.dream.PullException
 
PullException(String) - Constructor for exception org.objectweb.dream.PullException
 
PullException(String, Throwable) - Constructor for exception org.objectweb.dream.PullException
Creates an exception caused by another exception.
PullException(Throwable) - Constructor for exception org.objectweb.dream.PullException
Creates an exception caused by another exception.
Push - Interface in org.objectweb.dream
Common Push interface for Dream components This interface defines a method push that allows a component to give a message to another component.
push(Message) - Method in interface org.objectweb.dream.Push
Gives a message to a component.
push(Message) - Method in class org.objectweb.dream.PushToPush1Impl
 
Push1 - Interface in org.objectweb.dream
This interface is similar to the Push interface.
push1(Message) - Method in interface org.objectweb.dream.Push1
 
PushException - Exception in org.objectweb.dream
This is a generic exception which a push method can throw.
PushException() - Constructor for exception org.objectweb.dream.PushException
 
PushException(String) - Constructor for exception org.objectweb.dream.PushException
 
PushException(String, Throwable) - Constructor for exception org.objectweb.dream.PushException
Creates an exception caused by another exception.
PushException(Throwable) - Constructor for exception org.objectweb.dream.PushException
Creates an exception caused by another exception.
PushToPush1Impl - Class in org.objectweb.dream
This component forwards calls received on its Push input to its Push1 output.
PushToPush1Impl() - Constructor for class org.objectweb.dream.PushToPush1Impl
 
PushWithReturn - Interface in org.objectweb.dream
This interface extends the Pushinterface for allowing Dream components to push messages with a return.
pushWithReturn(Message) - Method in interface org.objectweb.dream.PushWithReturn
Gives a message to a component.

R

readExternalByteArray(DataInput) - Static method in class org.objectweb.dream.util.Util
Reads and returns an array of bytes from an ObjectInput object.
readExternalIntArray(DataInput) - Static method in class org.objectweb.dream.util.Util
Reads and returns an array of integer from a DataInput object.
readExternalLongArray(DataInput) - Static method in class org.objectweb.dream.util.Util
Reads and returns an array of long from a DataInput object.
readExternalObjectArray(ObjectInput) - Static method in class org.objectweb.dream.util.Util
Reads and returns an array of objects from an ObjectInput object.
readExternalStringArray(ObjectInput) - Static method in class org.objectweb.dream.util.Util
Reads and returns an array of strings from an ObjectInput object.
readExternalTwoDimensionsObjectArray(ObjectInput) - Static method in class org.objectweb.dream.util.Util
Reads and returns a two-dimensions array of objects from an ObjectInput object.
readExternalTwoDimensionsStringArray(ObjectInput) - Static method in class org.objectweb.dream.util.Util
Reads and returns a two-dimensions array of strings from an ObjectInput object.
readObject(ObjectInput) - Static method in class org.objectweb.dream.util.Util
Read the given object from the given ObjectInput.
Recyclable - Interface in org.objectweb.dream.pool
This interface defines a method to recycle an object.
RecyclableFactory - Interface in org.objectweb.dream.pool
Interface used by object pools to get new instance of pooled object.
recycle() - Method in class org.objectweb.dream.message.codec.CodecInputOutputImpl
 
recycle() - Method in interface org.objectweb.dream.pool.Recyclable
Recycles the object.
recycleChunk(T) - Method in class org.objectweb.dream.message.ChunkFactoryReference
 
recycleInstance(Recyclable) - Method in interface org.objectweb.dream.pool.ObjectPool
Recycles the object so that it can be reused.
recycleInstance(Recyclable) - Method in class org.objectweb.dream.pool.ObjectPoolDebugImpl
 
recycleInstance(Recyclable) - Method in class org.objectweb.dream.pool.ObjectPoolImpl
 
recycleInstance(Recyclable) - Method in class org.objectweb.dream.pool.ObjectPoolSoftReferenceImpl
 
recycleMessageInstance(Message) - Method in class org.objectweb.dream.message.MessageManagerImpl
 
recycleMessageInstance(Message) - Method in class org.objectweb.dream.message.MessageManagerPoolingImpl
 
ReferenceCounter - Interface in org.objectweb.dream.message
Interface implemented by message and used by message manager to know the number of shared reference to a message.
register(String, Loggable) - Method in class org.objectweb.dream.control.logger.BasicLoggerControllerMixin
 
register(String, Loggable) - Method in interface org.objectweb.dream.control.logger.LoggerControllerRegister
Registers a loggable as client of this logger controller for the specified logger name.
registerCurrentThread() - Method in class org.objectweb.dream.control.lifecycle.ThreadCounterMixin
Registers the current thread.
registered(Object) - Method in class org.objectweb.dream.control.activity.task.AbstractTask
Sets the AbstractTask.controlItffield
registered(Object) - Method in interface org.objectweb.dream.control.activity.task.Task
Call back method to notify that the task as been correctly registered in the task manager.
registered(Object) - Method in class org.objectweb.dream.control.activity.task.thread.AbstractThreadTaskImpl
 
registerScheduler(Component) - Method in interface org.objectweb.dream.control.activity.scheduler.SchedulerManagerController
Registers a new scheduler.
registerTask(Task, Map) - Method in interface org.objectweb.dream.control.activity.manager.TaskManager
Registers a new task.
registerTask(Task, Map) - Method in class org.objectweb.dream.control.activity.manager.TaskManagerImpl
 
remove() - Method in class org.objectweb.dream.util.ArrayIterator
 
remove() - Method in class org.objectweb.dream.util.EmptyIterator
 
remove() - Method in class org.objectweb.dream.util.IteratorNoRemove
Always throws a UnsupportedOperationException.
remove() - Method in class org.objectweb.dream.util.MultipleIterator
 
removeChunk(String) - Method in class org.objectweb.dream.message.Message
 
removeChunk(Message, String) - Method in interface org.objectweb.dream.message.MessageManager
Removes a chunk from the given message.
removeChunk(Message, String) - Method in class org.objectweb.dream.message.MessageManagerImpl
 
removeCodec(String) - Method in interface org.objectweb.dream.message.codec.CodecManager
Removes a codec component.
removeCodec(String) - Method in class org.objectweb.dream.message.codec.CodecManagerImpl
 
removeCurrentThread(String, int) - Method in class org.objectweb.dream.control.lifecycle.ThreadCounterMixin
Unregister the current thread.
removeFcSubComponent(Object) - Method in interface org.objectweb.dream.control.content.BasicContentController
Removes a sub-component from this component.
removeFcSubComponent(Object) - Method in class org.objectweb.dream.control.content.BasicContentControllerMixin
 
removeSubMessage(Message) - Method in class org.objectweb.dream.message.Message
 
removeSubMessage(Message, Message) - Method in interface org.objectweb.dream.message.MessageManager
Removes a sub message from a message.
removeSubMessage(Message, Message) - Method in class org.objectweb.dream.message.MessageManagerImpl
 
removeTask(Task) - Method in class org.objectweb.dream.control.activity.task.BasicTaskControllerMixin
 
removeTask(Task) - Method in class org.objectweb.dream.control.activity.task.LifeCycleActivationTaskMixin
 
removeTask(Task) - Method in interface org.objectweb.dream.control.activity.task.TaskController
Removes a task.
removeThread(Task) - Method in interface org.objectweb.dream.control.activity.manager.ThreadManager
Removes the thread, the given task interface belong.
removeThread(Task) - Method in class org.objectweb.dream.control.activity.manager.ThreadManagerImpl
 
repository - Variable in class org.objectweb.dream.message.codec.CodecRepositoryImpl
 
repositoryRessourceName - Variable in class org.objectweb.dream.message.codec.CodecRepositoryImpl
 
run() - Method in class org.objectweb.dream.control.activity.task.thread.ThreadTaskImpl
 
run() - Method in class org.objectweb.dream.control.lifecycle.AsyncStarter
 

S

schedule(int, Object) - Method in class org.objectweb.dream.control.activity.scheduler.ForwarderSchedulerImpl
 
schedule(int, Object) - Method in class org.objectweb.dream.control.activity.scheduler.MultiThreadForwarderSchedulerImpl
 
schedule(int, Object) - Method in class org.objectweb.dream.control.activity.scheduler.PeriodicSchedulerImpl
 
schedule(int, Object) - Method in interface org.objectweb.dream.control.activity.scheduler.Scheduler
Scheduling method.
Scheduler - Interface in org.objectweb.dream.control.activity.scheduler
Interface representing a scheduler.
schedulerItf - Variable in class org.objectweb.dream.control.activity.task.thread.AbstractThreadTaskImpl
The scheduler to which the thread is bound.
SchedulerManager - Interface in org.objectweb.dream.control.activity.manager
Scheduler management interface.
SchedulerManagerController - Interface in org.objectweb.dream.control.activity.scheduler
A control interface to manage schedulers.
scheduleTask(Task, Map) - Method in class org.objectweb.dream.control.activity.manager.MetaSchedulerManagerImpl
 
scheduleTask(Task, Map) - Method in class org.objectweb.dream.control.activity.manager.PeriodicSchedulerManagerImpl
 
scheduleTask(Task, Map) - Method in interface org.objectweb.dream.control.activity.manager.SchedulerManager
Binds the given task to an appropriate scheduler.
scheduleTask(Task, Map) - Method in class org.objectweb.dream.control.activity.manager.ThreadPerTaskSchedulerManagerImpl
 
scheduleTask(Task, Map) - Method in class org.objectweb.dream.control.activity.manager.ThreadPoolPerTaskSchedulerManagerImpl
 
setAttribute(String, Object) - Method in class org.objectweb.dream.util.NullLogger
 
setBaseName(String) - Method in class org.objectweb.dream.control.logger.BasicLoggerControllerMixin
 
setBaseName(String) - Method in class org.objectweb.dream.control.logger.BasicLoggerInternalBaseNameMixin
 
setBaseName(String) - Method in interface org.objectweb.dream.control.logger.LoggerController
Sets the loggers' base name.
setCapacity(int) - Method in interface org.objectweb.dream.pool.ObjectPoolAttributeController
Sets the object pool capacity.
setCapacity(int) - Method in class org.objectweb.dream.pool.ObjectPoolDebugImpl
 
setCapacity(int) - Method in class org.objectweb.dream.pool.ObjectPoolImpl
 
setCause(Throwable) - Method in exception org.objectweb.dream.PullException
 
setCause(Throwable) - Method in exception org.objectweb.dream.PushException
 
setCreationBootstrap(Component) - Method in class org.objectweb.dream.control.location.BasicLocationControllerMixin
 
setCreationBootstrap(Component) - Method in interface org.objectweb.dream.control.location.LocationController
Method used by the bootstrap component during the initialisation of the component.
setDoCheck(boolean) - Method in interface org.objectweb.dream.message.MessageManagerAttributeController
Sets the doCheck attribute value.
setDoCheck(boolean) - Method in class org.objectweb.dream.message.MessageManagerImpl
 
setExecuting(boolean) - Method in class org.objectweb.dream.control.activity.task.thread.AbstractThreadTaskImpl
Called by AbstractThreadTaskImpl.execute(Object)method.
setExecuting(boolean) - Method in class org.objectweb.dream.control.activity.task.thread.ThreadTaskImpl
 
setFcName(String) - Method in class org.objectweb.dream.control.activity.task.AbstractTask
 
setFcStarted() - Method in class org.objectweb.dream.control.lifecycle.ActivityLifeCycleMixin
Calls super implementation and starts internal activities in the started state.
setFcStarted() - Method in class org.objectweb.dream.control.lifecycle.LoggerLifeCycleControllerMixin
 
setFcStarted() - Method in class org.objectweb.dream.control.lifecycle.SimpleLifeCycleControllerMixin
 
setFcStarted() - Method in class org.objectweb.dream.control.lifecycle.ThreadCounterMixin
 
setFcStarted() - Method in class org.objectweb.dream.control.logger.LoggerLifeCycleCoordinatorMixin
Calls the overriden method and then sets the activityLogger and activityLogger factory of the user component encapsulated in this component (if there is one).
setFcState(boolean) - Method in class org.objectweb.dream.control.lifecycle.AsyncStartLifeCycleCoordinatorMixin
The setFcState method overridden by this mixin.
setFcStopped() - Method in class org.objectweb.dream.control.lifecycle.LoggerLifeCycleControllerMixin
 
setFcStopped() - Method in class org.objectweb.dream.control.lifecycle.SimpleLifeCycleControllerMixin
 
setFcStopped() - Method in class org.objectweb.dream.control.lifecycle.ThreadCounterMixin
 
setFcStopping(LifeCycleCoordinator) - Method in class org.objectweb.dream.control.lifecycle.ActivityLifeCycleMixin
Calls super implementation and looks for this component's coordinator controller.
setFcStopping(LifeCycleCoordinator) - Method in class org.objectweb.dream.control.lifecycle.ContainerPrepareStopLifeCycleControllerMixin
 
setFcStopping(LifeCycleCoordinator) - Method in class org.objectweb.dream.control.lifecycle.LoggerLifeCycleControllerMixin
 
setFcStopping(LifeCycleCoordinator) - Method in class org.objectweb.dream.control.lifecycle.SimpleLifeCycleControllerMixin
Calls immediately LifeCycleCoordinator.fcInactivated(org.objectweb.fractal.julia.control.lifecycle.LifeCycleCoordinator).
setFcStopping(LifeCycleCoordinator) - Method in class org.objectweb.dream.control.lifecycle.ThreadCounterMixin
 
setInitialNumberOfThreads(int) - Method in interface org.objectweb.dream.control.activity.ActiveComponentAttributeController
Sets the initial number of threads in the pool.
setInput(Object) - Method in interface org.objectweb.dream.message.codec.CodecInputOutput
Set the input.
setInput(Object) - Method in class org.objectweb.dream.message.codec.CodecInputOutputImpl
 
setIntLevel(int) - Method in class org.objectweb.dream.util.NullLogger
 
setLevel(Level) - Method in class org.objectweb.dream.util.NullLogger
 
setLogger(String, Logger) - Method in class org.objectweb.dream.AbstractComponent
 
setLogger(String, Logger) - Method in class org.objectweb.dream.control.activity.task.LoggableTaskManagerMixin
 
setLogger(String, Logger) - Method in class org.objectweb.dream.control.activity.task.LoggableTaskMixin
 
setLogger(String, Logger) - Method in class org.objectweb.dream.control.lifecycle.LoggableLifeCycleMixin
 
setLogger(String, Logger) - Method in interface org.objectweb.dream.control.logger.Loggable
Gives the logger.
setLoggerLevel(String, int) - Method in class org.objectweb.dream.control.logger.BasicLoggerControllerMixin
 
setLoggerLevel(String, int) - Method in interface org.objectweb.dream.control.logger.LoggerController
Sets the logging level of a logger.
setName(String) - Method in class org.objectweb.dream.util.NullLogger
 
setOutput(Object) - Method in interface org.objectweb.dream.message.codec.CodecInputOutput
Set the output.
setOutput(Object) - Method in class org.objectweb.dream.message.codec.CodecInputOutputImpl
 
setPropertiesRessourceName(String) - Method in interface org.objectweb.dream.message.codec.CodecRepositoryAttributeController
Set the name of the properties file.
setPropertiesRessourceName(String) - Method in class org.objectweb.dream.message.codec.CodecRepositoryImpl
 
setReference(Reference<? extends Recyclable>) - Method in class org.objectweb.dream.message.AbstractChunk
 
setReference(Reference<? extends Recyclable>) - Method in class org.objectweb.dream.message.codec.CodecInputOutputImpl
 
setReference(Reference<? extends Recyclable>) - Method in class org.objectweb.dream.message.Message
Used only by message manager.
setReference(Reference<? extends Recyclable>) - Method in interface org.objectweb.dream.pool.Recyclable
Sets a Reference object that can be used by object pool implementation.
setReuseObjectStream(boolean) - Method in interface org.objectweb.dream.message.codec.MessageCodecHelperObjectStreamAttributeController
Sets the reuseObjectStream attribute.
setReuseObjectStream(boolean) - Method in class org.objectweb.dream.message.codec.MessageCodecHelperObjectStreamImpl
 
setUsePool(boolean) - Method in interface org.objectweb.dream.control.activity.ActiveComponentAttributeController
Determines whether a pool of threads should be used for each task of the component.
SimpleLifeCycleControllerMixin - Class in org.objectweb.dream.control.lifecycle
Basic Dream life cycle controller.
SimpleLifeCycleControllerMixin() - Constructor for class org.objectweb.dream.control.lifecycle.SimpleLifeCycleControllerMixin
 
started(LifeCycleCoordinator, IllegalLifeCycleException) - Method in interface org.objectweb.dream.control.lifecycle.ASyncStarterCoordinator
Notifies the life cycle coordinator that the component, the given lc interface belong, has been asynchronously started.
started(LifeCycleCoordinator, IllegalLifeCycleException) - Method in class org.objectweb.dream.control.lifecycle.AsyncStartLifeCycleCoordinatorMixin
 
startFc() - Method in class org.objectweb.dream.AbstractComponent
 
startFc() - Method in class org.objectweb.dream.control.activity.task.thread.AbstractThreadTaskImpl
 
startFc() - Method in class org.objectweb.dream.control.activity.task.thread.ThreadTaskImpl
 
startFc() - Method in class org.objectweb.dream.control.lifecycle.LoggerLifeCycleControllerMixin
 
startFc() - Method in class org.objectweb.dream.control.lifecycle.SimpleLifeCycleControllerMixin
 
startFc() - Method in class org.objectweb.dream.control.logger.LoggerLifeCycleMixin
Calls the overriden method and then sets the activityLogger and activityLogger factory of the user component encapsulated in this component (if there is one).
startFc() - Method in class org.objectweb.dream.message.codec.CodecRepositoryImpl
 
STOP_EXECUTING - Static variable in interface org.objectweb.dream.control.activity.task.Task
An integer that can be used with some schedulers to specify that the task should not be executed again.
stopFc() - Method in class org.objectweb.dream.AbstractComponent
 
stopFc() - Method in class org.objectweb.dream.control.activity.task.thread.AbstractThreadTaskImpl
 
stopFc() - Method in class org.objectweb.dream.control.activity.task.thread.ThreadTaskImpl
 
stopFc() - Method in class org.objectweb.dream.control.lifecycle.FullLifeCycleMixin
 
stopFc() - Method in class org.objectweb.dream.control.lifecycle.LoggerLifeCycleControllerMixin
 
stopFc() - Method in class org.objectweb.dream.control.lifecycle.SimpleLifeCycleControllerMixin
Throws a IllegalLifeCycleExceptionif the component is in the LifeCycleController.STARTED state.

T

Task - Interface in org.objectweb.dream.control.activity.task
Interface representing a task.
TaskActivationController - Interface in org.objectweb.dream.control.activity.task
A control interface used to activate or desactivate tasks of the component (ie. register/unregister in activity manager).
TaskActivationStoppedListener - Class in org.objectweb.dream.control.activity.task
task stopped listener used by BasicTaskActivationMixinto desactivate task.
TaskActivationStoppedListener(TaskStoppedListener) - Constructor for class org.objectweb.dream.control.activity.task.TaskActivationStoppedListener
 
TaskController - Interface in org.objectweb.dream.control.activity.task
A control interface to control tasks of the active component to which this interface belongs.
taskEnded(Task) - Method in interface org.objectweb.dream.control.activity.manager.EndOfTask
Notifies the activity manager that the given task will not be executed.
taskEnded(Task) - Method in class org.objectweb.dream.control.activity.manager.TaskManagerImpl
 
taskItf - Variable in class org.objectweb.dream.control.activity.scheduler.ForwarderSchedulerImpl
 
taskItf - Variable in class org.objectweb.dream.control.activity.scheduler.MultiThreadForwarderSchedulerImpl
 
TaskManager - Interface in org.objectweb.dream.control.activity.manager
A control interface to manage tasks.
TaskManagerImpl - Class in org.objectweb.dream.control.activity.manager
Basic task manager implementation
TaskManagerImpl() - Constructor for class org.objectweb.dream.control.activity.manager.TaskManagerImpl
 
taskName - Variable in class org.objectweb.dream.control.activity.task.AbstractTask
 
taskRegistrationHints - Variable in class org.objectweb.dream.control.activity.task.BasicTaskControllerMixin
A map containing registration hints for each task.
tasksItf - Variable in class org.objectweb.dream.control.activity.scheduler.PeriodicSchedulerImpl
 
tasksQueue - Variable in class org.objectweb.dream.control.activity.scheduler.PeriodicSchedulerImpl
 
taskStopped(Task) - Method in class org.objectweb.dream.control.activity.task.TaskActivationStoppedListener
 
taskStopped(Task) - Method in interface org.objectweb.dream.control.activity.task.TaskStoppedListener
Called when the specified task is inactinaved.
taskStopped(Task) - Method in class org.objectweb.dream.control.lifecycle.ActivityLifeCycleMixin
 
TaskStoppedListener - Interface in org.objectweb.dream.control.activity.task
This interface is used to be notified when a task has been stopped using the TaskManager.interruptTask(Task, TaskStoppedListener).
thread - Variable in class org.objectweb.dream.control.activity.task.thread.ThreadTaskImpl
 
ThreadCounterMixin - Class in org.objectweb.dream.control.lifecycle
Life cycle mixin to be used with interceptor generated by LifeCycleInterceptorGenerator.
ThreadCounterMixin() - Constructor for class org.objectweb.dream.control.lifecycle.ThreadCounterMixin
 
threadEnded(Task) - Method in interface org.objectweb.dream.control.activity.manager.EndOfThread
Notifies the activity manager that the thread, the given task interface belong, has ended its execution.
threadEnded(Task) - Method in class org.objectweb.dream.control.activity.manager.ThreadPerTaskSchedulerManagerImpl
 
threadEnded(Task) - Method in class org.objectweb.dream.control.activity.manager.ThreadPoolPerTaskSchedulerManagerImpl
 
ThreadManager - Interface in org.objectweb.dream.control.activity.manager
Activity manager control interface used to add an remove thread component.
ThreadManagerImpl - Class in org.objectweb.dream.control.activity.manager
Implementation of the ThreadManagerinterface.
ThreadManagerImpl() - Constructor for class org.objectweb.dream.control.activity.manager.ThreadManagerImpl
 
threadManagerItf - Variable in class org.objectweb.dream.control.activity.manager.AbstractSchedulerManager
 
ThreadPerTaskSchedulerManagerImpl - Class in org.objectweb.dream.control.activity.manager
Scheduler manager that schedules each task with a ForwarderSchedulerImpland a thread.
ThreadPerTaskSchedulerManagerImpl() - Constructor for class org.objectweb.dream.control.activity.manager.ThreadPerTaskSchedulerManagerImpl
 
ThreadPoolManager - Interface in org.objectweb.dream.control.activity.manager
Interface used to control the multi threaded execution of a task.
ThreadPoolOverflowException - Exception in org.objectweb.dream.control.activity.task.thread
Exception thrown by thread pool when the capacity of the pool is exceded.
ThreadPoolOverflowException() - Constructor for exception org.objectweb.dream.control.activity.task.thread.ThreadPoolOverflowException
 
ThreadPoolOverflowException(String) - Constructor for exception org.objectweb.dream.control.activity.task.thread.ThreadPoolOverflowException
 
ThreadPoolPerTaskSchedulerManagerImpl - Class in org.objectweb.dream.control.activity.manager
Scheduler manager that schedules each task with a MultiThreadForwarderSchedulerImpl and initially no thread.
ThreadPoolPerTaskSchedulerManagerImpl() - Constructor for class org.objectweb.dream.control.activity.manager.ThreadPoolPerTaskSchedulerManagerImpl
 
ThreadTaskImpl - Class in org.objectweb.dream.control.activity.task.thread
Basic implementation of a Dream thread.
ThreadTaskImpl() - Constructor for class org.objectweb.dream.control.activity.task.thread.ThreadTaskImpl
 
toString() - Method in class org.objectweb.dream.control.activity.task.AbstractTask
 
toString() - Method in exception org.objectweb.dream.control.activity.task.IllegalTaskException
 
toString() - Method in exception org.objectweb.dream.control.activity.task.NoSuchTaskException
 
toString() - Method in exception org.objectweb.dream.InitializationException
 
toString() - Method in exception org.objectweb.dream.message.codec.CodecManagerException
 
transfertStateTo(T) - Method in class org.objectweb.dream.message.AbstractChunk
 
turnOff() - Method in class org.objectweb.dream.util.NullLogger
 
turnOn() - Method in class org.objectweb.dream.util.NullLogger
 

U

unbindFc(String) - Method in class org.objectweb.dream.AbstractComponent
 
unbindFc(String) - Method in class org.objectweb.dream.control.activity.scheduler.ForwarderSchedulerImpl
 
unbindFc(String) - Method in class org.objectweb.dream.control.activity.scheduler.MultiThreadForwarderSchedulerImpl
 
unbindFc(String) - Method in class org.objectweb.dream.control.activity.scheduler.PeriodicSchedulerImpl
 
unbindFc(String) - Method in class org.objectweb.dream.control.activity.task.thread.AbstractThreadTaskImpl
 
unbindFc(InterfaceType, String) - Method in class org.objectweb.dream.control.binding.BasicCompositeBindingMixin
Calls the overridden method and then updates the getFcItfImpl link (or the getFcItfDelegate link of the corresponding interceptor) of the clientItfName interface to null.
unbindFc(String) - Method in class org.objectweb.dream.control.binding.ContainerContextualBindingControllerMixin
 
UnknownChunkException - Exception in org.objectweb.dream.message
Runtime exception thrown by the MessageManager.removeChunk(org.objectweb.dream.message.Message, java.lang.String) when no chunk with the given name can be found in the message.
unregiser(String, Loggable) - Method in class org.objectweb.dream.control.logger.BasicLoggerControllerMixin
 
unregiser(String, Loggable) - Method in interface org.objectweb.dream.control.logger.LoggerControllerRegister
Un registers a loggable.
unregisterCurrentThread(int) - Method in class org.objectweb.dream.control.lifecycle.ThreadCounterMixin
Unregisters current thread.
unregistered() - Method in class org.objectweb.dream.control.activity.task.AbstractTask
Sets the AbstractTask.controlItffield to null.
unregistered() - Method in interface org.objectweb.dream.control.activity.task.Task
Call back method to notify that the task has been unregistered from the activity manager.
unregistered() - Method in class org.objectweb.dream.control.activity.task.thread.AbstractThreadTaskImpl
 
unregisterScheduler(Component) - Method in interface org.objectweb.dream.control.activity.scheduler.SchedulerManagerController
Unregisters the specified scheduler.
unregisterTask(Task) - Method in interface org.objectweb.dream.control.activity.manager.TaskManager
Unregisters the specified task.
unregisterTask(Task) - Method in class org.objectweb.dream.control.activity.manager.TaskManagerImpl
 
unscheduleTask(Task) - Method in class org.objectweb.dream.control.activity.manager.MetaSchedulerManagerImpl
 
unscheduleTask(Task) - Method in class org.objectweb.dream.control.activity.manager.PeriodicSchedulerManagerImpl
 
unscheduleTask(Task) - Method in interface org.objectweb.dream.control.activity.manager.SchedulerManager
Unbinds the given task from its scheduler.
unscheduleTask(Task) - Method in class org.objectweb.dream.control.activity.manager.ThreadPerTaskSchedulerManagerImpl
 
unscheduleTask(Task) - Method in class org.objectweb.dream.control.activity.manager.ThreadPoolPerTaskSchedulerManagerImpl
 
UseBasicContentControllerMixin - Class in org.objectweb.dream.control.content
Provides a BasicContentControllerfield to a Controller.
UseLoggerControllerMixin - Class in org.objectweb.dream.control.logger
Provides an optional LoggerControllerfield to a Controller.
UseOptContentControllerMixin - Class in org.objectweb.dream.control.content
Defines a weaveableOptCC.
UseTaskActivationControllerMixin - Class in org.objectweb.dream.control.activity.task
Provides a TaskControllerfield to a Controller.
UseTaskControllerMixin - Class in org.objectweb.dream.control.activity.task
Provides a TaskControllerfield to a Controller.
Util - Class in org.objectweb.dream.control.activity
Utility methods to manage tasks.
Util - Class in org.objectweb.dream.control.logger
Utility class for logger controller.
Util - Class in org.objectweb.dream.util
This class defines utility methods.

W

WARN - Static variable in interface org.objectweb.dream.control.logger.LoggerController
Logger level for warning message.
weaveableBCC - Variable in class org.objectweb.dream.control.content.UseBasicContentControllerMixin
The BasicContentControllerinterface of the component to which this controller object belongs.
weaveableC - Variable in class org.objectweb.dream.AbstractComponent
the Componentcontroller interface reference of this component
weaveableFcState - Variable in class org.objectweb.dream.control.lifecycle.SimpleLifeCycleControllerMixin
The lifecycle state of the component.
weaveableLCCLogger - Variable in class org.objectweb.dream.control.lifecycle.LoggableLifeCycleMixin
The logger of the task controller
weaveableOptCC - Variable in class org.objectweb.dream.control.content.UseOptContentControllerMixin
The optional ContentControllerinterface of the component to which this controller object belongs.
weaveableOptLogC - Variable in class org.objectweb.dream.control.logger.UseLoggerControllerMixin
The LoggerControllerinterface of the component to which this controller object belongs.
weaveableTAC - Variable in class org.objectweb.dream.control.activity.task.UseTaskActivationControllerMixin
The TaskActivationControllerinterface of the component to which this controller object belongs.
weaveableTC - Variable in class org.objectweb.dream.control.activity.task.UseTaskControllerMixin
The TaskControllerinterface of the component to which this controller object belongs.
weaveableTCLogger - Variable in class org.objectweb.dream.control.activity.task.LoggableTaskMixin
The logger of the task controller
weaveableTMCLogger - Variable in class org.objectweb.dream.control.activity.task.LoggableTaskManagerMixin
The logger of the task manager controller
writeExternalByteArray(DataOutput, byte[]) - Static method in class org.objectweb.dream.util.Util
Writes an array of bytes on a DataOutput object.
writeExternalExternalizableObjectArray(ObjectOutput, Object[]) - Static method in class org.objectweb.dream.util.Util
Writes an array of externalizable objects on an ObjectOutput object.
writeExternalIntArray(DataOutput, int[]) - Static method in class org.objectweb.dream.util.Util
Writes an array of integer on a DataOutput object.
writeExternalLongArray(DataOutput, long[]) - Static method in class org.objectweb.dream.util.Util
Writes an array of long on a DataOutput object.
writeExternalObjectArray(ObjectOutput, Object[]) - Static method in class org.objectweb.dream.util.Util
Writes an array of objects on an ObjectOutput object.
writeExternalStringArray(ObjectOutput, String[]) - Static method in class org.objectweb.dream.util.Util
Writes an array of strings on an ObjectOutput object.
writeExternalTwoDimensionsObjectArray(ObjectOutput, Object[][]) - Static method in class org.objectweb.dream.util.Util
Writes a two-dimensions array of objects on an ObjectOutput object.
writeExternalTwoDimensionsStringArray(ObjectOutput, String[][]) - Static method in class org.objectweb.dream.util.Util
Writes a two-dimensions array of strings on an ObjectOutput object.
writeObject(ObjectOutput, Object) - Static method in class org.objectweb.dream.util.Util
Write the given object on the given ObjectOutput.

_

_super_addTask(Task, Map) - Method in class org.objectweb.dream.control.activity.task.LifeCycleActivationTaskMixin
The TaskController.addTask(Task, Map)method overriden by this mixin.
_super_bindFc(InterfaceType, String, Object) - Method in class org.objectweb.dream.control.binding.BasicCompositeBindingMixin
The bindFc method overridden by this mixin.
_super_checkInactivity() - Method in class org.objectweb.dream.control.lifecycle.ActivityLifeCycleMixin
The checkInactivity method overriden by this mixin.
_super_checkInactivity() - Method in class org.objectweb.dream.control.lifecycle.ThreadCounterMixin
The checkInactivity method overriden by this mixin.
_super_getFcName() - Method in class org.objectweb.dream.control.factory.NameFactoryMixin
The getFcNamemethod overridden by this mixin.
_super_initFcController(InitializationContext) - Method in class org.objectweb.dream.control.activity.task.BasicTaskControllerMixin
The Controller.initFcController(InitializationContext) method overridden by this mixin.
_super_initFcController(InitializationContext) - Method in class org.objectweb.dream.control.activity.task.LoggableTaskManagerMixin
The Controller.initFcController(InitializationContext) method overridden by this mixin.
_super_initFcController(InitializationContext) - Method in class org.objectweb.dream.control.activity.task.LoggableTaskMixin
The Controller.initFcController(InitializationContext) method overridden by this mixin.
_super_initFcController(InitializationContext) - Method in class org.objectweb.dream.control.activity.task.UseTaskActivationControllerMixin
The initFcController method overriden by this mixin.
_super_initFcController(InitializationContext) - Method in class org.objectweb.dream.control.activity.task.UseTaskControllerMixin
The initFcController method overriden by this mixin.
_super_initFcController(InitializationContext) - Method in class org.objectweb.dream.control.binding.ContainerContextualBindingControllerMixin
The initFcControllermethod overridden by this mixin.
_super_initFcController(InitializationContext) - Method in class org.objectweb.dream.control.content.BasicContentControllerMixin
The initFcControllermethod overridden by this mixin.
_super_initFcController(InitializationContext) - Method in class org.objectweb.dream.control.content.UseBasicContentControllerMixin
The initFcController method overriden by this mixin.
_super_initFcController(InitializationContext) - Method in class org.objectweb.dream.control.content.UseOptContentControllerMixin
The initFcControllermethod overriden by this mixin.
_super_initFcController(InitializationContext) - Method in class org.objectweb.dream.control.lifecycle.LoggableLifeCycleMixin
The Controller.initFcController(InitializationContext) method overridden by this mixin.
_super_initFcController(InitializationContext) - Method in class org.objectweb.dream.control.lifecycle.SimpleLifeCycleControllerMixin
The initFcController method overridden by this mixin.
_super_initFcController(InitializationContext) - Method in class org.objectweb.dream.control.lifecycle.ThreadCounterMixin
The Controller.initFcController(org.objectweb.fractal.julia.InitializationContext)method overriden by this mixin.
_super_initFcController(InitializationContext) - Method in class org.objectweb.dream.control.logger.BasicLoggerControllerMixin
The initFcController method overridden by this mixin.
_super_initFcController(InitializationContext) - Method in class org.objectweb.dream.control.logger.BasicLoggerInternalBaseNameMixin
The initFcController method overriden by this mixin.
_super_initFcController(InitializationContext) - Method in class org.objectweb.dream.control.logger.UseLoggerControllerMixin
The Controller.initFcController(InitializationContext) method overriden by this mixin.
_super_initialize(Tree) - Method in class org.objectweb.dream.control.logger.BasicLoggerControllerMixin
The initializemethod overridden by this mixin.
_super_newFcInstance(Type, Object, Object) - Method in class org.objectweb.dream.control.factory.ContentFactoryMixin
The newFcInstance method overriden by this mixin.
_super_newFcInstance(Type, Object, Object) - Method in class org.objectweb.dream.control.factory.LocationFactoryMixin
The newFcInstance method overriden by this mixin.
_super_removeTask(Task) - Method in class org.objectweb.dream.control.activity.task.LifeCycleActivationTaskMixin
The TaskController.removeTask(Task)method overriden by this mixin.
_super_setBaseName(String) - Method in class org.objectweb.dream.control.logger.BasicLoggerInternalBaseNameMixin
The setBaseName method overriden by this mixin
_super_setFcStarted() - Method in class org.objectweb.dream.control.lifecycle.ActivityLifeCycleMixin
The LifeCycleCoordinator.setFcStarted()method overriden by this mixin.
_super_setFcStarted() - Method in class org.objectweb.dream.control.lifecycle.ThreadCounterMixin
The LifeCycleCoordinator.setFcStarted()method overriden by this mixin.
_super_setFcStarted() - Method in class org.objectweb.dream.control.logger.LoggerLifeCycleCoordinatorMixin
The LifeCycleCoordinator.setFcStarted() method overriden by this mixin.
_super_setFcState(boolean) - Method in class org.objectweb.dream.control.lifecycle.AsyncStartLifeCycleCoordinatorMixin
The setFcState method overridden by this mixin.
_super_setFcStopped() - Method in class org.objectweb.dream.control.lifecycle.ThreadCounterMixin
The LifeCycleCoordinator.setFcStopped()method overriden by this mixin.
_super_setFcStopping(LifeCycleCoordinator) - Method in class org.objectweb.dream.control.lifecycle.ActivityLifeCycleMixin
The LifeCycleCoordinator.setFcStopping(LifeCycleCoordinator) method overriden by this mixin.
_super_setFcStopping(LifeCycleCoordinator) - Method in class org.objectweb.dream.control.lifecycle.ContainerPrepareStopLifeCycleControllerMixin
The setFcStopping method overriden by this mixin.
_super_startFc() - Method in class org.objectweb.dream.control.logger.LoggerLifeCycleMixin
The LifeCycleController.startFc() method overriden by this mixin.
_super_unbindFc(InterfaceType, String) - Method in class org.objectweb.dream.control.binding.BasicCompositeBindingMixin
The unbindFc method overridden by this mixin.
_this_getFcCoordinator() - Method in class org.objectweb.dream.control.lifecycle.ThreadCounterMixin
The getFcCoordinator method overriden by this mixin.
_this_isInactivated(LifeCycleCoordinator) - Method in class org.objectweb.dream.control.lifecycle.ActivityLifeCycleMixin
The isInactivated method used by this mixin.
_this_isInactivated(LifeCycleCoordinator) - Method in class org.objectweb.dream.control.lifecycle.ThreadCounterMixin
The isInactivated method used by this mixin.
_this_setFcState(boolean) - Method in class org.objectweb.dream.control.lifecycle.FullLifeCycleMixin
The setFcState method required by this mixin.
_this_setFcState(boolean) - Method in class org.objectweb.dream.control.lifecycle.SimpleLifeCycleControllerMixin
The setFcState method required by this mixin.
_this_stopFc(LifeCycleCoordinator[]) - Method in class org.objectweb.dream.control.lifecycle.FullLifeCycleMixin
the stopFc method required by this mixin.
_this_taskRegistrationHints - Variable in class org.objectweb.dream.control.activity.task.BasicTaskActivationMixin
The taskRegistrationHints field required by this mixin.
_this_weaveableBC - Variable in class org.objectweb.dream.control.activity.task.BasicTaskActivationMixin
The weaveableBC field required by this mixin.
_this_weaveableBC - Variable in class org.objectweb.dream.control.activity.task.BasicTaskControllerMixin
The weaveableBC field required by this mixin.
_this_weaveableBCC - Variable in class org.objectweb.dream.control.binding.BasicCompositeBindingMixin
The weaveableBCC field required by this mixin.
_this_weaveableC - Variable in class org.objectweb.dream.control.binding.BasicCompositeBindingMixin
The weaveableC field required by this mixin.
_this_weaveableC - Variable in class org.objectweb.dream.control.factory.ContentFactoryMixin
The weaveableC field required by this mixin.
_this_weaveableC - Variable in class org.objectweb.dream.control.factory.LocationFactoryMixin
The weaveableC field required by this mixin.
_this_weaveableC - Variable in class org.objectweb.dream.control.lifecycle.ActivityLifeCycleMixin
The weaveableC field required by this mixin.
_this_weaveableC - Variable in class org.objectweb.dream.control.lifecycle.AsyncStartLifeCycleCoordinatorMixin
The weaveableC field required by this mixin.
_this_weaveableC - Variable in class org.objectweb.dream.control.lifecycle.FullLifeCycleMixin
The weaveableC field required by this mixin.
_this_weaveableC - Variable in class org.objectweb.dream.control.lifecycle.LoggerLifeCycleControllerMixin
The weaveableC field required by this mixin.
_this_weaveableC - Variable in class org.objectweb.dream.control.lifecycle.SimpleLifeCycleControllerMixin
The weaveableC field required by this mixin.
_this_weaveableC - Variable in class org.objectweb.dream.control.lifecycle.ThreadCounterMixin
The weaveableC field required by this mixin.
_this_weaveableC - Variable in class org.objectweb.dream.control.logger.LoggerLifeCycleCoordinatorMixin
The weaveableC field required by this mixin.
_this_weaveableC - Variable in class org.objectweb.dream.control.logger.LoggerLifeCycleMixin
The weaveableC field required by this mixin.
_this_weaveableCC - Variable in class org.objectweb.dream.control.factory.ContentFactoryMixin
The weaveableCC field required by this mixin.
_this_weaveableFcState - Variable in class org.objectweb.dream.control.lifecycle.FullLifeCycleMixin
the weaveableFcState field required by this mixin.
_this_weaveableFcState - Variable in class org.objectweb.dream.control.lifecycle.ThreadCounterMixin
the weaveableFcState field reqired by this mixin.
_this_weaveableLCCLogger - Variable in class org.objectweb.dream.control.lifecycle.ActivityLifeCycleMixin
The weaveableLCCLogger field required by this mixin.
_this_weaveableLCCLogger - Variable in class org.objectweb.dream.control.lifecycle.FullLifeCycleMixin
The weaveableLCCLogger field required by this mixin.
_this_weaveableLCCLogger - Variable in class org.objectweb.dream.control.lifecycle.SimpleLifeCycleControllerMixin
The weaveableLCCLogger field required by this mixin.
_this_weaveableLCCLogger - Variable in class org.objectweb.dream.control.lifecycle.ThreadCounterMixin
The weaveableLCCLogger field required by this mixin.
_this_weaveableOptC - Variable in class org.objectweb.dream.control.content.BasicContentControllerMixin
The weaveableOptC field required by this mixin.
_this_weaveableOptC - Variable in class org.objectweb.dream.control.lifecycle.ContainerPrepareStopLifeCycleControllerMixin
The weaveableOptC field required by this mixin.
_this_weaveableOptCC - Variable in class org.objectweb.dream.control.location.BasicLocationControllerMixin
The weaveableOptCC field required by this mixin.
_this_weaveableOptLC - Variable in class org.objectweb.dream.control.activity.task.LifeCycleActivationTaskMixin
The weaveableOptLC field required by this mixin.
_this_weaveableOptLogC - Variable in class org.objectweb.dream.control.activity.task.LoggableTaskManagerMixin
The weaveableOptLogC field required by this mixin.
_this_weaveableOptLogC - Variable in class org.objectweb.dream.control.activity.task.LoggableTaskMixin
The weaveableOptLogC field required by this mixin.
_this_weaveableOptLogC - Variable in class org.objectweb.dream.control.lifecycle.LoggableLifeCycleMixin
The weaveableOptLogC field required by this mixin.
_this_weaveableOptLogC - Variable in class org.objectweb.dream.control.lifecycle.LoggerLifeCycleControllerMixin
The weaveableOptLogC field required by this mixin.
_this_weaveableOptLogC - Variable in class org.objectweb.dream.control.logger.LoggerLifeCycleCoordinatorMixin
The weaveableOptLogC field required by this mixin.
_this_weaveableOptLogC - Variable in class org.objectweb.dream.control.logger.LoggerLifeCycleMixin
The weaveableOptLogC field required by this mixin.
_this_weaveableTAC - Variable in class org.objectweb.dream.control.activity.task.LifeCycleActivationTaskMixin
The weaveableTAC field required by this mixin.
_this_weaveableTAC - Variable in class org.objectweb.dream.control.lifecycle.ActivityLifeCycleMixin
The weaveableTAC field required by this mixin.
_this_weaveableTC - Variable in class org.objectweb.dream.control.lifecycle.ActivityLifeCycleMixin
The weaveableTC field required by this mixin.
_this_weaveableTCLogger - Variable in class org.objectweb.dream.control.activity.task.BasicTaskActivationMixin
The weaveableTCLogger field required by this mixin.
_this_weaveableTCLogger - Variable in class org.objectweb.dream.control.activity.task.BasicTaskControllerMixin
The weaveableTCLogger field required by this mixin.

A B C D E F G H I L M N O P R S T U W _

Copyright © 2003, 2005 - INRIA Rhone-Alpes - All Rights Reserved.