Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound 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 Methods

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 CORBA::Char *type_id ACE_ENV_ARG_DECL_WITH_DEFAULTS)
virtual void * _tao_QueryInterface (ptr_arith_t type)
 Downcasting this object pointer to some other derived class. This QueryInterface stuff only work for local object. More...

virtual const char * _interface_repository_id (void) const
 The repository ID for the most derived class, this is an implementation method and does no remote invocations! More...

virtual CORBA::Boolean _tao_encode (TAO_OutputCDR &)
 Encodes the object implementing this method into a CDR stream. Returns true on success and false on failure. More...

virtual CORBA::Boolean _tao_decode (TAO_InputCDR &)
 Decodes the object implementing this method from a CDR stream. Returns true on success and false on failure. More...

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)
Policy_ptr _unchecked_narrow (CORBA::Object_ptr obj ACE_ENV_ARG_DECL_WITH_DEFAULTS)
Policy_ptr _nil (void)
 Return a NULL object. More...

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


Public Attributes

readonly attribute PolicyType policy_type

Static Public Attributes

int _tao_class_id = 0
 Address of this variable used in _unchecked_narrow(). More...


Protected Methods

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

Private Methods

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

Private Attributes

_TAO_Policy_Proxy_Brokerthe_TAO_Policy_Proxy_Broker_

Friends

class _TAO_Policy_Remote_Proxy_Impl
class _TAO_Policy_ThruPOA_Proxy_Impl
class _TAO_Policy_Direct_Proxy_Impl

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 TAO_Stub   objref,
CORBA::Boolean    _tao_collocated = 0,
TAO_Abstract_ServantBase   servant = 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 CORBA::Char *type_id    ACE_ENV_ARG_DECL_WITH_DEFAULTS [virtual]
 

Reimplemented in CORBA::ConstructionPolicy.

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

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 *    _tao_void_pointer [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   in_cdr [virtual]
 

Decodes the object implementing this method from a CDR stream. Returns true on success and false on failure.

Reimplemented from TAO_Encodable.

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

Encodes the object implementing this method into a CDR stream. Returns true on success and false on failure.

Reimplemented from TAO_Encodable.

void * CORBA::Policy::_tao_QueryInterface ptr_arith_t    type [virtual]
 

Downcasting this object pointer to some other derived class. This QueryInterface stuff only work for local object.

Reimplemented from CORBA_Object.

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

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

CORBA::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.

Policy CORBA::Policy::copy  
 

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.

void CORBA::Policy::destroy  
 

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]
 

Reimplemented in TAO_Buffering_Constraint_Policy.


Friends And Related Function Documentation

friend class _TAO_Policy_Direct_Proxy_Impl [friend]
 

friend class _TAO_Policy_Remote_Proxy_Impl [friend]
 

friend class _TAO_Policy_ThruPOA_Proxy_Impl [friend]
 


Member Data Documentation

int CORBA::Policy::_tao_class_id = 0 [static]
 

Address of this variable used in _unchecked_narrow().

Reimplemented from CORBA_Object.

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

CORBA::PolicyType CORBA::Policy::policy_type
 

_TAO_Policy_Proxy_Broker* CORBA::Policy::the_TAO_Policy_Proxy_Broker_ [private]
 


The documentation for this interface was generated from the following files:
Generated on Thu Oct 10 19:01:45 2002 for TAO by doxygen1.2.13.1 written by Dimitri van Heesch, © 1997-2001