Name

InvokeHandler

Synopsis

This interface is used during dynamic method invocations. The InvokeHandler is responsible, through its _invoke() method, for finding a named method, reading marshalled arguments from the given org.omg.CORBA.portable.InputStream, and returning the response in the form of an org.omg.CORBA.portable.OutputStream generated from the given ResponseHandler.

public interface InvokeHandler {
// Public Instance Methods
   public abstract org.omg.CORBA.portable.OutputStream _invoke(
        String method, 
        org.omg.CORBA.portable.InputStream input, 
        ResponseHandler handler) throws org.omg.CORBA.SystemException;  
}

Implementations

javax.rmi.CORBA.Tie, org.omg.CosNaming.BindingIteratorPOA, org.omg.CosNaming.NamingContextExtPOA, org.omg.CosNaming.NamingContextPOA, org.omg.PortableServer.ServantActivatorPOA, org.omg.PortableServer.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.