com.metamatrix.common.messaging.jgroups
Class RemoteProxy

java.lang.Object
  extended by com.metamatrix.common.messaging.jgroups.RemoteProxy

public class RemoteProxy
extends java.lang.Object


Constructor Summary
RemoteProxy(java.util.Map<java.util.UUID,RPCStruct> remoteObjects)
           
 
Method Summary
static java.lang.reflect.Method getInvokeMethod()
           
 java.lang.Object invokeRemoteMethod(java.util.UUID classId, java.lang.String methodName, java.lang.Class[] parameterTypes, java.lang.Object[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoteProxy

public RemoteProxy(java.util.Map<java.util.UUID,RPCStruct> remoteObjects)
Method Detail

invokeRemoteMethod

public java.lang.Object invokeRemoteMethod(java.util.UUID classId,
                                           java.lang.String methodName,
                                           java.lang.Class[] parameterTypes,
                                           java.lang.Object[] args)
                                    throws java.lang.Throwable
Throws:
java.lang.Throwable

getInvokeMethod

public static java.lang.reflect.Method getInvokeMethod()


Copyright © 2009. All Rights Reserved.