|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.omg.CORBA.ContextList
public abstract class ContextList
Stores a modifiable list of String objects representing the property names.
The property values are normally stored in the Context
.
The context list is created by invoking ORB.create_context_list()
.
Constructor Summary | |
---|---|
ContextList()
|
Method Summary | |
---|---|
abstract void |
add(String name)
Add a name object |
abstract int |
count()
Return the number of stored names |
abstract String |
item(int at)
Return the name at the given index. |
abstract void |
remove(int at)
Remove the name at the given index. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ContextList()
Method Detail |
---|
public abstract void add(String name)
name
- a name to add.public abstract int count()
public abstract String item(int at) throws Bounds
at
- the index
Bounds
- if the index is out of bounds.public abstract void remove(int at) throws Bounds
at
- the index
Bounds
- if the index is out of bounds.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |