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

|
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