org.objectweb.deployment.scheduling.component.lib
Class AbstractInstantiationTask
java.lang.Object
org.objectweb.deployment.scheduling.core.lib.AbstractTask
org.objectweb.deployment.scheduling.component.lib.AbstractRequireFactoryProviderTask
org.objectweb.deployment.scheduling.component.lib.AbstractInstanceProviderTask
org.objectweb.deployment.scheduling.component.lib.AbstractInstantiationTask
- All Implemented Interfaces:
- InstanceProviderTask, InstantiationTask, RequireFactoryProviderTask, Task
public abstract class AbstractInstantiationTask
- extends AbstractInstanceProviderTask
- implements InstantiationTask
AbstractInstantiationTask implements InstantiationTask.
Subclasses must implement:
- public void execute(Object context) throws Exception;
- Version:
- 0.2
- Author:
- Philippe Merle, Frédéric Briclet
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractInstantiationTask
public AbstractInstantiationTask()
- The default constructor.
getFactoryProviderTask
public FactoryProviderTask getFactoryProviderTask()
- Return the component factory provider task.
- Specified by:
getFactoryProviderTask
in interface RequireFactoryProviderTask
- Overrides:
getFactoryProviderTask
in class AbstractRequireFactoryProviderTask
- Returns:
- The component factory provider task.
setFactoryProviderTask
public void setFactoryProviderTask(FactoryProviderTask task)
- Set the component factory provider task.
- Specified by:
setFactoryProviderTask
in interface RequireFactoryProviderTask
- Overrides:
setFactoryProviderTask
in class AbstractRequireFactoryProviderTask
- Parameters:
task
- - The component factory provider task.