Uses of Interface
org.omg.PortableServer.LifespanPolicy
-
Packages that use LifespanPolicy Package Description com.sun.corba.ee.impl.oa.poa org.omg.PortableServer -
-
Uses of LifespanPolicy in com.sun.corba.ee.impl.oa.poa
Classes in com.sun.corba.ee.impl.oa.poa that implement LifespanPolicy Modifier and Type Class Description (package private) class
LifespanPolicyImpl
Methods in com.sun.corba.ee.impl.oa.poa that return LifespanPolicy Modifier and Type Method Description LifespanPolicy
POAImpl. create_lifespan_policy(LifespanPolicyValue value)
create_lifespan_policy
Section 3.3.8.5 -
Uses of LifespanPolicy in org.omg.PortableServer
Methods in org.omg.PortableServer that return LifespanPolicy 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.
-