1 package org.omg.PortableServer;2 3 /** manually edited to get cookie types right */4 5 6 public interface ServantLocatorOperations7 extends org.omg.PortableServer.ServantManagerOperations 8 {9 public void postinvoke(byte[] oid, org.omg.PortableServer.POA adapter, java.lang.String operation, java.lang.Object the_cookie, org.omg.PortableServer.Servant the_servant);10 public org.omg.PortableServer.Servant preinvoke(byte[] oid, org.omg.PortableServer.POA adapter, java.lang.String operation, org.omg.PortableServer.ServantLocatorPackage.CookieHolder the_cookie) throws org.omg.PortableServer.ForwardRequest ;11 }12 13