net.sf.crispy.impl.rmi
Interface RmiInvocationHandler

All Superinterfaces:
java.rmi.Remote
All Known Implementing Classes:
RmiInvocationHandlerImpl

public interface RmiInvocationHandler
extends java.rmi.Remote

This is the interface for the RMI Invocation Handler.

Author:
Linke

Method Summary
 java.lang.Object invoke(java.lang.String pvClassName, java.lang.String pvMethodName, java.util.Vector pvParams)
           
 

Method Detail

invoke

public java.lang.Object invoke(java.lang.String pvClassName,
                               java.lang.String pvMethodName,
                               java.util.Vector pvParams)
                        throws java.rmi.RemoteException,
                               java.lang.Exception
Throws:
java.rmi.RemoteException
java.lang.Exception


Copyright © 2005-2006 Crispy. All Rights Reserved.