#include <LocalObject.h>
Inheritance diagram for CORBA::LocalObject:
Public Types | |
typedef LocalObject_ptr | _ptr_type |
Useful for template programming. | |
typedef LocalObject_var | _var_type |
Public Member Functions | |
virtual | ~LocalObject (void) |
Destructor. | |
virtual CORBA::Boolean | _non_existent () |
Always returns false. | |
virtual CORBA::ImplementationDef_ptr | _get_implementation () |
Throws CORBA::NO_IMPLEMENT. | |
virtual CORBA::InterfaceDef_ptr | _get_interface () |
Gets info about object from the Interface Repository. | |
virtual CORBA::Object_ptr | _get_component () |
Throws NO_IMPLEMENT. | |
virtual char * | _repository_id () |
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) |
Throws NO_IMPLEMENT. | |
CORBA::Policy_ptr | _get_policy (CORBA::PolicyType type) |
Throws CORBA::NO_IMPLEMENT. | |
CORBA::Policy_ptr | _get_cached_policy (TAO_Cached_Policy_Type type) |
Throws CORBA::NO_IMPLEMENT. | |
CORBA::Object_ptr | _set_policy_overrides (const CORBA::PolicyList &policies, CORBA::SetOverrideType set_add) |
Throws CORBA::NO_IMPLEMENT. | |
CORBA::PolicyList * | _get_policy_overrides (const CORBA::PolicyTypeSeq &types) |
Throws CORBA::NO_IMPLEMENT. | |
CORBA::Boolean | _validate_connection (CORBA::PolicyList_out inconsistent_policies) |
Throws CORBA::NO_IMPLEMENT. | |
virtual CORBA::ULong | _hash (CORBA::ULong maximum) |
virtual CORBA::Boolean | _is_equivalent (CORBA::Object_ptr other_obj) throw () |
virtual void | _add_ref (void) |
Increment the reference count. | |
virtual void | _remove_ref (void) |
Decrement the reference count. | |
virtual CORBA::ORB_ptr | _get_orb () |
Determine if we are of the type specified by the "logical_type_id". | |
virtual TAO::ObjectKey * | _key () |
Throws CORBA::NO_IMPLEMENT. | |
Static Public Member Functions | |
LocalObject_ptr | _duplicate (LocalObject_ptr obj) |
Increment the ref count. | |
LocalObject_ptr | _nil (void) |
Return a NIL object. | |
LocalObject_ptr | _narrow (CORBA::Object_ptr obj) |
Protected Member Functions | |
LocalObject (void) | |
Default constructor. | |
Private Member Functions | |
Unimplemented methods | |
LocalObject (const LocalObject &) | |
LocalObject & | operator= (const LocalObject &) |
|
Useful for template programming.
Reimplemented from CORBA::Object. |
|
Reimplemented from CORBA::Object. |
|
Destructor.
|
|
Default constructor. Make it protected to prevent instantiation of this class. |
|
|
|
Increment the reference count.
Reimplemented from CORBA::Object. Reimplemented in TAO_Local_RefCounted_Object. |
|
Determine if we are of the type specified by the "logical_type_id".
Reimplemented from CORBA::Object. |
|
Determine if we are of the type specified by the "logical_type_id".
Reimplemented from CORBA::Object. |
|
Increment the ref count.
|
|
Throws CORBA::NO_IMPLEMENT.
Reimplemented from CORBA::Object. |
|
Throws NO_IMPLEMENT.
Reimplemented from CORBA::Object. |
|
Throws CORBA::NO_IMPLEMENT.
Reimplemented from CORBA::Object. |
|
Gets info about object from the Interface Repository.
Reimplemented from CORBA::Object. |
|
Determine if we are of the type specified by the "logical_type_id".
Reimplemented from CORBA::Object. |
|
Throws CORBA::NO_IMPLEMENT.
Reimplemented from CORBA::Object. |
|
Throws CORBA::NO_IMPLEMENT.
Reimplemented from CORBA::Object. |
|
Return a hash value for this object. The hash is based on the address of the object. On non-32 bit platforms, the hash may be non-unique. Reimplemented from CORBA::Object. |
|
Try to determine if this object is the same as Reimplemented from CORBA::Object. |
|
Throws CORBA::NO_IMPLEMENT.
Reimplemented from CORBA::Object. |
|
Reimplemented from CORBA::Object. |
|
Return a NIL object.
Reimplemented from CORBA::Object. |
|
Always returns false.
Reimplemented from CORBA::Object. |
|
Decrement the reference count.
Reimplemented from CORBA::Object. Reimplemented in TAO_Local_RefCounted_Object. |
|
Get the repository id.
Reimplemented from CORBA::Object. |
|
Throws NO_IMPLEMENT.
Reimplemented from CORBA::Object. |
|
Throws CORBA::NO_IMPLEMENT.
Reimplemented from CORBA::Object. |
|
Throws CORBA::NO_IMPLEMENT.
Reimplemented from CORBA::Object. |
|
|