|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.omg.CORBA.Context
org.openorb.orb.core.dii.Context
public class Context
This class implements the OMG Class : Context.
| Constructor Summary | |
|---|---|
Context(java.lang.String name,
Context parent,
org.omg.CORBA.ORB orb)
Constructor |
|
| Method Summary | |
|---|---|
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 |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Context(java.lang.String name,
Context parent,
org.omg.CORBA.ORB orb)
| Method Detail |
|---|
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.Context
public 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.Context
public 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)
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||