import <POA.pidl;
|
| POA | create_POA (in string adapter_name, in POAManager a_POAManager, in CORBA::PolicyList policies) raises (AdapterAlreadyExists, InvalidPolicy) |
| | POA creation and destruction.
|
| |
| POA | find_POA (in string adapter_name, in boolean activate_it) raises (AdapterNonExistent) |
| |
| void | destroy (in boolean etherealize_objects, in boolean wait_for_completion) |
| |
| ThreadPolicy | create_thread_policy (in ThreadPolicyValue value) |
| |
| LifespanPolicy | create_lifespan_policy (in LifespanPolicyValue value) |
| |
| IdUniquenessPolicy | create_id_uniqueness_policy (in IdUniquenessPolicyValue value) |
| |
| IdAssignmentPolicy | create_id_assignment_policy (in IdAssignmentPolicyValue value) |
| |
| ImplicitActivationPolicy | create_implicit_activation_policy (in ImplicitActivationPolicyValue value) |
| |
| ServantRetentionPolicy | create_servant_retention_policy (in ServantRetentionPolicyValue value) |
| |
| RequestProcessingPolicy | create_request_processing_policy (in RequestProcessingPolicyValue value) |
| |
| ServantManager | get_servant_manager () raises (WrongPolicy) |
| |
| void | set_servant_manager (in ServantManager imgr) raises (WrongPolicy) |
| |
| Servant | get_servant () raises (NoServant, WrongPolicy) |
| |
| void | set_servant (in Servant p_servant) raises (WrongPolicy) |
| |
| ObjectId | activate_object (in Servant p_servant) raises (ServantAlreadyActive, WrongPolicy) |
| |
| void | activate_object_with_id (in ObjectId id, in Servant p_servant) raises (ServantAlreadyActive, ObjectAlreadyActive, WrongPolicy) |
| |
| void | deactivate_object (in ObjectId oid) raises (ObjectNotActive, WrongPolicy) |
| |
| Object | create_reference (in CORBA::RepositoryId intf) raises (WrongPolicy) |
| |
| Object | create_reference_with_id (in ObjectId oid, in CORBA::RepositoryId intf) |
| |
| ObjectId | servant_to_id (in Servant p_servant) raises (ServantNotActive, WrongPolicy) |
| |
| Object | servant_to_reference (in Servant p_servant) raises (ServantNotActive, WrongPolicy) |
| |
| Servant | reference_to_servant (in Object reference) raises (ObjectNotActive, WrongAdapter, WrongPolicy) |
| |
| ObjectId | reference_to_id (in Object reference) raises (WrongAdapter, WrongPolicy) |
| |
| Servant | id_to_servant (in ObjectId oid) raises (ObjectNotActive, WrongPolicy) |
| |
| Object | id_to_reference (in ObjectId oid) raises (ObjectNotActive, WrongPolicy) |
| |
◆ activate_object()
◆ activate_object_with_id()
◆ create_id_assignment_policy()
◆ create_id_uniqueness_policy()
◆ create_implicit_activation_policy()
◆ create_lifespan_policy()
◆ create_POA()
POA creation and destruction.
◆ create_reference()
◆ create_reference_with_id()
◆ create_request_processing_policy()
◆ create_servant_retention_policy()
◆ create_thread_policy()
◆ deactivate_object()
◆ destroy()
| void PortableServer::POA::destroy |
( |
in boolean | etherealize_objects, |
|
|
in boolean | wait_for_completion ) |
◆ find_POA()
| POA PortableServer::POA::find_POA |
( |
in string | adapter_name, |
|
|
in boolean | activate_it ) |
| raises | ( | AdapterNonExistent ) | | | |
◆ get_servant()
◆ get_servant_manager()
◆ id_to_reference()
◆ id_to_servant()
◆ reference_to_id()
◆ reference_to_servant()
◆ servant_to_id()
◆ servant_to_reference()
◆ set_servant()
◆ set_servant_manager()
◆ id
◆ the_activator
◆ the_children
| readonly attribute POAList PortableServer::POA::the_children |
◆ the_name
| readonly attribute string PortableServer::POA::the_name |
◆ the_parent
| readonly attribute POA PortableServer::POA::the_parent |
◆ the_POAManager
| readonly attribute POAManager PortableServer::POA::the_POAManager |
◆ the_POAManagerFactory
The documentation for this interface was generated from the following file: