activate_object |
This operation creates an object id and inserts it together with the associated servant into the active object map. |
activate_object_with_id |
This operation inserts the given object id together with the associated servant into the active object map. |
create_id_assignment_policy |
This operation returns a reference to the IdAssignmentPolicy
object with the specified value. |
create_id_uniqueness_policy |
This operation returns a reference to the IdUniquenessPolicy
object with the specified value. |
create_implicit_activation_policy |
This operation returns a reference to the ImplicitActivationPolicy
object with the specified value. |
create_lifespan_policy |
This operation returns a reference to the LifespanPolicy
object with the specified value. |
create_POA |
This operation creates a new PAO. |
create_reference |
This operation creates a reference depending on the given repository id. |
create_reference_with_id |
This operation creates a reference with given object and repository id. The object is not activated. |
create_request_processing_policy |
This operation returns a reference to the RequestProcessingPolicy
object with the specified value. |
create_servant_retention_policy |
This operation returns a reference to the ServantRetentionPolicy
object with the specified value. |
create_thread_policy |
This operation returns a reference to the ThreadPolicy
object with the specified value. |
deactivate_object |
This operation causes the object id specified in the oid parameter to be deactivated. |
destroy |
This operation destroys the POA and all descendant POAs. |
find_POA |
This operation returns a child POA which has the requested name. |
get_servant |
This operation returns the default servant. |
id_to_reference |
This operation returns a reference for the associated object id. |
id_to_servant |
This operation returns a servant for the associated object id. |
reference_to_id |
This operation returns an object id of the associated reference. |
reference_to_servant |
This operation returns a servant of the associated reference. |
servant_to_id |
This operation returns an object id of the associated servant. |
servant_to_reference |
This operation returns a reference of the associated servant. |
set_servant |
This operation sets the default servant. |
the_children
|
Returns the current set of all child POAs of the POA. |
the_name
|
Returns an POA identifier. |
the_parent
|
Returns the parent POA or null. |
the_POAManager |
This operation returns the POA manager. |