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

第3章 Javaインタフェース

3.5 Contextクラス

 Contextオブジェクトを制御するContextクラスについて説明します。

//Java
package org.omg.CORBA; 
public abstract class Context
{
   public abstract java.lang.String  context_name(); 
   public abstract org.omg.CORBA.Context  parent(); 
   public abstract org.omg.CORBA.Context  create_child(java.lang.String child_ctx_name); 
   public abstract void  set_one_value(java.lang.String propname, org.omg.CORBA.Any propvalue); 
   public abstract void  set_values(org.omg.CORBA.NVList values); 
   public abstract org.omg.CORBA.NVList  get_values(
        java.lang.String start_scpe, 
        int op_flags, 
        java.lang.String pattern); 
    public abstract void  delete_values(java.lang.String propname); 
} 

下へ3.5.1 org.omg.CORBA.Context.context_name()
下へ3.5.2 org.omg.CORBA.Context.parent()
下へ3.5.3 org.omg.CORBA.Context.create_child()
下へ3.5.4 org.omg.CORBA.Context.set_one_value()
下へ3.5.5 org.omg.CORBA.Context.set_values()
下へ3.5.6 org.omg.CORBA.Context.get_values()
下へ3.5.7 org.omg.CORBA.Context.delete_values()

目次 索引 前ページ次ページ

All Rights Reserved, Copyright(C) 富士通株式会社 2005