Uses of Class
org.omg.CORBA.PolicyError

Packages that use PolicyError
org.jacorb.orb   
org.jacorb.orb.giop   
org.jacorb.orb.policies   
org.jacorb.security.sas   
org.omg.CORBA   
org.omg.PortableInterceptor   
 

Uses of PolicyError in org.jacorb.orb
 

Methods in org.jacorb.orb that throw PolicyError
 Policy ORB.create_policy(int type, Any value)
          This method creates a policy with the given type and the given value.
 

Uses of PolicyError in org.jacorb.orb.giop
 

Methods in org.jacorb.orb.giop that throw PolicyError
 Policy BiDirPolicyFactory.create_policy(int type, Any any)
           
 

Uses of PolicyError in org.jacorb.orb.policies
 

Methods in org.jacorb.orb.policies that throw PolicyError
 Policy BiDirPolicyFactoryImpl.create_policy(int type, Any value)
           
 

Uses of PolicyError in org.jacorb.security.sas
 

Methods in org.jacorb.security.sas that throw PolicyError
 Policy SASPolicyFactory.create_policy(int type, Any value)
           
 Policy ATLASPolicyFactory.create_policy(int type, Any value)
           
 

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 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)
           
 

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)