|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Container
Sample managed object for the Modeler Demonstration Application, based on the Catalina architecture of Tomcat 4.
| Method Summary | |
|---|---|
java.lang.String |
getName()
Return the name of this Container. |
Container |
getParent()
Return the parent Container of this Container. |
void |
setName(java.lang.String name)
Set the name of this Container. |
void |
setParent(Container parent)
Set the parent Container of this Container. |
| Method Detail |
|---|
java.lang.String getName()
void setName(java.lang.String name)
name - The new nameContainer getParent()
void setParent(Container parent)
parent - The new parent container
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||