org.omg.PortableServer

Interface ServantLocatorOperations

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

public interface ServantLocatorOperations
extends ServantManagerOperations

Copyright (c) 1999 Object Management Group. Unlimited rights to duplicate and use this code are hereby granted provided that this copyright notice is included.

Method Summary

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

Method Details

postinvoke

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


preinvoke

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