Uses of Class
org.omg.PortableServer.POAPackage.InvalidPolicy
-
Packages that use InvalidPolicy Package Description com.sun.corba.ee.impl.oa.poa org.omg.PortableServer org.omg.PortableServer.POAPackage -
-
Uses of InvalidPolicy in com.sun.corba.ee.impl.oa.poa
Methods in com.sun.corba.ee.impl.oa.poa that throw InvalidPolicy Modifier and Type Method Description private voidPolicies. checkForPolicyError(java.util.BitSet errorSet)If any errors were found, throw INVALID_POLICY with the smallest index of any offending policy.POAPOAImpl. create_POA(java.lang.String name, POAManager theManager, Policy[] policies)create_POASection 3.3.8.2Constructors in com.sun.corba.ee.impl.oa.poa that throw InvalidPolicy Constructor Description Policies(Policy[] policies, int id)Main constructor used from POA::create_POA. -
Uses of InvalidPolicy in org.omg.PortableServer
Methods in org.omg.PortableServer that throw InvalidPolicy Modifier and Type Method Description POAPOAOperations. create_POA(java.lang.String adapter_name, POAManager a_POAManager, Policy[] policies)This operation creates a new POA as a child of the target POA. -
Uses of InvalidPolicy in org.omg.PortableServer.POAPackage
Fields in org.omg.PortableServer.POAPackage declared as InvalidPolicy Modifier and Type Field Description InvalidPolicyInvalidPolicyHolder. valueMethods in org.omg.PortableServer.POAPackage that return InvalidPolicy Modifier and Type Method Description static InvalidPolicyInvalidPolicyHelper. extract(Any a)static InvalidPolicyInvalidPolicyHelper. read(InputStream istream)Methods in org.omg.PortableServer.POAPackage with parameters of type InvalidPolicy Modifier and Type Method Description static voidInvalidPolicyHelper. insert(Any a, InvalidPolicy that)static voidInvalidPolicyHelper. write(OutputStream ostream, InvalidPolicy value)Constructors in org.omg.PortableServer.POAPackage with parameters of type InvalidPolicy Constructor Description InvalidPolicyHolder(InvalidPolicy initialValue)
-