org.omg.CORBA
Class ContextList

java.lang.Object
  |
  +--org.omg.CORBA.ContextList

public abstract synchronized class ContextList
extends java.lang.Object


Constructor Summary
ContextList()
           
 
Method Summary
abstract  void add(java.lang.String)
           
abstract  int count()
           
abstract  java.lang.String item(int)
           
abstract  void remove(int)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ContextList

public ContextList()
Method Detail

add

public abstract void add(java.lang.String)

count

public abstract int count()

item

public abstract java.lang.String item(int)
                               throws Bounds

remove

public abstract void remove(int)
                     throws Bounds