org.openorb.orb.core.dii
Class ContextList

java.lang.Object
  extended byorg.omg.CORBA.ContextList
      extended byorg.openorb.orb.core.dii.ContextList

public class ContextList
extends org.omg.CORBA.ContextList

This class implements the OMG class : ContextList.

Version:
$Revision: 1.3 $ $Date: 2004/02/10 21:02:47 $
Author:
Jerome Daniel
See Also:
Context

Constructor Summary
ContextList()
          Constructor
 
Method Summary
 void add(java.lang.String ctx)
          Add a context into the m_list
 int count()
          Return number of contexts into the m_list
 java.lang.String item(int index)
          Return an item
 void remove(int index)
          Remove an item
 
Methods inherited from class java.lang.Object
clone, equals, finalize, 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 m_list


add

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


item

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

Throws:
org.omg.CORBA.Bounds

remove

public void remove(int index)
            throws org.omg.CORBA.Bounds
Remove an item

Throws:
org.omg.CORBA.Bounds