org.openorb.CORBA.dii
Class ContextList

java.lang.Object
  extended byorg.omg.CORBA.ContextList
      extended byorg.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

Specified by:
count in class ContextList

add

public void add(java.lang.String ctx)
Add a context into the list

Specified by:
add in class ContextList

item

public java.lang.String item(int index)
                      throws Bounds
Return an item

Specified by:
item in class ContextList
Throws:
Bounds

remove

public void remove(int index)
            throws Bounds
Remove an item

Specified by:
remove in class ContextList
Throws:
Bounds