org.jboss.remoting.transport.rmi
Interface RMIServerInvokerInf

All Superinterfaces:
java.rmi.Remote
All Known Implementing Classes:
RMIServerInvoker (src)

public interface RMIServerInvokerInf
extends java.rmi.Remote

RMIServerInvokerInf


Method Summary
 java.lang.Object transport(java.lang.Object invocation)
          transport a buffer via RMI
 

Method Detail

transport

public java.lang.Object transport(java.lang.Object invocation)
                           throws java.rmi.RemoteException,
                                  java.io.IOException
transport a buffer via RMI

Parameters:
invocation -
Returns:
Throws:
java.rmi.RemoteException
java.io.IOException