Interface Summary |
ActionTask |
ActionTask is the base interface of any deployment task
which does an action on an initialized component instance. |
AttributeSetterTask |
AttributeSetterTask is the base interface of any deployment task
which sets a component attribute. |
BindingGetterTask |
BindingGetterTask is the base interface of any deployment task
which provides a component binding. |
BindingProviderTask |
BindingProviderTask is the base interface of any deployment task
which provides after execution a reference to a component binding. |
BindingSetterTask |
BindingSetterTask is the base interface of any deployment task
which sets a component binding. |
ConfigurationTask |
ConfigurationTask is the base interface of any deployment task
which configures a component instance feature. |
FactoryProviderTask |
FactoryProviderTask is the base interface of any deployment task
which provides after execution a reference to a component factory instance. |
InitializationTask |
InitializationTask is the base interface of any deployment task
which initializes a component instance. |
InstallationTask |
InstallationTask is the base interface of any deployment task
which installs a factory allowing to instantiate components. |
InstanceProviderTask |
InstanceProviderTask is the base interface of any deployment tasks
which provide after execution a reference to a component instance. |
InstantiationTask |
InstantiationTask is the base interface of any deployment task
which instantiates a component. |
RequireBindingProviderTask |
RequireBindingProviderTask is the base interface of any deployment task
which requires a component binding provider task. |
RequireFactoryProviderTask |
RequireFactoryProviderTask is the base interface of any deployment task
which requires a component factory provider task. |
RequireInstanceProviderTask |
RequireInstanceProviderTask is the base interface of any deployment task
which requires a component instance provider task. |