Uses of Interface
org.omg.PortableServer.ServantManager
Packages that use ServantManager
Package
Description
-
Uses of ServantManager in com.sun.corba.se.impl.naming.pcosnaming
Classes in com.sun.corba.se.impl.naming.pcosnaming that implement ServantManager -
Uses of ServantManager in com.sun.corba.se.impl.oa.poa
Methods in com.sun.corba.se.impl.oa.poa that return ServantManagerModifier and TypeMethodDescriptionPOAImpl.get_servant_manager()get_servant_managerSection 3.3.8.10POAPolicyMediator.getServantManager()Return the servant manager.POAPolicyMediatorImpl_NR_UDS.getServantManager()POAPolicyMediatorImpl_NR_USM.getServantManager()POAPolicyMediatorImpl_R_AOM.getServantManager()POAPolicyMediatorImpl_R_UDS.getServantManager()POAPolicyMediatorImpl_R_USM.getServantManager()Methods in com.sun.corba.se.impl.oa.poa with parameters of type ServantManagerModifier and TypeMethodDescriptionvoidPOAImpl.set_servant_manager(ServantManager servantManager) set_servant_managerSection 3.3.8.10voidPOAPolicyMediator.setServantManager(ServantManager servantManager) Set the servant manager.voidPOAPolicyMediatorImpl_NR_UDS.setServantManager(ServantManager servantManager) voidPOAPolicyMediatorImpl_NR_USM.setServantManager(ServantManager servantManager) voidPOAPolicyMediatorImpl_R_AOM.setServantManager(ServantManager servantManager) voidPOAPolicyMediatorImpl_R_UDS.setServantManager(ServantManager servantManager) voidPOAPolicyMediatorImpl_R_USM.setServantManager(ServantManager servantManager) -
Uses of ServantManager in org.omg.PortableServer
Subinterfaces of ServantManager in org.omg.PortableServerModifier and TypeInterfaceDescriptioninterfaceWhen the POA has the RETAIN policy it uses servant managers that are ServantActivators.interfaceWhen the POA has the NON_RETAIN policy it uses servant managers that are ServantLocators.Classes in org.omg.PortableServer that implement ServantManagerModifier and TypeClassDescriptionclassWhen the POA has the RETAIN policy it uses servant managers that are ServantActivators.classWhen the POA has the NON_RETAIN policy it uses servant managers that are ServantLocators.Methods in org.omg.PortableServer that return ServantManagerModifier and TypeMethodDescriptionPOAOperations.get_servant_manager()If the ServantRetentionPolicy of the POA is RETAIN, then the ServantManager argument (imgr) shall support the ServantActivator interface.Methods in org.omg.PortableServer with parameters of type ServantManagerModifier and TypeMethodDescriptionvoidPOAOperations.set_servant_manager(ServantManager imgr) This operation sets the default servant manager associated with the POA.