Uses of Class
org.omg.PortableServer.RequestProcessingPolicyValue
-
Packages that use RequestProcessingPolicyValue Package Description com.sun.corba.ee.impl.oa.poa org.omg.PortableServer -
-
Uses of RequestProcessingPolicyValue in com.sun.corba.ee.impl.oa.poa
Fields in com.sun.corba.ee.impl.oa.poa declared as RequestProcessingPolicyValue Modifier and Type Field Description private RequestProcessingPolicyValueRequestProcessingPolicyImpl. valueMethods in com.sun.corba.ee.impl.oa.poa that return RequestProcessingPolicyValue Modifier and Type Method Description RequestProcessingPolicyValueRequestProcessingPolicyImpl. value()Methods in com.sun.corba.ee.impl.oa.poa with parameters of type RequestProcessingPolicyValue Modifier and Type Method Description RequestProcessingPolicyPOAImpl. create_request_processing_policy(RequestProcessingPolicyValue value)create_request_processing_policySection 3.3.8.5Constructors in com.sun.corba.ee.impl.oa.poa with parameters of type RequestProcessingPolicyValue Constructor Description RequestProcessingPolicyImpl(RequestProcessingPolicyValue value) -
Uses of RequestProcessingPolicyValue in org.omg.PortableServer
Fields in org.omg.PortableServer declared as RequestProcessingPolicyValue Modifier and Type Field Description private static RequestProcessingPolicyValue[]RequestProcessingPolicyValue. __arraystatic RequestProcessingPolicyValueRequestProcessingPolicyValue. USE_ACTIVE_OBJECT_MAP_ONLYstatic RequestProcessingPolicyValueRequestProcessingPolicyValue. USE_DEFAULT_SERVANTstatic RequestProcessingPolicyValueRequestProcessingPolicyValue. USE_SERVANT_MANAGERRequestProcessingPolicyValueRequestProcessingPolicyValueHolder. valueMethods in org.omg.PortableServer that return RequestProcessingPolicyValue Modifier and Type Method Description static RequestProcessingPolicyValueRequestProcessingPolicyValueHelper. extract(Any a)static RequestProcessingPolicyValueRequestProcessingPolicyValue. from_int(int value)static RequestProcessingPolicyValueRequestProcessingPolicyValueHelper. read(InputStream istream)RequestProcessingPolicyValueRequestProcessingPolicyOperations. value()specifies the policy valueMethods in org.omg.PortableServer with parameters of type RequestProcessingPolicyValue Modifier and Type Method Description RequestProcessingPolicyPOAOperations. create_request_processing_policy(RequestProcessingPolicyValue value)These operations each return a reference to a policy object with the specified value.static voidRequestProcessingPolicyValueHelper. insert(Any a, RequestProcessingPolicyValue that)static voidRequestProcessingPolicyValueHelper. write(OutputStream ostream, RequestProcessingPolicyValue value)Constructors in org.omg.PortableServer with parameters of type RequestProcessingPolicyValue Constructor Description RequestProcessingPolicyValueHolder(RequestProcessingPolicyValue initialValue)
-