|
Public Types |
typedef POA_ptr | _ptr_type |
typedef POA_var | _var_type |
Public Member Functions |
Object | create_reference_with_priority (in CORBA::RepositoryId intf, in RTCORBA::Priority priority) raises (WrongPolicy) |
Object | create_reference_with_id_and_priority (in PortableServer::ObjectId oid, in CORBA::RepositoryId intf, in RTCORBA::Priority priority) raises (WrongPolicy) |
PortableServer::ObjectId | activate_object_with_priority (in PortableServer::Servant p_servant, in RTCORBA::Priority priority) raises (ServantAlreadyActive, WrongPolicy) |
void | activate_object_with_id_and_priority (in PortableServer::ObjectId oid, in PortableServer::Servant p_servant, in RTCORBA::Priority priority) raises ( ServantAlreadyActive, ObjectAlreadyActive, WrongPolicy ) |
virtual CORBA::Object_ptr | create_reference_with_priority (const char *intf,::RTCORBA::Priority priority ACE_ENV_ARG_DECL_WITH_DEFAULTS)=0 throw ( CORBA::SystemException, ::PortableServer::POA::WrongPolicy ) |
virtual CORBA::Object_ptr | create_reference_with_id_and_priority (const ::PortableServer::ObjectId &oid, const char *intf,::RTCORBA::Priority priority ACE_ENV_ARG_DECL_WITH_DEFAULTS)=0 throw ( CORBA::SystemException, ::PortableServer::POA::WrongPolicy ) |
virtual ::PortableServer::ObjectId * | activate_object_with_priority (::PortableServer::Servant p_servant,::RTCORBA::Priority priority ACE_ENV_ARG_DECL_WITH_DEFAULTS)=0 throw ( CORBA::SystemException, ::PortableServer::POA::ServantAlreadyActive, ::PortableServer::POA::WrongPolicy ) |
virtual void | activate_object_with_id_and_priority (const ::PortableServer::ObjectId &oid,::PortableServer::Servant p_servant,::RTCORBA::Priority priority ACE_ENV_ARG_DECL_WITH_DEFAULTS)=0 throw ( CORBA::SystemException, ::PortableServer::POA::ServantAlreadyActive, ::PortableServer::POA::ObjectAlreadyActive, ::PortableServer::POA::WrongPolicy ) |
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) |
Static Public Member Functions |
POA_ptr | _duplicate (POA_ptr obj) |
void | _tao_release (POA_ptr obj) |
POA_ptr | _narrow (CORBA::Object_ptr obj ACE_ENV_ARG_DECL_WITH_DEFAULTS) |
POA_ptr | _unchecked_narrow (CORBA::Object_ptr obj ACE_ENV_ARG_DECL_WITH_DEFAULTS) |
POA_ptr | _nil (void) |
void | _tao_any_destructor (void *) |
Protected Member Functions |
| POA (void) |
virtual | ~POA (void) |
Private Member Functions |
| POA (const POA &) |
void | operator= (const POA &) |