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