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