org.objectweb.deployment.scheduling.component.lib
Class AbstractInstallationTask
java.lang.Object
org.objectweb.deployment.scheduling.core.lib.AbstractTask
org.objectweb.deployment.scheduling.component.lib.AbstractFactoryProviderTask
org.objectweb.deployment.scheduling.component.lib.AbstractInstallationTask
- All Implemented Interfaces:
- FactoryProviderTask, InstallationTask, Task
public abstract class AbstractInstallationTask
- extends AbstractFactoryProviderTask
- implements InstallationTask
AbstractInstallationTask implements InstallationTask.
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 |
AbstractInstallationTask
public AbstractInstallationTask()
- The default constructor.
getImplementation
public Object getImplementation()
- Return the implementation of a component factory.
- Specified by:
getImplementation
in interface InstallationTask
- Returns:
- The implementation of a component factory.
setImplementation
public void setImplementation(Object implementation)
- Set the implementation of a component factory.
- Specified by:
setImplementation
in interface InstallationTask
- Parameters:
implementation
- - The implementation of a component factory.