Public Member Functions |
virtual ::CORBA::Boolean | _is_a (const char *type_id) |
| Determine if we are of the type specified by the "logical_type_id".
|
virtual const char * | _interface_repository_id (void) const |
virtual ::CORBA::Boolean | marshal (TAO_OutputCDR &cdr) |
| Allows us to forbid marshaling of local interfaces.
|
virtual | ~Object (void) |
| Destructor.
|
virtual TAO_Abstract_ServantBase * | _servant (void) const |
virtual CORBA::Boolean | _is_collocated (void) const |
virtual CORBA::Boolean | _is_local (void) const |
| Is this a local object?
|
virtual TAO::ObjectKey * | _key (void) |
| Object (TAO_Stub *p, CORBA::Boolean collocated=false, TAO_Abstract_ServantBase *servant=0, TAO_ORB_Core *orb_core=0) |
| Constructor.
|
| Object (IOP::IOR *ior, TAO_ORB_Core *orb_core) |
virtual TAO_Stub * | _stubobj (void) const |
| Get the underlying stub object.
|
virtual TAO_Stub * | _stubobj (void) |
virtual void | _proxy_broker (TAO::Object_Proxy_Broker *proxy_broker) |
| Set the proxy broker.
|
CORBA::Boolean | is_evaluated (void) const |
| Accessor to the flag..
|
void | set_collocated_servant (TAO_Abstract_ServantBase *) |
| Mutator for setting the servant in collocated cases.
|
TAO_ORB_Core * | orb_core (void) const |
| Accessor for the ORB_Core..
|
IOP::IOR * | steal_ior (void) |
| Accessors for the underlying IOP::IOR's.
|
const IOP::IOR & | ior (void) const |
virtual bool | can_convert_to_ior (void) const |
| Can this object be stringified?
|
virtual char * | convert_to_ior (bool use_omg_ior_format, const char *ior_prefix) const |
void | _decr_refcount (void) |
virtual void | _add_ref (void) |
| Increment the reference count.
|
virtual void | _remove_ref (void) |
| Decrement the reference count.
|
virtual CORBA::ULong | _refcount_value (void) const |
| Get the refcount.
|
virtual CORBA::ULong | _hash (CORBA::ULong maximum) |
virtual CORBA::Boolean | _is_equivalent (CORBA::Object_ptr other_obj) |
virtual CORBA::Boolean | _non_existent (void) |
| Determine if we are of the type specified by the "logical_type_id".
|
virtual InterfaceDef_ptr | _get_interface (void) |
| Get info about the object from the Interface Repository.
|
virtual CORBA::Object_ptr | _get_component (void) |
| Get info about the object from the Interface Repository.
|
virtual char * | _repository_id (void) |
| Get the repository id.
|
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) |
| Determine if we are of the type specified by the "logical_type_id".
|
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) |
| Determine if we are of the type specified by the "logical_type_id".
|
virtual CORBA::Request_ptr | _request (const char *operation) |
| DII operation to create a request.
|
CORBA::Policy_ptr | _get_policy (CORBA::PolicyType type) |
| Determine if we are of the type specified by the "logical_type_id".
|
CORBA::Policy_ptr | _get_cached_policy (TAO_Cached_Policy_Type type) |
| Determine if we are of the type specified by the "logical_type_id".
|
CORBA::Object_ptr | _set_policy_overrides (const CORBA::PolicyList &policies, CORBA::SetOverrideType set_add) |
| Determine if we are of the type specified by the "logical_type_id".
|
CORBA::PolicyList * | _get_policy_overrides (const CORBA::PolicyTypeSeq &types) |
| Determine if we are of the type specified by the "logical_type_id".
|
CORBA::Boolean | _validate_connection (CORBA::PolicyList_out inconsistent_policies) |
| Determine if we are of the type specified by the "logical_type_id".
|
virtual CORBA::ORB_ptr | _get_orb (void) |
| Determine if we are of the type specified by the "logical_type_id".
|