Name

ServantLocatorOperations

Synopsis

This is the Operations interface mapped from the IDL for the ServantLocator interface, and contains the methods inherited by ServantLocator.

                  
public interface ServantLocatorOperations extends ServantManagerOperations {
// Public Instance Methods
   public abstract void postinvoke(byte[] oid, 
        POA adapter, String operation, Object the_cookie, 
        Servant the_servant);  
   public abstract Servant preinvoke(byte[] oid, 
        POA adapter, String operation, 
        org.omg.PortableServer.ServantLocatorPackage.CookieHolder the_cookie) 
        throws org.omg.PortableServer.ForwardRequest;  
}

Implementations

ServantLocator, ServantLocatorPOA

Get Java Enterprise in a Nutshell, Second Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.