org.apache.yoko.orb.CORBA
Class Context
java.lang.Object
org.omg.CORBA.Context
org.apache.yoko.orb.CORBA.Context
public final class Context
- extends Context
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Context
public Context(ORB orb,
String name)
Context
public Context(ORB orb,
String name,
String[] strings)
context_name
public String context_name()
- Specified by:
context_name
in class Context
parent
public Context parent()
- Specified by:
parent
in class Context
create_child
public Context create_child(String child_ctx_name)
- Specified by:
create_child
in class Context
set_one_value
public void set_one_value(String propname,
Any propvalue)
- Specified by:
set_one_value
in class Context
set_values
public void set_values(NVList values)
- Specified by:
set_values
in class Context
delete_values
public void delete_values(String pattern)
- Specified by:
delete_values
in class Context
get_values
public NVList get_values(String start_scope,
int op_flags,
String pattern)
- Specified by:
get_values
in class Context
Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.