public class Context
extends org.omg.CORBA.Context
| Constructor and Description |
|---|
Context(java.lang.String name,
Context parent,
org.omg.CORBA.ORB orb)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
context_name()
Return context name
|
org.omg.CORBA.Context |
create_child(java.lang.String child_ctx_name)
Create a new child context
|
void |
delete_values(java.lang.String propname)
Delete context values
|
org.omg.CORBA.NVList |
get_values(java.lang.String start_scope,
int op_flags,
java.lang.String pattern)
Return a set of context values.
|
org.omg.CORBA.Context |
parent()
Return parent context
|
protected int |
propertyIndex(java.lang.String name)
Return a property
|
void |
set_one_value(java.lang.String propname,
org.omg.CORBA.Any propvalue)
Set a context value
|
void |
set_values(org.omg.CORBA.NVList values)
Set a context values set
|
public Context(java.lang.String name,
Context parent,
org.omg.CORBA.ORB orb)
public java.lang.String context_name()
context_name in class org.omg.CORBA.Contextpublic org.omg.CORBA.Context parent()
parent in class org.omg.CORBA.Contextpublic org.omg.CORBA.Context create_child(java.lang.String child_ctx_name)
create_child in class org.omg.CORBA.Contextpublic void set_one_value(java.lang.String propname,
org.omg.CORBA.Any propvalue)
set_one_value in class org.omg.CORBA.Contextpublic void set_values(org.omg.CORBA.NVList values)
set_values in class org.omg.CORBA.Contextpublic void delete_values(java.lang.String propname)
delete_values in class org.omg.CORBA.Contextpublic org.omg.CORBA.NVList get_values(java.lang.String start_scope,
int op_flags,
java.lang.String pattern)
get_values in class org.omg.CORBA.Contextprotected int propertyIndex(java.lang.String name)