org.omg.CORBA
public abstract class ContextList extends Object
| 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.
|
Parameters: name a name to add.
Returns: a number of names.
Parameters: at the index
Returns: the name at the given index
Throws: Bounds if the index is out of bounds.
Parameters: at the index
Throws: Bounds if the index is out of bounds.