API Overview API Index Package Overview Direct link to this page
JDK 1.6
  org.omg.CORBA. Context View Source
Author(s)
Since
JDK1.2
Version
1.11, 09/09/97
Serial
Hierarchy
 Object
      Context
Implements
Subclasses
Description
publicabstract abstract class Context
  An object used in Request operations to specify the context object in which context strings must be resolved before being sent along with the request invocation.
See also:   
Constructors
public Context ()
Methods
Hide/Show inherited methods
publicabstract String context_name ()
  Retrieves the name of this Context object.
publicabstract Context create_child (String child_ctx_name)
  Creates a Context object with the given string as its name and with this Context object set as its parent.
publicabstract void delete_values (String propname)
  Deletes from this Context object the NamedValue object(s) whose name field matches the given property name.
publicabstract NVList get_values (String start_scope, int op_flags, String pattern)
  Retrieves the NamedValue objects whose name field matches the given name or name pattern.
publicabstract Context parent ()
  Retrieves the parent of this Context object.
publicabstract void set_one_value (String propname, Any propvalue)
  Creates a NamedValue object and adds it to this Context object.
publicabstract void set_values (NVList values)
  I Sets one or more property values in this Context object.
Fields
Hide/Show inherited fields
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar