org.objectweb.deployment.scheduling.component.api
Interface InitializationTask

All Superinterfaces:
RequireInstanceProviderTask, Task
All Known Implementing Classes:
AbstractInitializationTask

public interface InitializationTask
extends RequireInstanceProviderTask

InitializationTask is the base interface of any deployment task which initializes a component instance. InitializationTask extends RequireInstanceProviderTask because a component instance provider task is required.

Version:
0.2
Author:
Philippe Merle, Frédéric Briclet

Method Summary
 ConfigurationTask[] getConfigurationTasks()
          Return all the configuration tasks to execute before.
 
Methods inherited from interface org.objectweb.deployment.scheduling.component.api.RequireInstanceProviderTask
getInstanceProviderTask, setInstanceProviderTask
 
Methods inherited from interface org.objectweb.deployment.scheduling.core.api.Task
addPreviousTask, execute, getPreviousTasks, getResult, removePreviousTask, setResult
 

Method Detail

getConfigurationTasks

ConfigurationTask[] getConfigurationTasks()
Return all the configuration tasks to execute before.

Returns:
All the configuration tasks to execute before.