|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface DeploymentStateController
A component interface to control the deployment state of the component to which it belongs.
| Method Summary | |
|---|---|
boolean |
addDeployedComponent(org.objectweb.fractal.api.Component deployedComponent)
register the deployed component |
java.util.Set<org.objectweb.fractal.api.Component> |
getDeployedComponent()
|
boolean |
removeDeployedComponent(org.objectweb.fractal.api.Component deployedComponent)
unregister the deployed component |
| Method Detail |
|---|
boolean addDeployedComponent(org.objectweb.fractal.api.Component deployedComponent)
deployedComponent - The component to register
boolean removeDeployedComponent(org.objectweb.fractal.api.Component deployedComponent)
deployedComponent - The component to register
java.util.Set<org.objectweb.fractal.api.Component> getDeployedComponent()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||