org.omg.PortableServer
Interface ServantLocatorOperations

All Superinterfaces:
ServantManagerOperations
All Known Subinterfaces:
ServantLocator
All Known Implementing Classes:
ServantLocatorPOA

public interface ServantLocatorOperations
extends ServantManagerOperations


Method Summary
 void postinvoke(byte[] oid, POA adapter, String operation, Object the_cookie, Servant the_servant)
           
 Servant preinvoke(byte[] oid, POA adapter, String operation, CookieHolder the_cookie)
           
 

Method Detail

preinvoke

Servant preinvoke(byte[] oid,
                  POA adapter,
                  String operation,
                  CookieHolder the_cookie)
                  throws ForwardRequest
Throws:
ForwardRequest

postinvoke

void postinvoke(byte[] oid,
                POA adapter,
                String operation,
                Object the_cookie,
                Servant the_servant)


Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.