org.omg.CORBA
Class Context
java.lang.Object
org.omg.CORBA.Context
public abstract class Context
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Context
public Context()
context_name
public abstract String context_name()
parent
public abstract Context parent()
create_child
public abstract Context create_child(String child_context_name)
set_one_value
public abstract void set_one_value(String prop_name,
Any value)
set_values
public abstract void set_values(NVList values)
delete_values
public abstract void delete_values(String prop_name)
get_values
public abstract NVList get_values(String start_scope,
int op_flags,
String pattern)
Copyright © 2006 Apache Software Foundation. All Rights Reserved.