org.apache.yoko.orb.CORBA
Class ContextList

java.lang.Object
  extended by org.omg.CORBA.ContextList
      extended by org.apache.yoko.orb.CORBA.ContextList

public final class ContextList
extends ContextList


Constructor Summary
ContextList()
           
 
Method Summary
 void add(String ctx)
           
 int count()
           
 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

ContextList

public ContextList()
Method Detail

count

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

add

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

item

public 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


Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.