Uses of Class
org.omg.PortableServer.LifespanPolicyValue
-
Packages that use LifespanPolicyValue 软件包 描述 org.omg.PortableServer 提供类和接口,使您的应用程序的服务器端可跨多厂商ORBs移植。 -
-
Uses of LifespanPolicyValue in org.omg.PortableServer
Fields in org.omg.PortableServer declared as LifespanPolicyValue Modifier and Type Field 描述 static LifespanPolicyValue
LifespanPolicyValue. PERSISTENT
static LifespanPolicyValue
LifespanPolicyValue. TRANSIENT
Methods in org.omg.PortableServer that return LifespanPolicyValue Modifier and Type 方法 描述 static LifespanPolicyValue
LifespanPolicyValue. from_int(int value)
LifespanPolicyValue
LifespanPolicyOperations. value()
指定策略值Methods in org.omg.PortableServer with parameters of type LifespanPolicyValue Modifier and Type 方法 描述 LifespanPolicy
POAOperations. create_lifespan_policy(LifespanPolicyValue value)
这些操作都返回具有指定值的策略对象的引用。
-