TAO_RTPortableServer
2.3.3
|
import"RTPortableServer.pidl";
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 ) |
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 | |
) |