KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > org > omg > CORBA > Context

org.omg.CORBA
Class Context

java.lang.Object
  extended by org.omg.CORBA.Context
See Also:
Top Examples, Source Code

public Context()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public abstract String context_name()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public abstract Context create_child(String child_ctx_name)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public abstract void delete_values(String propname)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public abstract NVList get_values(String start_scope,
                                  int op_flags,
                                  String pattern)
See Also:
NamedValue, set_values(org.omg.CORBA.NVList)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public abstract Context parent()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public abstract void set_one_value(String propname,
                                   Any propvalue)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public abstract void set_values(NVList values)
See Also:
Any, NamedValue, get_values(java.lang.String, int, java.lang.String)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags