TAO_RTPortableServer  2.1.2
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Friends Macros Pages
Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions | Private Member Functions
RTPortableServer::POA Class Reference

#include <RTPortableServerC.h>

Inheritance diagram for RTPortableServer::POA:
Inheritance graph
[legend]

List of all members.

Public Types

typedef POA_ptr _ptr_type
typedef POA_var _var_type
typedef POA_out _out_type

Public Member Functions

virtual ::CORBA::Object_ptr create_reference_with_priority (const char *intf,::RTCORBA::Priority priority)=0
virtual ::CORBA::Object_ptr create_reference_with_id_and_priority (const ::PortableServer::ObjectId &oid, const char *intf,::RTCORBA::Priority priority)=0
virtual
::PortableServer::ObjectId
activate_object_with_priority (::PortableServer::Servant p_servant,::RTCORBA::Priority priority)=0
virtual void activate_object_with_id_and_priority (const ::PortableServer::ObjectId &oid,::PortableServer::Servant p_servant,::RTCORBA::Priority priority)=0
virtual ::CORBA::Boolean _is_a (const char *type_id)
virtual const char * _interface_repository_id (void) const
virtual ::CORBA::Boolean marshal (TAO_OutputCDR &cdr)

Static Public Member Functions

static POA_ptr _duplicate (POA_ptr obj)
static void _tao_release (POA_ptr obj)
static POA_ptr _narrow (::CORBA::Object_ptr obj)
static POA_ptr _unchecked_narrow (::CORBA::Object_ptr obj)
static POA_ptr _nil (void)

Protected Member Functions

 POA (void)
virtual ~POA (void)

Private Member Functions

 POA (const POA &)
void operator= (const POA &)

Member Typedef Documentation


Constructor & Destructor Documentation

RTPortableServer::POA::POA ( void  )
protected
RTPortableServer::POA::~POA ( void  )
protectedvirtual
RTPortableServer::POA::POA ( const POA )
private

Member Function Documentation

const char * RTPortableServer::POA::_interface_repository_id ( void  ) const
virtual
CORBA::Boolean RTPortableServer::POA::_is_a ( const char *  type_id)
virtual void RTPortableServer::POA::activate_object_with_id_and_priority ( const ::PortableServer::ObjectId oid,
::PortableServer::Servant  p_servant,
::RTCORBA::Priority  priority 
)
pure virtual
virtual ::PortableServer::ObjectId* RTPortableServer::POA::activate_object_with_priority ( ::PortableServer::Servant  p_servant,
::RTCORBA::Priority  priority 
)
pure virtual
virtual ::CORBA::Object_ptr RTPortableServer::POA::create_reference_with_id_and_priority ( const ::PortableServer::ObjectId oid,
const char *  intf,
::RTCORBA::Priority  priority 
)
pure virtual
virtual ::CORBA::Object_ptr RTPortableServer::POA::create_reference_with_priority ( const char *  intf,
::RTCORBA::Priority  priority 
)
pure virtual
void RTPortableServer::POA::operator= ( const POA )
private

The documentation for this class was generated from the following files: