org.apache.yoko.orb.OBPortableServer
Interface POAOperations

All Superinterfaces:
POAOperations
All Known Subinterfaces:
POA

public interface POAOperations
extends POAOperations

This interface is a proprietary extension to the standard POA.

See Also:
PortableServer::POAManager

Method Summary
 ObjectReferenceTemplate adapter_template()
          Retrieve the Primary Object Reference Template
 DispatchStrategyPolicy create_dispatch_strategy_policy(DispatchStrategy value)
          Create a dispatch strategy policy
 SynchronizationPolicy create_synchronization_policy(SynchronizationPolicyValue value)
          Create a synchronization policy
 ObjectReferenceFactory current_factory()
          Retrieve the Secondary Object Reference Template
 DispatchStrategy the_dispatch_strategy()
          Determine the DispatchStrategy in use by this POA
 ORB the_ORB()
          Retrieve the ORB on which the POA was created
 Policy[] the_policies()
          Determine the policies that this POA was created with
 
Methods inherited from interface org.omg.PortableServer.POAOperations
activate_object_with_id, activate_object, create_id_assignment_policy, create_id_uniqueness_policy, create_implicit_activation_policy, create_lifespan_policy, create_POA, create_reference_with_id, create_reference, create_request_processing_policy, create_servant_retention_policy, create_thread_policy, deactivate_object, destroy, find_POA, get_servant_manager, get_servant, id_to_reference, id_to_servant, id, reference_to_id, reference_to_servant, servant_to_id, servant_to_reference, set_servant_manager, set_servant, the_activator, the_activator, the_children, the_name, the_parent, the_POAManager, the_POAManagerFactory
 

Method Detail

the_policies

Policy[] the_policies()
Determine the policies that this POA was created with


the_dispatch_strategy

DispatchStrategy the_dispatch_strategy()
Determine the DispatchStrategy in use by this POA


adapter_template

ObjectReferenceTemplate adapter_template()
Retrieve the Primary Object Reference Template


current_factory

ObjectReferenceFactory current_factory()
Retrieve the Secondary Object Reference Template


the_ORB

ORB the_ORB()
Retrieve the ORB on which the POA was created


create_synchronization_policy

SynchronizationPolicy create_synchronization_policy(SynchronizationPolicyValue value)
Create a synchronization policy

Parameters:
value - The SynchronizationPolicyValue
Returns:
A new SynchronizationPolicy

create_dispatch_strategy_policy

DispatchStrategyPolicy create_dispatch_strategy_policy(DispatchStrategy value)
Create a dispatch strategy policy

Parameters:
value - The DispatchStrategyPolicy
Returns:
A new DisptachStrategy


Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.