Uses of Interface
org.omg.PortableServer.ServantLocatorOperations
-
Packages that use ServantLocatorOperations Package Description com.sun.corba.ee.impl.folb org.omg.PortableServer -
-
Uses of ServantLocatorOperations in com.sun.corba.ee.impl.folb
Classes in com.sun.corba.ee.impl.folb that implement ServantLocatorOperations Modifier and Type Class Description static class
InitialGroupInfoService.InitialGISServantLocator
-
Uses of ServantLocatorOperations in org.omg.PortableServer
Subinterfaces of ServantLocatorOperations in org.omg.PortableServer Modifier and Type Interface Description interface
ServantLocator
When the POA has the NON_RETAIN policy it uses servant managers that are ServantLocators.Classes in org.omg.PortableServer that implement ServantLocatorOperations Modifier and Type Class Description class
_ServantLocatorStub
When the POA has the NON_RETAIN policy it uses servant managers that are ServantLocators.class
ServantLocatorPOA
When the POA has the NON_RETAIN policy it uses servant managers that are ServantLocators.class
ServantLocatorPOATie
When the POA has the NON_RETAIN policy it uses servant managers that are ServantLocators.Fields in org.omg.PortableServer declared as ServantLocatorOperations Modifier and Type Field Description private ServantLocatorOperations
ServantLocatorPOATie. _impl
Methods in org.omg.PortableServer that return ServantLocatorOperations Modifier and Type Method Description ServantLocatorOperations
ServantLocatorPOATie. _delegate()
Methods in org.omg.PortableServer with parameters of type ServantLocatorOperations Modifier and Type Method Description void
ServantLocatorPOATie. _delegate(ServantLocatorOperations delegate)
Constructors in org.omg.PortableServer with parameters of type ServantLocatorOperations Constructor Description ServantLocatorPOATie(ServantLocatorOperations delegate)
ServantLocatorPOATie(ServantLocatorOperations delegate, POA poa)
-