Uses of Class
org.omg.CORBA.PolicyError

Packages that use PolicyError
org.apache.yoko.orb.CORBA   
org.apache.yoko.orb.OB   
org.apache.yoko.orb.OBCORBA   
org.apache.yoko.orb.OBPortableServer   
org.apache.yoko.orb.PortableInterceptor   
org.omg.CORBA   
org.omg.PortableInterceptor   
org.omg.PortableServer   
 

Uses of PolicyError in org.apache.yoko.orb.CORBA
 

Methods in org.apache.yoko.orb.CORBA that throw PolicyError
 Policy ORBPolicyFactory_impl.create_policy(int type, Any any)
           
 

Uses of PolicyError in org.apache.yoko.orb.OB
 

Methods in org.apache.yoko.orb.OB that throw PolicyError
 Policy PolicyFactoryManager.createPolicy(int type, Any any)
           
 

Uses of PolicyError in org.apache.yoko.orb.OBCORBA
 

Methods in org.apache.yoko.orb.OBCORBA that throw PolicyError
 Policy ORB_impl.create_policy(int type, Any any)
           
 Policy ORBSingleton_impl.create_policy(int policy_type, Any val)
           
 

Uses of PolicyError in org.apache.yoko.orb.OBPortableServer
 

Methods in org.apache.yoko.orb.OBPortableServer that throw PolicyError
 CommunicationsConcurrencyPolicy POAManagerFactoryOperations.create_communications_concurrency_policy(short value)
           
 CommunicationsConcurrencyPolicy POAManagerFactory_impl.create_communications_concurrency_policy(short value)
           
 EndpointConfigurationPolicy POAManagerFactoryOperations.create_endpoint_configuration_policy(String value)
          These policy factory methods creates POAManager policies only.
 EndpointConfigurationPolicy POAManagerFactory_impl.create_endpoint_configuration_policy(String value)
           
 GIOPVersionPolicy POAManagerFactoryOperations.create_giop_version_policy(short value)
           
 GIOPVersionPolicy POAManagerFactory_impl.create_giop_version_policy(short value)
           
 POAManager POAManagerFactory_impl.create_POAManager(String id, Policy[] policies)
           
 

Uses of PolicyError in org.apache.yoko.orb.PortableInterceptor
 

Methods in org.apache.yoko.orb.PortableInterceptor that throw PolicyError
 Policy POAPolicyFactory_impl.create_policy(int type, Any val)
           
 

Uses of PolicyError in org.omg.CORBA
 

Fields in org.omg.CORBA declared as PolicyError
 PolicyError PolicyErrorHolder.value
           
 

Methods in org.omg.CORBA that return PolicyError
static PolicyError PolicyErrorHelper.extract(Any any)
           
static PolicyError PolicyErrorHelper.read(InputStream in)
           
 

Methods in org.omg.CORBA with parameters of type PolicyError
static void PolicyErrorHelper.insert(Any any, PolicyError val)
           
static void PolicyErrorHelper.write(OutputStream out, PolicyError val)
           
 

Methods in org.omg.CORBA that throw PolicyError
 Policy ORB.create_policy(int policy_type, Any val)
           
 

Constructors in org.omg.CORBA with parameters of type PolicyError
PolicyErrorHolder(PolicyError initial)
           
 

Uses of PolicyError in org.omg.PortableInterceptor
 

Methods in org.omg.PortableInterceptor that throw PolicyError
 Policy PolicyFactoryOperations.create_policy(int type, Any value)
           
 

Uses of PolicyError in org.omg.PortableServer
 

Methods in org.omg.PortableServer that throw PolicyError
 POAManager POAManagerFactoryOperations.create_POAManager(String id, Policy[] policies)
          Create a new POAManager.
 



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