public abstract class ContextList extends java.lang.Object
Context.
The context list is created by invoking ORB.create_context_list().| Constructor and Description |
|---|
ContextList() |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
add(java.lang.String name)
Add a name object
|
abstract int |
count()
Return the number of stored names
|
abstract java.lang.String |
item(int at)
Return the name at the given index.
|
abstract void |
remove(int at)
Remove the name at the given index.
|
public ContextList()
public abstract void add(java.lang.String name)
name - a name to add.public abstract int count()
public abstract java.lang.String item(int at) throws Bounds
at - the indexBounds - if the index is out of bounds.