org.omg.CORBA
Class ContextList
java.lang.Object
org.omg.CORBA.ContextList
- Direct Known Subclasses:
- ContextList
public abstract class ContextList
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ContextList
public ContextList()
count
public abstract int count()
add
public abstract void add(String ctx)
item
public abstract String item(int index)
throws Bounds
- Throws:
Bounds
remove
public abstract void remove(int index)
throws Bounds
- Throws:
Bounds
Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.