org.apache.yoko.orb.OBPortableServer
Interface POAManagerFactoryOperations

All Superinterfaces:
POAManagerFactoryOperations
All Known Subinterfaces:
POAManagerFactory

public interface POAManagerFactoryOperations
extends POAManagerFactoryOperations

This interface is a proprietary extension of the standard POAManagerFactory.

See Also:
PortableServer::POAManagerFactory

Method Summary
 CommunicationsConcurrencyPolicy create_communications_concurrency_policy(short value)
           
 EndpointConfigurationPolicy create_endpoint_configuration_policy(String value)
          These policy factory methods creates POAManager policies only.
 GIOPVersionPolicy create_giop_version_policy(short value)
           
 void destroy()
          Destroy all POAManagers.
 
Methods inherited from interface org.omg.PortableServer.POAManagerFactoryOperations
create_POAManager, find, list
 

Method Detail

destroy

void destroy()
Destroy all POAManagers.


create_endpoint_configuration_policy

EndpointConfigurationPolicy create_endpoint_configuration_policy(String value)
                                                                 throws PolicyError
These policy factory methods creates POAManager policies only.

Throws:
PolicyError

create_communications_concurrency_policy

CommunicationsConcurrencyPolicy create_communications_concurrency_policy(short value)
                                                                         throws PolicyError
Throws:
PolicyError

create_giop_version_policy

GIOPVersionPolicy create_giop_version_policy(short value)
                                             throws PolicyError
Throws:
PolicyError


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