Uses of Interface
org.omg.PortableServer.ServantManagerOperations
-
Packages that use ServantManagerOperations 软件包 描述 org.omg.PortableServer 提供类和接口,使您的应用程序的服务器端可跨多厂商ORBs移植。 -
-
Uses of ServantManagerOperations in org.omg.PortableServer
Subinterfaces of ServantManagerOperations in org.omg.PortableServer Modifier and Type 接口 描述 interface
ServantActivator
当POA具有RETAIN策略时,它使用ServantActivator的仆人管理器。interface
ServantActivatorOperations
当POA具有RETAIN策略时,它使用ServantActivator的仆人管理器。interface
ServantLocator
当POA具有NON_RETAIN策略时,它使用ServantLocator的servant管理器。interface
ServantLocatorOperations
当POA具有NON_RETAIN策略时,它使用ServantLocator的servant管理器。interface
ServantManager
当POA接收到针对非活动对象的请求时,仆人经理为POA提供激活对象的能力。Classes in org.omg.PortableServer that implement ServantManagerOperations Modifier and Type Class 描述 class
_ServantActivatorStub
当POA具有RETAIN策略时,它使用ServantActivator的仆人管理器。class
_ServantLocatorStub
当POA具有NON_RETAIN策略时,它使用ServantLocator的servant管理器。class
ServantActivatorPOA
当POA具有RETAIN策略时,它使用ServantActivator的仆人管理器。class
ServantLocatorPOA
当POA具有NON_RETAIN策略时,它使用ServantLocator的servant管理器。
-