Uses of Interface org.omg.PortableServer.ServantLocator

Uses in package org.omg.PortableServer

Classes implementing org.omg.PortableServer.ServantLocator

class
The ServantLocator stub is an optional base for the servant locators.

Methods with parameter type org.omg.PortableServer.ServantLocator

void
Insert the ServantLocator into the given Any.
void
This should write the servant activator, but it cannot be transferred this way as its operations cannot be remote.

Methods with return type org.omg.PortableServer.ServantLocator

ServantLocator
Return the complete instance of the servant activator, based on the current class (ServantActivatorPOA or derived).
ServantLocator
Return the complete instance of the servant activator, based on the current class (ServantActivatorPOA or derived).
ServantLocator
Extract the ServantLocator from given Any.
ServantLocator
Cast the passed object into the ServantLocator.
ServantLocator
This should read the servant locator, but it cannot be transferred this way as its operations cannot be remote.
ServantLocator
Narrow the given object to the ServantLocator.