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