org.jacorb.orb.dii
Class ContextListImpl

java.lang.Object
  extended by org.omg.CORBA.ContextList
      extended by org.jacorb.orb.dii.ContextListImpl

public class ContextListImpl
extends ContextList

Version:
$Id: ContextListImpl.java,v 1.1 2006/07/10 14:13:13 alphonse.bendt Exp $
Author:
Alphonse Bendt

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

Constructor Detail

ContextListImpl

public ContextListImpl()
Method Detail

count

public int count()
Specified by:
count in class ContextList

add

public void add(java.lang.String ctx)
Specified by:
add in class ContextList

item

public java.lang.String item(int index)
                      throws Bounds
Specified by:
item in class ContextList
Throws:
Bounds

remove

public void remove(int index)
            throws Bounds
Specified by:
remove in class ContextList
Throws:
Bounds