TAO_RTPortableServer  2.2.7
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | List of all members
RTPortableServer::POA Interface Reference

import"RTPortableServer.pidl";

Inheritance diagram for RTPortableServer::POA:
Inheritance graph
Collaboration diagram for RTPortableServer::POA:
Collaboration graph

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 )
 

Member Function Documentation

void RTPortableServer::POA::activate_object_with_id_and_priority ( in PortableServer::ObjectId  oid,
in PortableServer::Servant  p_servant,
in RTCORBA::Priority  priority 
)
raises ( ServantAlreadyActive,
ObjectAlreadyActive,
WrongPolicy
)
PortableServer::ObjectId RTPortableServer::POA::activate_object_with_priority ( in PortableServer::Servant  p_servant,
in RTCORBA::Priority  priority 
)
raises (ServantAlreadyActive,
WrongPolicy
)
Object RTPortableServer::POA::create_reference_with_id_and_priority ( in PortableServer::ObjectId  oid,
in CORBA::RepositoryId  intf,
in RTCORBA::Priority  priority 
)
raises (WrongPolicy
)
Object RTPortableServer::POA::create_reference_with_priority ( in CORBA::RepositoryId  intf,
in RTCORBA::Priority  priority 
)
raises (WrongPolicy
)

The documentation for this interface was generated from the following file: