Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

CORBA::Policy Interface 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 Member Functions

Policy copy ()
void destroy ()
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 Member Functions

Policy_ptr _duplicate (Policy_ptr obj)
void _tao_release (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.

Public Attributes

readonly attribute PolicyType policy_type

Protected Member Functions

 Policy (void)
virtual void CORBA_Policy_setup_collocation (void)
 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 Member Functions

 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.

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

typedef Policy_var CORBA::Policy::_var_type
 

Reimplemented from CORBA::Object.

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


Constructor & Destructor Documentation

CORBA::Policy::Policy void   )  [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.

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

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

Implemented 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.

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

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

Return a NULL object.

Reimplemented from CORBA::Object.

Implemented 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.

Implemented in CORBA::ConstructionPolicy.

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

Implemented in TAO_Buffering_Constraint_Policy.

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]
 

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

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

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

Implemented in TAO_Buffering_Constraint_Policy, and TAO::BufferingConstraintPolicy.

Policy CORBA::Policy::copy  ) 
 

void CORBA::Policy::CORBA_Policy_setup_collocation void   )  [protected, virtual]
 

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

Implemented in TAO_Buffering_Constraint_Policy, and TAO::BufferingConstraintPolicy.

void CORBA::Policy::destroy  ) 
 

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

Allows us to forbid marshaling of local interfaces.

Reimplemented from CORBA::Object.

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

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

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

Implemented in TAO_Buffering_Constraint_Policy.


Friends And Related Function Documentation

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


Member Data Documentation

CORBA::PolicyType CORBA::Policy::policy_type
 

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


The documentation for this interface was generated from the following files:
Generated on Tue Dec 20 23:28:38 2005 for TAO by  doxygen 1.3.9.1