|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Container
Method Summary | |
void |
addComponent(Component component)
Add a component to the set for a Container |
List |
getComponents()
Get all the Components known to the Container |
void |
removeComponent(Component component)
Remove a Component from the Container. |
Methods inherited from interface org.apache.geronimo.core.service.Component |
getContainer, setContainer |
Method Detail |
public void addComponent(Component component)
component
- public List getComponents()
public void removeComponent(Component component) throws Exception
component
- the Component to remove
Exception
- if the Component cannot be removed
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |