org.jboss.remoting.transport.rmi
Interface RMIServerInvokerInf

All Superinterfaces:
java.rmi.Remote
All Known Implementing Classes:
RMIServerInvoker, SSLRMIServerInvoker

public interface RMIServerInvokerInf
extends java.rmi.Remote

RMIServerInvokerInf

Version:
$Revision: 566 $
Author:
Jeff Haynie, Tom Elrod

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

Method Detail

transport

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


Copyright © 1998-2005 JBoss Inc . All Rights Reserved.