Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages  

CORBA::Policy Class Reference

#include <PolicyC.h>

Inheritance diagram for CORBA::Policy:

Inheritance graph
[legend]
Collaboration diagram for CORBA::Policy:

Collaboration graph
[legend]
List of all members.

Public Types

typedef Policy_ptr _ptr_type
typedef Policy_var _var_type

Public Methods

virtual CORBA::PolicyType policy_type (ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS) throw ( CORBA::SystemException )
virtual::CORBA::Policy_ptr copy (ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS) throw ( CORBA::SystemException )
virtual void destroy (ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS) throw ( CORBA::SystemException )
virtual CORBA::Boolean _is_a (const char *type_id ACE_ENV_ARG_DECL_WITH_DEFAULTS)
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 Methods

Policy_ptr _duplicate (Policy_ptr obj)
Policy_ptr _narrow (CORBA::Object_ptr obj ACE_ENV_ARG_DECL_WITH_DEFAULTS)
 No-op it is just here to simplify some templates.

Policy_ptr _unchecked_narrow (CORBA::Object_ptr obj ACE_ENV_ARG_DECL_WITH_DEFAULTS)
Policy_ptr _nil (void)
 Return a NULL object.

void _tao_any_destructor (void *)
 Used in the implementation of CORBA::Any.


Protected Methods

 Policy (int collocated=0)
virtual void CORBA_Policy_setup_collocation (int collocated)
 Policy (IOP::IOR *ior, TAO_ORB_Core *orb_core=0)
 Policy (TAO_Stub *objref, CORBA::Boolean _tao_collocated=0, TAO_Abstract_ServantBase *servant=0, TAO_ORB_Core *orb_core=0)
virtual ~Policy (void)

Private Methods

 Policy (const Policy &)
void operator= (const Policy &)

Private Attributes

TAO::Collocation_Proxy_Brokerthe_TAO_Policy_Proxy_Broker_

Friends

class TAO::Narrow_Utils< Policy >

Member Typedef Documentation

typedef Policy_ptr CORBA::Policy::_ptr_type
 

Reimplemented from CORBA::Object.

Reimplemented in CORBA::ConstructionPolicy, and TAO::BufferingConstraintPolicy.

typedef Policy_var CORBA::Policy::_var_type
 

Reimplemented from CORBA::Object.

Reimplemented in CORBA::ConstructionPolicy, and TAO::BufferingConstraintPolicy.


Constructor & Destructor Documentation

CORBA::Policy::Policy int    collocated = 0 [protected]
 

ACE_INLINE CORBA::Policy::Policy IOP::IOR   ior,
TAO_ORB_Core   orb_core = 0
[protected]
 

ACE_INLINE CORBA::Policy::Policy TAO_Stub   objref,
CORBA::Boolean    _tao_collocated = 0,
TAO_Abstract_ServantBase   servant = 0,
TAO_ORB_Core   orb_core = 0
[protected]
 

CORBA::Policy::~Policy void    [protected, virtual]
 

CORBA::Policy::Policy const Policy &    [private]
 


Member Function Documentation

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.

Reimplemented in CORBA::ConstructionPolicy, and TAO::BufferingConstraintPolicy.

virtual CORBA::Boolean CORBA::Policy::_is_a const char *type_id    ACE_ENV_ARG_DECL_WITH_DEFAULTS [virtual]
 

Reimplemented in CORBA::ConstructionPolicy, and TAO::BufferingConstraintPolicy.

Policy_ptr CORBA::Policy::_narrow CORBA::Object_ptr obj    ACE_ENV_ARG_DECL_WITH_DEFAULTS [static]
 

No-op it is just here to simplify some templates.

Reimplemented from CORBA::Object.

Reimplemented in CORBA::ConstructionPolicy, and TAO::BufferingConstraintPolicy.

Policy_ptr CORBA::Policy::_nil void    [inline, static]
 

Return a NULL object.

Reimplemented from CORBA::Object.

Reimplemented in CORBA::ConstructionPolicy, and TAO::BufferingConstraintPolicy.

void CORBA::Policy::_tao_any_destructor void   [static]
 

Used in the implementation of CORBA::Any.

Reimplemented from CORBA::Object.

Reimplemented in CORBA::ConstructionPolicy, and TAO::BufferingConstraintPolicy.

TAO_Cached_Policy_Type CORBA::Policy::_tao_cached_type void    const [virtual]
 

Reimplemented in TAO_Buffering_Constraint_Policy.

CORBA::Boolean CORBA::Policy::_tao_decode TAO_InputCDR   [virtual]
 

CORBA::Boolean CORBA::Policy::_tao_encode TAO_OutputCDR   [virtual]
 

TAO_Policy_Scope CORBA::Policy::_tao_scope void    const [virtual]
 

Policy_ptr CORBA::Policy::_unchecked_narrow CORBA::Object_ptr obj    ACE_ENV_ARG_DECL_WITH_DEFAULTS [static]
 

Reimplemented in CORBA::ConstructionPolicy, and TAO::BufferingConstraintPolicy.

CORBA::Policy_ptr CORBA::Policy::copy ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS    throw ( CORBA::SystemException )
 

Reimplemented in TAO_Buffering_Constraint_Policy.

void CORBA::Policy::CORBA_Policy_setup_collocation int    collocated [protected, virtual]
 

void CORBA::Policy::destroy ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS    throw ( CORBA::SystemException ) [virtual]
 

Reimplemented in TAO_Buffering_Constraint_Policy.

CORBA::Boolean CORBA::Policy::marshal TAO_OutputCDR   cdr [virtual]
 

Allows us to forbid marshaling of local interfaces.

Reimplemented from CORBA::Object.

Reimplemented in CORBA::ConstructionPolicy, and TAO::BufferingConstraintPolicy.

void CORBA::Policy::operator= const Policy &    [private]
 

CORBA::PolicyType CORBA::Policy::policy_type ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS    throw ( CORBA::SystemException ) [virtual]
 

Reimplemented in TAO_Buffering_Constraint_Policy.


Friends And Related Function Documentation

friend class TAO::Narrow_Utils< Policy > [friend]
 


Member Data Documentation

TAO::Collocation_Proxy_Broker* CORBA::Policy::the_TAO_Policy_Proxy_Broker_ [private]
 


The documentation for this class was generated from the following files:
Generated on Fri Apr 2 17:40:21 2004 for TAO by doxygen1.2.18