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 RequestProcessingPolicyValue
RequestProcessingPolicyImpl. value
Methods in com.sun.corba.ee.impl.oa.poa that return RequestProcessingPolicyValue Modifier and Type Method Description RequestProcessingPolicyValue
RequestProcessingPolicyImpl. value()
Methods in com.sun.corba.ee.impl.oa.poa with parameters of type RequestProcessingPolicyValue Modifier and Type Method Description RequestProcessingPolicy
POAImpl. create_request_processing_policy(RequestProcessingPolicyValue value)
create_request_processing_policy
Section 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. __array
static RequestProcessingPolicyValue
RequestProcessingPolicyValue. USE_ACTIVE_OBJECT_MAP_ONLY
static RequestProcessingPolicyValue
RequestProcessingPolicyValue. USE_DEFAULT_SERVANT
static RequestProcessingPolicyValue
RequestProcessingPolicyValue. USE_SERVANT_MANAGER
RequestProcessingPolicyValue
RequestProcessingPolicyValueHolder. value
Methods in org.omg.PortableServer that return RequestProcessingPolicyValue Modifier and Type Method Description static RequestProcessingPolicyValue
RequestProcessingPolicyValueHelper. extract(Any a)
static RequestProcessingPolicyValue
RequestProcessingPolicyValue. from_int(int value)
static RequestProcessingPolicyValue
RequestProcessingPolicyValueHelper. read(InputStream istream)
RequestProcessingPolicyValue
RequestProcessingPolicyOperations. value()
specifies the policy valueMethods in org.omg.PortableServer with parameters of type RequestProcessingPolicyValue Modifier and Type Method Description RequestProcessingPolicy
POAOperations. create_request_processing_policy(RequestProcessingPolicyValue value)
These operations each return a reference to a policy object with the specified value.static void
RequestProcessingPolicyValueHelper. insert(Any a, RequestProcessingPolicyValue that)
static void
RequestProcessingPolicyValueHelper. write(OutputStream ostream, RequestProcessingPolicyValue value)
Constructors in org.omg.PortableServer with parameters of type RequestProcessingPolicyValue Constructor Description RequestProcessingPolicyValueHolder(RequestProcessingPolicyValue initialValue)
-