A B C D E F G I O P R S T

A

AbstractActionTask - Class in org.objectweb.deployment.scheduling.component.lib
AbstractActionTask implements ActionTask.
AbstractActionTask() - Constructor for class org.objectweb.deployment.scheduling.component.lib.AbstractActionTask
The default constructor.
AbstractAttributeSetterTask - Class in org.objectweb.deployment.scheduling.component.lib
AbstractAttributeSetterTask implements AttributeSetterTask.
AbstractAttributeSetterTask() - Constructor for class org.objectweb.deployment.scheduling.component.lib.AbstractAttributeSetterTask
The default constructor.
AbstractBindingGetterTask - Class in org.objectweb.deployment.scheduling.component.lib
AbstractBindingGetterTask implements BindingGetterTask.
AbstractBindingGetterTask() - Constructor for class org.objectweb.deployment.scheduling.component.lib.AbstractBindingGetterTask
The default constructor.
AbstractBindingProviderTask - Class in org.objectweb.deployment.scheduling.component.lib
AbstractBindingProviderTask implements BindingProviderTask.
AbstractBindingProviderTask() - Constructor for class org.objectweb.deployment.scheduling.component.lib.AbstractBindingProviderTask
The default constructor.
AbstractBindingSetterTask - Class in org.objectweb.deployment.scheduling.component.lib
AbstractBindingSetterTask implements BindingSetterTask.
AbstractBindingSetterTask() - Constructor for class org.objectweb.deployment.scheduling.component.lib.AbstractBindingSetterTask
The default constructor.
AbstractConfigurationTask - Class in org.objectweb.deployment.scheduling.component.lib
AbstractConfigurationTask implements ConfigurationTask.
AbstractConfigurationTask() - Constructor for class org.objectweb.deployment.scheduling.component.lib.AbstractConfigurationTask
The default constructor.
AbstractFactoryProviderTask - Class in org.objectweb.deployment.scheduling.component.lib
AbstractFactoryProviderTask implements FactoryProviderTask.
AbstractFactoryProviderTask() - Constructor for class org.objectweb.deployment.scheduling.component.lib.AbstractFactoryProviderTask
The default constructor.
AbstractInitializationTask - Class in org.objectweb.deployment.scheduling.component.lib
AbstractInitializationTask implements InitializationTask.
AbstractInitializationTask() - Constructor for class org.objectweb.deployment.scheduling.component.lib.AbstractInitializationTask
The default constructor.
AbstractInstallationTask - Class in org.objectweb.deployment.scheduling.component.lib
AbstractInstallationTask implements InstallationTask.
AbstractInstallationTask() - Constructor for class org.objectweb.deployment.scheduling.component.lib.AbstractInstallationTask
The default constructor.
AbstractInstanceProviderTask - Class in org.objectweb.deployment.scheduling.component.lib
AbstractInstanceProviderTask implements InstanceProviderTask.
AbstractInstanceProviderTask() - Constructor for class org.objectweb.deployment.scheduling.component.lib.AbstractInstanceProviderTask
The default constructor.
AbstractInstantiationTask - Class in org.objectweb.deployment.scheduling.component.lib
AbstractInstantiationTask implements InstantiationTask.
AbstractInstantiationTask() - Constructor for class org.objectweb.deployment.scheduling.component.lib.AbstractInstantiationTask
The default constructor.
AbstractRequireBindingProviderTask - Class in org.objectweb.deployment.scheduling.component.lib
AbstractRequireBindingProviderTask implements RequireBindingProviderTask.
AbstractRequireBindingProviderTask() - Constructor for class org.objectweb.deployment.scheduling.component.lib.AbstractRequireBindingProviderTask
The default constructor.
AbstractRequireFactoryProviderTask - Class in org.objectweb.deployment.scheduling.component.lib
AbstractRequireFactoryProviderTask implements RequireFactoryProviderTask.
AbstractRequireFactoryProviderTask() - Constructor for class org.objectweb.deployment.scheduling.component.lib.AbstractRequireFactoryProviderTask
The default constructor.
AbstractRequireInstanceProviderTask - Class in org.objectweb.deployment.scheduling.component.lib
AbstractRequireInstanceProviderTask implements RequireInstanceProviderTask.
AbstractRequireInstanceProviderTask() - Constructor for class org.objectweb.deployment.scheduling.component.lib.AbstractRequireInstanceProviderTask
The default constructor.
AbstractTask - Class in org.objectweb.deployment.scheduling.core.lib
AbstractTask implements Task.
AbstractTask() - Constructor for class org.objectweb.deployment.scheduling.core.lib.AbstractTask
The default constructor.
ActionTask - Interface in org.objectweb.deployment.scheduling.component.api
ActionTask is the base interface of any deployment task which does an action on an initialized component instance.
addPreviousTask(Task) - Method in interface org.objectweb.deployment.scheduling.core.api.Task
Add a previous task.
addPreviousTask(Task) - Method in class org.objectweb.deployment.scheduling.core.lib.AbstractTask
Add a previous task.
AttributeSetterTask - Interface in org.objectweb.deployment.scheduling.component.api
AttributeSetterTask is the base interface of any deployment task which sets a component attribute.

