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 void
Policies. checkForPolicyError(java.util.BitSet errorSet)
If any errors were found, throw INVALID_POLICY with the smallest index of any offending policy.POA
POAImpl. create_POA(java.lang.String name, POAManager theManager, Policy[] policies)
create_POA
Section 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 POA
POAOperations. 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 InvalidPolicy
InvalidPolicyHolder. value
Methods in org.omg.PortableServer.POAPackage that return InvalidPolicy Modifier and Type Method Description static InvalidPolicy
InvalidPolicyHelper. extract(Any a)
static InvalidPolicy
InvalidPolicyHelper. read(InputStream istream)
Methods in org.omg.PortableServer.POAPackage with parameters of type InvalidPolicy Modifier and Type Method Description static void
InvalidPolicyHelper. insert(Any a, InvalidPolicy that)
static void
InvalidPolicyHelper. write(OutputStream ostream, InvalidPolicy value)
Constructors in org.omg.PortableServer.POAPackage with parameters of type InvalidPolicy Constructor Description InvalidPolicyHolder(InvalidPolicy initialValue)
-