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 LifespanPolicyValueLifespanPolicyImpl. valueMethods in com.sun.corba.ee.impl.oa.poa that return LifespanPolicyValue Modifier and Type Method Description LifespanPolicyValueLifespanPolicyImpl. value()Methods in com.sun.corba.ee.impl.oa.poa with parameters of type LifespanPolicyValue Modifier and Type Method Description LifespanPolicyPOAImpl. create_lifespan_policy(LifespanPolicyValue value)create_lifespan_policySection 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. __arraystatic LifespanPolicyValueLifespanPolicyValue. PERSISTENTstatic LifespanPolicyValueLifespanPolicyValue. TRANSIENTLifespanPolicyValueLifespanPolicyValueHolder. valueMethods in org.omg.PortableServer that return LifespanPolicyValue Modifier and Type Method Description static LifespanPolicyValueLifespanPolicyValueHelper. extract(Any a)static LifespanPolicyValueLifespanPolicyValue. from_int(int value)static LifespanPolicyValueLifespanPolicyValueHelper. read(InputStream istream)LifespanPolicyValueLifespanPolicyOperations. value()specifies the policy valueMethods in org.omg.PortableServer with parameters of type LifespanPolicyValue Modifier and Type Method Description LifespanPolicyPOAOperations. create_lifespan_policy(LifespanPolicyValue value)These operations each return a reference to a policy object with the specified value.static voidLifespanPolicyValueHelper. insert(Any a, LifespanPolicyValue that)static voidLifespanPolicyValueHelper. write(OutputStream ostream, LifespanPolicyValue value)Constructors in org.omg.PortableServer with parameters of type LifespanPolicyValue Constructor Description LifespanPolicyValueHolder(LifespanPolicyValue initialValue)
-