| RMIMultiSocket.java |
/*
* JBoss, the OpenSource J2EE webOS
*
* Distributable under LGPL license.
* See terms of license at gnu.org.
*/
package org.jboss.net.sockets;
public interface RMIMultiSocket extends java.rmi.Remote
{
public Object invoke (long methodHash, Object[] args) throws Exception;
}
| RMIMultiSocket.java |