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

第3章 Javaインタフェース

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