TAO  2.0.8
Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions | Private Member Functions | Friends
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
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 void _tao_any_destructor (void *)
 Used in the implementation of CORBA::Any.
static Policy_ptr _duplicate (Policy_ptr obj)
static void _tao_release (Policy_ptr obj)
static Policy_ptr _narrow (::CORBA::Object_ptr obj)
static Policy_ptr _unchecked_narrow (::CORBA::Object_ptr obj)
static Policy_ptr _nil (void)
 Return a NULL object.

Protected Member Functions

 Policy (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 &)

Friends

class TAO::Narrow_Utils< Policy >

Member Typedef Documentation

Reimplemented from CORBA::Object.

Reimplemented from CORBA::Object.

Reimplemented from CORBA::Object.


Constructor & Destructor Documentation

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 oc = 0 
) [protected]

Code generated by the The ACE ORB (TAO) IDL Compiler v2.0.8 TAO and the TAO IDL Compiler have been developed by: Center for Distributed Object Computing Washington University St. Louis, MO USA http://www.cs.wustl.edu/~schmidt/doc-center.html and Distributed Object Computing Laboratory University of California at Irvine Irvine, CA USA and Institute for Software Integrated Systems Vanderbilt University Nashville, TN USA http://www.isis.vanderbilt.edu/

Information about TAO is available at: http://www.cs.wustl.edu/~schmidt/TAO.html

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.

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]
CORBA::Policy_ptr CORBA::Policy::_nil ( void  ) [static]

Return a NULL object.

Reimplemented from CORBA::Object.

void CORBA::Policy::_tao_any_destructor ( void *  x) [static]

Used in the implementation of CORBA::Any.

Reimplemented from CORBA::Object.

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::destroy ( void  ) [virtual]
CORBA::Boolean CORBA::Policy::marshal ( TAO_OutputCDR cdr) [virtual]

Allows us to forbid marshaling of local interfaces.

Reimplemented from CORBA::Object.

void CORBA::Policy::operator= ( const Policy ) [private]
CORBA::PolicyType CORBA::Policy::policy_type ( void  )

Friends And Related Function Documentation

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

The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines