#include <Context.h>
Public Types | |
typedef CORBA_Context_ptr | _ptr_type |
typedef CORBA_Context_var | _var_type |
Public Methods | |
CORBA_Context (void) | |
~CORBA_Context (void) | |
CORBA::ULong | _incr_refcnt (void) |
CORBA::ULong | _decr_refcnt (void) |
const char * | context_name (ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS) const |
CORBA_Context_ptr | parent (ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS) const |
void | create_child (const char *child_ctx_name, CORBA_Context_out child_ctx ACE_ENV_ARG_DECL_WITH_DEFAULTS) |
void | set_one_value (const char *propname, const CORBA_Any &propvalue ACE_ENV_ARG_DECL_WITH_DEFAULTS) |
void | set_values (CORBA::NVList_ptr values ACE_ENV_ARG_DECL_WITH_DEFAULTS) |
void | delete_values (const char *propname ACE_ENV_ARG_DECL_WITH_DEFAULTS) |
void | get_values (const char *start_scope, CORBA::Flags op_flags, const char *pattern, CORBA::NVList_ptr &values ACE_ENV_ARG_DECL_WITH_DEFAULTS) |
Static Public Methods | |
CORBA_Context * | _duplicate (CORBA_Context *) |
CORBA_Context * | _nil (void) |
Private Attributes | |
CORBA::ULong | refcount_ |
TAO_SYNCH_MUTEX | refcount_lock_ |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|