#include <PolicyC.h>
Public Types | |
typedef Policy_ptr | _ptr_type |
typedef Policy_var | _var_type |
typedef Policy_out | _out_type |
Public Member Functions | |
virtual CORBA::PolicyType | policy_type (void) |
virtual ::CORBA::Policy_ptr | copy (void) |
virtual void | destroy (void) |
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 CORBA::Boolean | _tao_encode (TAO_OutputCDR &) |
virtual CORBA::Boolean | _tao_decode (TAO_InputCDR &) |
virtual TAO_Cached_Policy_Type | _tao_cached_type (void) const |
virtual TAO_Policy_Scope | _tao_scope (void) const |
Static Public Member Functions | |
static Policy_ptr | _duplicate (Policy_ptr obj) |
static void | _tao_release (Policy_ptr obj) |
static Policy_ptr | _narrow (CORBA::Object_ptr obj) |
No-op it is just here to simplify some templates. | |
static Policy_ptr | _unchecked_narrow (CORBA::Object_ptr obj) |
static Policy_ptr | _nil (void) |
Return a NULL object. | |
static void | _tao_any_destructor (void *) |
Used in the implementation of CORBA::Any. | |
Protected Member Functions | |
Policy (void) | |
virtual void | CORBA_Policy_setup_collocation (void) |
Policy (IOP::IOR *ior, TAO_ORB_Core *orb_core) | |
Policy (TAO_Stub *objref, CORBA::Boolean _tao_collocated=false, TAO_Abstract_ServantBase *servant=0, TAO_ORB_Core *orb_core=0) | |
virtual | ~Policy (void) |
Private Member Functions | |
Policy (const Policy &) | |
void | operator= (const Policy &) |
Private Attributes | |
TAO::Collocation_Proxy_Broker * | the_TAO_Policy_Proxy_Broker_ |
Friends | |
class | TAO::Narrow_Utils< Policy > |
typedef Policy_out CORBA::Policy::_out_type |
Reimplemented from CORBA::Object.
typedef Policy_ptr CORBA::Policy::_ptr_type |
Reimplemented from CORBA::Object.
typedef Policy_var CORBA::Policy::_var_type |
Reimplemented from CORBA::Object.
CORBA::Policy::Policy | ( | void | ) | [protected] |
CORBA::Policy::Policy | ( | IOP::IOR * | ior, | |
TAO_ORB_Core * | orb_core | |||
) | [protected] |
CORBA::Policy::Policy | ( | TAO_Stub * | objref, | |
CORBA::Boolean | _tao_collocated = false , |
|||
TAO_Abstract_ServantBase * | servant = 0 , |
|||
TAO_ORB_Core * | orb_core = 0 | |||
) | [protected] |
CORBA::Policy::~Policy | ( | void | ) | [protected, virtual] |
CORBA::Policy::Policy | ( | const Policy & | ) | [private] |
CORBA::Policy_ptr CORBA::Policy::_duplicate | ( | Policy_ptr | obj | ) | [static] |
const char * CORBA::Policy::_interface_repository_id | ( | void | ) | const [virtual] |
The repository ID for the most derived class, this is an implementation method and does no remote invocations!
Reimplemented from CORBA::Object.
CORBA::Boolean CORBA::Policy::_is_a | ( | const char * | logical_type_id | ) | [virtual] |
Determine if we are of the type specified by the "logical_type_id".
Reimplemented from CORBA::Object.
CORBA::Policy_ptr CORBA::Policy::_narrow | ( | CORBA::Object_ptr | obj | ) | [static] |
static Policy_ptr CORBA::Policy::_nil | ( | void | ) | [inline, static] |
void CORBA::Policy::_tao_any_destructor | ( | void * | x | ) | [static] |
TAO_Cached_Policy_Type CORBA::Policy::_tao_cached_type | ( | void | ) | const [virtual] |
CORBA::Boolean CORBA::Policy::_tao_decode | ( | TAO_InputCDR & | ) | [virtual] |
CORBA::Boolean CORBA::Policy::_tao_encode | ( | TAO_OutputCDR & | ) | [virtual] |
void CORBA::Policy::_tao_release | ( | Policy_ptr | obj | ) | [static] |
TAO_Policy_Scope CORBA::Policy::_tao_scope | ( | void | ) | const [virtual] |
CORBA::Policy_ptr CORBA::Policy::_unchecked_narrow | ( | CORBA::Object_ptr | obj | ) | [static] |
CORBA::Policy_ptr CORBA::Policy::copy | ( | void | ) |
void CORBA::Policy::CORBA_Policy_setup_collocation | ( | void | ) | [protected, virtual] |
void CORBA::Policy::destroy | ( | void | ) | [virtual] |
CORBA::Boolean CORBA::Policy::marshal | ( | TAO_OutputCDR & | cdr | ) | [virtual] |
void CORBA::Policy::operator= | ( | const Policy & | ) | [private] |
CORBA::PolicyType CORBA::Policy::policy_type | ( | void | ) | [virtual] |
friend class TAO::Narrow_Utils< Policy > [friend] |
TAO::Collocation_Proxy_Broker* CORBA::Policy::the_TAO_Policy_Proxy_Broker_ [private] |