org.omg.CORBA

Class Context


public abstract class Context
extends java.lang.Object

Copyright (c) 1999 Object Management Group. Unlimited rights to duplicate and use this code are hereby granted provided that this copyright notice is included.

Method Summary

String
context_name()
Context
create_child(String child_context_name)
void
delete_values(String prop_name)
NVList
get_values(String start_scope, int op_flags, String pattern)
Context
parent()
void
set_one_value(String prop_name, Any value)
void
set_values(NVList values)

Method Details

context_name

public String context_name()


create_child

public Context create_child(String child_context_name)


delete_values

public void delete_values(String prop_name)


get_values

public NVList get_values(String start_scope,
                         int op_flags,
                         String pattern)


parent

public Context parent()


set_one_value

public void set_one_value(String prop_name,
                          Any value)


set_values

public void set_values(NVList values)