B

BasicScheduler - Class in org.objectweb.deployment.scheduling.core.lib
BasicScheduler implements Scheduler.
BasicScheduler() - Constructor for class org.objectweb.deployment.scheduling.core.lib.BasicScheduler
The default constructor.
BindingGetterTask - Interface in org.objectweb.deployment.scheduling.component.api
BindingGetterTask is the base interface of any deployment task which provides a component binding.
BindingProviderTask - Interface in org.objectweb.deployment.scheduling.component.api
BindingProviderTask is the base interface of any deployment task which provides after execution a reference to a component binding.
BindingSetterTask - Interface in org.objectweb.deployment.scheduling.component.api
BindingSetterTask is the base interface of any deployment task which sets a component binding.

C

ConfigurationTask - Interface in org.objectweb.deployment.scheduling.component.api
ConfigurationTask is the base interface of any deployment task which configures a component instance feature.

D

doSchedule(Task[], Object) - Method in class org.objectweb.deployment.scheduling.core.lib.BasicScheduler
Schedule an array of tasks.

E

execute(Object) - Method in interface org.objectweb.deployment.scheduling.core.api.Task
Execute the task.

F

FactoryProviderTask - Interface in org.objectweb.deployment.scheduling.component.api
FactoryProviderTask is the base interface of any deployment task which provides after execution a reference to a component factory instance.

G

getBinding() - Method in interface org.objectweb.deployment.scheduling.component.api.BindingProviderTask
Return the reference of a component binding.
getBinding() - Method in class org.objectweb.deployment.scheduling.component.lib.AbstractBindingGetterTask
Return the reference of a component binding.
getBinding() - Method in class org.objectweb.deployment.scheduling.component.lib.AbstractBindingProviderTask
Return the reference of a component binding.
getBindingProviderTask() - Method in interface org.objectweb.deployment.scheduling.component.api.RequireBindingProviderTask
Return the component binding provider task.
getBindingProviderTask() - Method in class org.objectweb.deployment.scheduling.component.lib.AbstractBindingSetterTask
Return the component binding provider task.
getBindingProviderTask() - Method in class org.objectweb.deployment.scheduling.component.lib.AbstractRequireBindingProviderTask
Return the component binding provider task.
getConfigurationTasks() - Method in interface org.objectweb.deployment.scheduling.component.api.InitializationTask
Return all the configuration tasks to execute before.
getConfigurationTasks() - Method in class org.objectweb.deployment.scheduling.component.lib.AbstractInitializationTask
Return all the configuration tasks to execute before.
getFactory() - Method in interface org.objectweb.deployment.scheduling.component.api.FactoryProviderTask
Return the reference of a component factory.
getFactory() - Method in class org.objectweb.deployment.scheduling.component.lib.AbstractFactoryProviderTask
Return the reference of a component factory.
getFactoryProviderTask() - Method in interface org.objectweb.deployment.scheduling.component.api.RequireFactoryProviderTask
Return the component factory provider task.
getFactoryProviderTask() - Method in class org.objectweb.deployment.scheduling.component.lib.AbstractInstantiationTask
Return the component factory provider task.
getFactoryProviderTask() - Method in class org.objectweb.deployment.scheduling.component.lib.AbstractRequireFactoryProviderTask
Return the component factory provider task.
getFeatureName() - Method in interface org.objectweb.deployment.scheduling.component.api.ConfigurationTask
Return the component feature name to configure.
getFeatureName() - Method in class org.objectweb.deployment.scheduling.component.lib.AbstractConfigurationTask
Return the component feature name to configure.
getImplementation() - Method in interface org.objectweb.deployment.scheduling.component.api.InstallationTask
Return the implementation of a component factory.
getImplementation() - Method in class org.objectweb.deployment.scheduling.component.lib.AbstractInstallationTask
Return the implementation of a component factory.
getInitializationTask() - Method in interface org.objectweb.deployment.scheduling.component.api.ActionTask
Return the component initialization task.
getInitializationTask() - Method in class org.objectweb.deployment.scheduling.component.lib.AbstractActionTask
Return the component initialization task.
getInstance() - Method in interface org.objectweb.deployment.scheduling.component.api.InstanceProviderTask
Return the reference of a component instance.
getInstance() - Method in class org.objectweb.deployment.scheduling.component.lib.AbstractInstanceProviderTask
Return the reference of a component instance.
getInstanceProviderTask() - Method in interface org.objectweb.deployment.scheduling.component.api.RequireInstanceProviderTask
Return the component instance provider task.
getInstanceProviderTask() - Method in class org.objectweb.deployment.scheduling.component.lib.AbstractRequireInstanceProviderTask
Return the component instance provider task.
getPreviousTaskList() - Method in class org.objectweb.deployment.scheduling.core.lib.AbstractTask
Return the list of the previous tasks.
getPreviousTasks() - Method in interface org.objectweb.deployment.scheduling.core.api.Task
Return all the previous tasks.
getPreviousTasks() - Method in class org.objectweb.deployment.scheduling.core.lib.AbstractTask
Return all the previous tasks.
getResult() - Method in class org.objectweb.deployment.scheduling.component.lib.AbstractAttributeSetterTask
Return the result of the execution.
getResult() - Method in class org.objectweb.deployment.scheduling.component.lib.AbstractBindingGetterTask
Return the result of the execution.
getResult() - Method in class org.objectweb.deployment.scheduling.component.lib.AbstractBindingProviderTask
Return the result of the execution.
getResult() - Method in class org.objectweb.deployment.scheduling.component.lib.AbstractBindingSetterTask
Return the result of the execution.
getResult() - Method in class org.objectweb.deployment.scheduling.component.lib.AbstractFactoryProviderTask
Return the result of the execution.
getResult() - Method in class org.objectweb.deployment.scheduling.component.lib.AbstractInitializationTask
Return the result of the execution.
getResult() - Method in class org.objectweb.deployment.scheduling.component.lib.AbstractInstanceProviderTask
Return the result of the execution.
getResult() - Method in interface org.objectweb.deployment.scheduling.core.api.Task
Return the result of the execution.
getValue() - Method in interface org.objectweb.deployment.scheduling.component.api.AttributeSetterTask
Return the value of the component attribute to configure.
getValue() - Method in class org.objectweb.deployment.scheduling.component.lib.AbstractAttributeSetterTask
Return the value of the component attribute to configure.

I

InitializationTask - Interface in org.objectweb.deployment.scheduling.component.api
InitializationTask is the base interface of any deployment task which initializes a component instance.
InstallationTask - Interface in org.objectweb.deployment.scheduling.component.api
InstallationTask is the base interface of any deployment task which installs a factory allowing to instantiate components.
InstanceProviderTask - Interface in org.objectweb.deployment.scheduling.component.api
InstanceProviderTask is the base interface of any deployment tasks which provide after execution a reference to a component instance.
InstantiationTask - Interface in org.objectweb.deployment.scheduling.component.api
InstantiationTask is the base interface of any deployment task which instantiates a component.

O

org.objectweb.deployment.scheduling.component.api - package org.objectweb.deployment.scheduling.component.api
 
org.objectweb.deployment.scheduling.component.lib - package org.objectweb.deployment.scheduling.component.lib
 
org.objectweb.deployment.scheduling.core.api - package org.objectweb.deployment.scheduling.core.api
 
org.objectweb.deployment.scheduling.core.lib - package org.objectweb.deployment.scheduling.core.lib
 

P

prepareScheduling(Task[]) - Method in class org.objectweb.deployment.scheduling.core.lib.BasicScheduler
Prepare scheduling.

R

removePreviousTask(Task) - Method in interface org.objectweb.deployment.scheduling.core.api.Task
Remove a previous task.
removePreviousTask(Task) - Method in class org.objectweb.deployment.scheduling.core.lib.AbstractTask
Remove a previous task.
RequireBindingProviderTask - Interface in org.objectweb.deployment.scheduling.component.api
RequireBindingProviderTask is the base interface of any deployment task which requires a component binding provider task.
RequireFactoryProviderTask - Interface in org.objectweb.deployment.scheduling.component.api
RequireFactoryProviderTask is the base interface of any deployment task which requires a component factory provider task.
RequireInstanceProviderTask - Interface in org.objectweb.deployment.scheduling.component.api
RequireInstanceProviderTask is the base interface of any deployment task which requires a component instance provider task.

S

schedule(Task[], Object) - Method in interface org.objectweb.deployment.scheduling.core.api.Scheduler
Schedule an array of tasks.
schedule(Task[], Object) - Method in class org.objectweb.deployment.scheduling.core.lib.BasicScheduler
Schedule an array of tasks.
Scheduler - Interface in org.objectweb.deployment.scheduling.core.api
Scheduler is the base interface of any deployment task scheduler.
setBinding(Object) - Method in interface org.objectweb.deployment.scheduling.component.api.BindingProviderTask
Set the reference of a component binding.
setBinding(Object) - Method in class org.objectweb.deployment.scheduling.component.lib.AbstractBindingGetterTask
Set the reference of a component binding.
setBinding(Object) - Method in class org.objectweb.deployment.scheduling.component.lib.AbstractBindingProviderTask
Set the reference of a component binding.
setBindingProviderTask(BindingProviderTask) - Method in interface org.objectweb.deployment.scheduling.component.api.RequireBindingProviderTask
Set the component binding provider task.
setBindingProviderTask(BindingProviderTask) - Method in class org.objectweb.deployment.scheduling.component.lib.AbstractBindingSetterTask
Set the component binding provider task.
setBindingProviderTask(BindingProviderTask) - Method in class org.objectweb.deployment.scheduling.component.lib.AbstractRequireBindingProviderTask
Set the component binding provider task.
setFactory(Object) - Method in interface org.objectweb.deployment.scheduling.component.api.FactoryProviderTask
Set the reference of a component factory.
setFactory(Object) - Method in class org.objectweb.deployment.scheduling.component.lib.AbstractFactoryProviderTask
Set the reference of a component factory.
setFactoryProviderTask(FactoryProviderTask) - Method in interface org.objectweb.deployment.scheduling.component.api.RequireFactoryProviderTask
Set the component factory provider task.
setFactoryProviderTask(FactoryProviderTask) - Method in class org.objectweb.deployment.scheduling.component.lib.AbstractInstantiationTask
Set the component factory provider task.
setFactoryProviderTask(FactoryProviderTask) - Method in class org.objectweb.deployment.scheduling.component.lib.AbstractRequireFactoryProviderTask
Set the component factory provider task.
setFeatureName(String) - Method in interface org.objectweb.deployment.scheduling.component.api.ConfigurationTask
Set the component feature name to configure.
setFeatureName(String) - Method in class org.objectweb.deployment.scheduling.component.lib.AbstractConfigurationTask
Set the component feature name to configure.
setImplementation(Object) - Method in interface org.objectweb.deployment.scheduling.component.api.InstallationTask
Set the implementation of a component factory.
setImplementation(Object) - Method in class org.objectweb.deployment.scheduling.component.lib.AbstractInstallationTask
Set the implementation of a component factory.
setInitializationTask(InitializationTask) - Method in interface org.objectweb.deployment.scheduling.component.api.ActionTask
Set the component initialization task.
setInitializationTask(InitializationTask) - Method in class org.objectweb.deployment.scheduling.component.lib.AbstractActionTask
Set the component initialization task.
setInstance(Object) - Method in interface org.objectweb.deployment.scheduling.component.api.InstanceProviderTask
Set the reference of a component instance.
setInstance(Object) - Method in class org.objectweb.deployment.scheduling.component.lib.AbstractInstanceProviderTask
Set the reference of a component instance.
setInstanceProviderTask(InstanceProviderTask) - Method in interface org.objectweb.deployment.scheduling.component.api.RequireInstanceProviderTask
Set the component instance provider task.
setInstanceProviderTask(InstanceProviderTask) - Method in class org.objectweb.deployment.scheduling.component.lib.AbstractRequireInstanceProviderTask
Set the component instance provider task.
setResult(Object) - Method in class org.objectweb.deployment.scheduling.component.lib.AbstractAttributeSetterTask
Set the result of the execution.
setResult(Object) - Method in class org.objectweb.deployment.scheduling.component.lib.AbstractBindingGetterTask
Set the result of the execution.
setResult(Object) - Method in class org.objectweb.deployment.scheduling.component.lib.AbstractBindingProviderTask
Set the result of the execution.
setResult(Object) - Method in class org.objectweb.deployment.scheduling.component.lib.AbstractBindingSetterTask
Set the result of the execution.
setResult(Object) - Method in class org.objectweb.deployment.scheduling.component.lib.AbstractFactoryProviderTask
Set the result of the execution.
setResult(Object) - Method in class org.objectweb.deployment.scheduling.component.lib.AbstractInitializationTask
Set the result of the execution.
setResult(Object) - Method in class org.objectweb.deployment.scheduling.component.lib.AbstractInstanceProviderTask
Set the result of the execution.
setResult(Object) - Method in interface org.objectweb.deployment.scheduling.core.api.Task
Set the result of the execution.
setValue(Object) - Method in interface org.objectweb.deployment.scheduling.component.api.AttributeSetterTask
Set the value of the component attribute to configure.
setValue(Object) - Method in class org.objectweb.deployment.scheduling.component.lib.AbstractAttributeSetterTask
Set the value of the component attribute to configure.

T

Task - Interface in org.objectweb.deployment.scheduling.core.api
Task is the base interface of any deployment task to schedule.

A B C D E F G I O P R S T