org.openorb.CORBA.dii
Class ContextList

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

public class ContextList
extends ContextList

This class implements the OMG class : ContextList.

Version:
$Revision: 1.1 $ $Date: 2000/12/28 22:52:34 $
Author:
Jerome Daniel <daniel@intalio.com>
See Also:
Context

Constructor Summary
ContextList()
          Constructor
 
Method Summary
 void add(java.lang.String ctx)
          Add a context into the list
 int count()
          Return number of contexts into the list
 java.lang.String item(int index)
          Return an item
 void remove(int index)
          Remove an item
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ContextList

public ContextList()
Constructor
Method Detail

count

public int count()
Return number of contexts into the list
Overrides:
count in class ContextList

add

public void add(java.lang.String ctx)
Add a context into the list
Overrides:
add in class ContextList

item

public java.lang.String item(int index)
                      throws Bounds
Return an item
Overrides:
item in class ContextList

remove

public void remove(int index)
            throws Bounds
Remove an item
Overrides:
remove in class ContextList