org.omg.PortableServer
Interface ServantLocatorOperations

All Superinterfaces:
ServantManagerOperations
All Known Subinterfaces:
ServantLocator
All Known Implementing Classes:
_ServantLocatorStub, ServantLocatorPOA, ServantLocatorPOATie

public interface ServantLocatorOperations
extends ServantManagerOperations

Interface definition: ServantLocator.

Author:
OpenORB Compiler

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

Method Detail

preinvoke

Servant preinvoke(byte[] oid,
                  POA adapter,
                  java.lang.String operation,
                  CookieHolder the_cookie)
                  throws ForwardRequest
Operation preinvoke

Throws:
ForwardRequest

postinvoke

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