|
Public Types |
typedef CORBA_Object_ptr | _ptr_type |
typedef CORBA_Object_var | _var_type |
Public Methods |
virtual | ~CORBA_Object (void) |
| Destructor.
|
virtual CORBA::Boolean | _is_a (const char *logical_type_id ACE_ENV_ARG_DECL_WITH_DEFAULTS) |
| Determine if we are of the type specified by the "logical_type_id".
|
virtual const char * | _interface_repository_id (void) const |
virtual CORBA::Boolean | _is_collocated (void) const |
| Is this object collocated with the servant?
|
virtual CORBA::Boolean | _is_local (void) const |
| Is this a local object?
|
virtual TAO_Abstract_ServantBase * | _servant (void) const |
virtual CORBA::Boolean | _non_existent (ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS) |
virtual CORBA::ImplementationDef_ptr | _get_implementation (ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS) |
virtual CORBA_InterfaceDef_ptr | _get_interface (ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS) |
| Get info about the object from the Interface Repository.
|
virtual CORBA::Object_ptr | _get_component (ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS) |
| Get info about the object from the Interface Repository.
|
virtual void | _create_request (CORBA::Context_ptr ctx, const char *operation, CORBA::NVList_ptr arg_list, CORBA::NamedValue_ptr result, CORBA::Request_ptr &request, CORBA::Flags req_flags ACE_ENV_ARG_DECL_WITH_DEFAULTS) |
virtual void | _create_request (CORBA::Context_ptr ctx, const char *operation, CORBA::NVList_ptr arg_list, CORBA::NamedValue_ptr result, CORBA::ExceptionList_ptr exclist, CORBA::ContextList_ptr ctxtlist, CORBA::Request_ptr &request, CORBA::Flags req_flags ACE_ENV_ARG_DECL_WITH_DEFAULTS) |
virtual CORBA::Request_ptr | _request (const char *operation ACE_ENV_ARG_DECL_WITH_DEFAULTS) |
| DII operation to create a request.
|
CORBA::Policy_ptr | _get_policy (CORBA::PolicyType type ACE_ENV_ARG_DECL_WITH_DEFAULTS) |
CORBA::Policy_ptr | _get_client_policy (CORBA::PolicyType type ACE_ENV_ARG_DECL_WITH_DEFAULTS) |
CORBA::Object_ptr | _set_policy_overrides (const CORBA::PolicyList &policies, CORBA::SetOverrideType set_add ACE_ENV_ARG_DECL_WITH_DEFAULTS) |
CORBA::PolicyList * | _get_policy_overrides (const CORBA::PolicyTypeSeq &types ACE_ENV_ARG_DECL_WITH_DEFAULTS) |
CORBA::Boolean | _validate_connection (CORBA::PolicyList_out inconsistent_policies ACE_ENV_ARG_DECL_WITH_DEFAULTS) |
virtual CORBA::ULong | _hash (CORBA::ULong maximum ACE_ENV_ARG_DECL_WITH_DEFAULTS) |
virtual CORBA::Boolean | _is_equivalent (CORBA::Object_ptr other_obj ACE_ENV_ARG_DECL_WITH_DEFAULTS) throw () |
virtual TAO_ObjectKey * | _key (ACE_ENV_SINGLE_ARG_DECL) |
virtual const TAO_ObjectKey & | _object_key (void) |
virtual void * | _tao_QueryInterface (ptr_arith_t type) |
| CORBA_Object (TAO_Stub *p=0, CORBA::Boolean collocated=0, TAO_Abstract_ServantBase *servant=0) |
| Constructor.
|
virtual TAO_Stub * | _stubobj (void) const |
| Get the underlying stub object.
|
virtual void | _proxy_broker (TAO_Object_Proxy_Broker *proxy_broker) |
| Set the proxy broker.
|
virtual TAO_Object_Proxy_Broker * | _proxy_broker (void) |
| Get the proxy broker.
|
|
These are the standard CORBA object reference count manipulations methods. |
virtual void | _add_ref (void) |
| Increment the reference count.
|
virtual void | _remove_ref (void) |
| Decrement the reference count.
|
Static Public Methods |
CORBA::Object_ptr | _duplicate (CORBA::Object_ptr obj) |
| Increment the ref count.
|
CORBA::Object_ptr | _nil (void) |
| Return a NULL object.
|
ACE_INLINE_FOR_GNUC CORBA::Object_ptr | _narrow (CORBA_Object_ptr obj ACE_ENV_ARG_DECL_WITH_DEFAULTS) |
| No-op it is just here to simplify some templates.
|
CORBA::Object_ptr | _unchecked_narrow (CORBA_Object_ptr obj ACE_ENV_ARG_DECL_WITH_DEFAULTS) |
void | _tao_any_destructor (void *) |
| Used in the implementation of CORBA::Any.
|
CORBA::Boolean | is_nil_i (CORBA::Object_ptr obj) |
| Uninlined part of the now-inlined CORBA::is_nil().
|
Static Public Attributes |
int | _tao_class_id = 0 |
| Address of this variable used in _unchecked_narrow().
|
Protected Methods |
| CORBA_Object (int dummy) |
| Initializing a local object.
|
Protected Attributes |
CORBA::Boolean | is_collocated_ |
TAO_Abstract_ServantBase * | servant_ |
| Servant pointer. It is 0 except for collocated objects.
|
CORBA::Boolean | is_local_ |
| Specify whether this is a local object or not.
|
TAO_Object_Proxy_Broker * | proxy_broker_ |
Private Methods |
| CORBA_Object (const CORBA_Object &) |
CORBA_Object & | operator= (const CORBA_Object &) |
Private Attributes |
TAO_Stub * | protocol_proxy_ |
CORBA::ULong | refcount_ |
| Number of outstanding references to this object.
|
TAO_SYNCH_MUTEX * | refcount_lock_ |
| Protect reference count manipulation from race conditions.
|