Uses of Class
org.omg.PortableServer.ServantRetentionPolicyValue
-
Packages that use ServantRetentionPolicyValue Package Description com.sun.corba.ee.impl.oa.poa org.omg.PortableServer -
-
Uses of ServantRetentionPolicyValue in com.sun.corba.ee.impl.oa.poa
Fields in com.sun.corba.ee.impl.oa.poa declared as ServantRetentionPolicyValue Modifier and Type Field Description private ServantRetentionPolicyValue
ServantRetentionPolicyImpl. value
Methods in com.sun.corba.ee.impl.oa.poa that return ServantRetentionPolicyValue Modifier and Type Method Description ServantRetentionPolicyValue
ServantRetentionPolicyImpl. value()
Methods in com.sun.corba.ee.impl.oa.poa with parameters of type ServantRetentionPolicyValue Modifier and Type Method Description ServantRetentionPolicy
POAImpl. create_servant_retention_policy(ServantRetentionPolicyValue value)
create_servant_retention_policy
Section 3.3.8.5Constructors in com.sun.corba.ee.impl.oa.poa with parameters of type ServantRetentionPolicyValue Constructor Description ServantRetentionPolicyImpl(ServantRetentionPolicyValue value)
-
Uses of ServantRetentionPolicyValue in org.omg.PortableServer
Fields in org.omg.PortableServer declared as ServantRetentionPolicyValue Modifier and Type Field Description private static ServantRetentionPolicyValue[]
ServantRetentionPolicyValue. __array
static ServantRetentionPolicyValue
ServantRetentionPolicyValue. NON_RETAIN
static ServantRetentionPolicyValue
ServantRetentionPolicyValue. RETAIN
ServantRetentionPolicyValue
ServantRetentionPolicyValueHolder. value
Methods in org.omg.PortableServer that return ServantRetentionPolicyValue Modifier and Type Method Description static ServantRetentionPolicyValue
ServantRetentionPolicyValueHelper. extract(Any a)
static ServantRetentionPolicyValue
ServantRetentionPolicyValue. from_int(int value)
static ServantRetentionPolicyValue
ServantRetentionPolicyValueHelper. read(InputStream istream)
ServantRetentionPolicyValue
ServantRetentionPolicyOperations. value()
specifies the policy valueMethods in org.omg.PortableServer with parameters of type ServantRetentionPolicyValue Modifier and Type Method Description ServantRetentionPolicy
POAOperations. create_servant_retention_policy(ServantRetentionPolicyValue value)
These operations each return a reference to a policy object with the specified value.static void
ServantRetentionPolicyValueHelper. insert(Any a, ServantRetentionPolicyValue that)
static void
ServantRetentionPolicyValueHelper. write(OutputStream ostream, ServantRetentionPolicyValue value)
Constructors in org.omg.PortableServer with parameters of type ServantRetentionPolicyValue Constructor Description ServantRetentionPolicyValueHolder(ServantRetentionPolicyValue initialValue)
-