org.omg.CORBA
クラス ContextList

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

public abstract class ContextList
extends java.lang.Object


コンストラクタの概要
ContextList()
           
 
メソッドの概要
abstract  void add(java.lang.String ctx)
           
abstract  int count()
           
abstract  java.lang.String item(int index)
           
abstract  void remove(int index)
           
 
クラス java.lang.Object から継承したメソッド
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

ContextList

public ContextList()
メソッドの詳細

count

public abstract int count()

add

public abstract void add(java.lang.String ctx)

item

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

remove

public abstract void remove(int index)
                     throws Bounds