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

All Superinterfaces:
Task
All Known Subinterfaces:
BindingGetterTask
All Known Implementing Classes:
AbstractBindingGetterTask, AbstractBindingProviderTask

public interface BindingProviderTask
extends Task

BindingProviderTask is the base interface of any deployment task which provides after execution a reference to a component binding.

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

Method Summary
 Object getBinding()
          Return the reference of a component binding.
 void setBinding(Object reference)
          Set the reference of a component binding.
 
Methods inherited from interface org.objectweb.deployment.scheduling.core.api.Task
addPreviousTask, execute, getPreviousTasks, getResult, removePreviousTask, setResult
 

Method Detail

getBinding

Object getBinding()
Return the reference of a component binding.

Returns:
The reference of a component binding.

setBinding

void setBinding(Object reference)
Set the reference of a component binding.

Parameters:
reference - - The reference of a component binding.