Uses of Class
org.omg.PortableServer.POAPackage.InvalidPolicy

Packages that use InvalidPolicy
org.jacorb.poa   
org.omg.PortableServer   
org.omg.PortableServer.POAPackage   
 

Uses of InvalidPolicy in org.jacorb.poa
 

Methods in org.jacorb.poa that throw InvalidPolicy
 POA POA.create_POA(java.lang.String adapter_name, POAManager a_POAManager, Policy[] policies)
          additionally raises an org.omg.CORBA.BAD_INV_ORDER exception if the poa goes shutdown and this method will called (not spec.)
 

Uses of InvalidPolicy in org.omg.PortableServer
 

Methods in org.omg.PortableServer that throw InvalidPolicy
 POA POALocalTie.create_POA(java.lang.String adapter_name, POAManager a_POAManager, Policy[] policies)
           
 POA POAOperations.create_POA(java.lang.String adapter_name, POAManager a_POAManager, Policy[] policies)
           
 

Uses of InvalidPolicy in org.omg.PortableServer.POAPackage
 

Fields in org.omg.PortableServer.POAPackage declared as InvalidPolicy
 InvalidPolicy InvalidPolicyHolder.value
           
 

Methods in org.omg.PortableServer.POAPackage that return InvalidPolicy
static InvalidPolicy InvalidPolicyHelper.extract(Any any)
           
static InvalidPolicy InvalidPolicyHelper.read(InputStream in)
           
 

Methods in org.omg.PortableServer.POAPackage with parameters of type InvalidPolicy
static void InvalidPolicyHelper.insert(Any any, InvalidPolicy s)
           
static void InvalidPolicyHelper.write(OutputStream out, InvalidPolicy s)
           
 

Constructors in org.omg.PortableServer.POAPackage with parameters of type InvalidPolicy
InvalidPolicyHolder(InvalidPolicy initial)