Uses of Class
org.omg.PortableServer.POAManagerPackage.AdapterInactive
-
Packages that use AdapterInactive 软件包 描述 org.omg.PortableServer 提供类和接口,使您的应用程序的服务器端可跨多厂商ORBs移植。org.omg.PortableServer.POAManagerPackage 封装与之相关的POA的处理状态。 -
-
Uses of AdapterInactive in org.omg.PortableServer
Methods in org.omg.PortableServer that throw AdapterInactive Modifier and Type 方法 描述 void
POAManagerOperations. activate()
此操作将POA管理器的状态更改为活动状态,导致相关联的POA开始处理请求。void
POAManagerOperations. deactivate(boolean etherealize_objects, boolean wait_for_completion)
此操作将POA管理器的状态更改为非活动状态,导致相关联的POA拒绝尚未开始执行的请求以及任何新请求。void
POAManagerOperations. discard_requests(boolean wait_for_completion)
此操作将POA管理器的状态更改为丢弃。void
POAManagerOperations. hold_requests(boolean wait_for_completion)
该操作将POA管理器的状态改变为保持状态,导致相关的POA排队传入的请求。 -
Uses of AdapterInactive in org.omg.PortableServer.POAManagerPackage
Methods in org.omg.PortableServer.POAManagerPackage that return AdapterInactive Modifier and Type 方法 描述 static AdapterInactive
AdapterInactiveHelper. extract(Any a)
static AdapterInactive
AdapterInactiveHelper. read(InputStream istream)
Methods in org.omg.PortableServer.POAManagerPackage with parameters of type AdapterInactive Modifier and Type 方法 描述 static void
AdapterInactiveHelper. insert(Any a, AdapterInactive that)
static void
AdapterInactiveHelper. write(OutputStream ostream, AdapterInactive value)
-