|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface InstanceProviderTask
InstanceProviderTask is the base interface of any deployment tasks which provide after execution a reference to a component instance.
Method Summary | |
---|---|
Object |
getInstance()
Return the reference of a component instance. |
void |
setInstance(Object reference)
Set the reference of a component instance. |
Methods inherited from interface org.objectweb.deployment.scheduling.core.api.Task |
---|
addPreviousTask, execute, getPreviousTasks, getResult, removePreviousTask, setResult |
Method Detail |
---|
Object getInstance()
void setInstance(Object reference)
reference
- - The reference of a component instance.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |