Uses of Class
org.omg.CORBA.PolicyError

Packages that use PolicyError
org.omg.CORBA   
org.omg.PortableInterceptor   
org.omg.PortableServer   
 

Uses of PolicyError in org.omg.CORBA
 

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 s)
           
static void PolicyErrorHelper.write(OutputStream out, PolicyError s)
           
 

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

Uses of PolicyError in org.omg.PortableInterceptor
 

Methods in org.omg.PortableInterceptor that throw PolicyError
 Policy PolicyFactoryLocalTie.create_policy(int type, Any value)
           
 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)
           
 POAManager POAManagerFactoryLocalTie.create_POAManager(String id, Policy[] policies)
           
 



Copyright © 2003-2012 Apache Software Foundation. All Rights Reserved.