Interstage Application Server リファレンスマニュアル(API編)
|
目次
索引

|
3.6 ContextListクラス
Contextオブジェクトを制御するContextListクラスについて説明します。
//Java
package org.omg.CORBA;
public abstract class ContextList
{
public abstract void add(java.lang.String ctx);
public abstract java.lang.String item(int index)
throws org.omg.CORBA.Bounds;
public abstract void remove(int index)
throws org.omg.CORBA.Bounds;
public abstract int count();
}
3.6.1 org.omg.CORBA.ContextList.add()
3.6.2 org.omg.CORBA.ContextList.item()
3.6.3 org.omg.CORBA.ContextList.remove()
3.6.4 org.omg.CORBA.ContextList.count()
All Rights Reserved, Copyright(C) 富士通株式会社 2005