|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.omg.CORBA.ContextList | +--org.openorb.CORBA.dii.ContextList
This class implements the OMG class : ContextList.
Context
Constructor Summary | |
ContextList()
Constructor |
Method Summary | |
void |
add(java.lang.String ctx)
Add a context into the list |
int |
count()
Return number of contexts into the list |
java.lang.String |
item(int index)
Return an item |
void |
remove(int index)
Remove an item |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ContextList()
Method Detail |
public int count()
count
in class ContextList
public void add(java.lang.String ctx)
add
in class ContextList
public java.lang.String item(int index) throws Bounds
item
in class ContextList
public void remove(int index) throws Bounds
remove
in class ContextList
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |