org.clazzes.remoting
Class RemoteInvocation

java.lang.Object
  extended by org.clazzes.remoting.RemoteInvocation
All Implemented Interfaces:
java.io.Serializable

public class RemoteInvocation
extends java.lang.Object
implements java.io.Serializable

The very bare and simple remote invocation DTO.

Author:
wglas
See Also:
Serialized Form

Constructor Summary
RemoteInvocation(java.lang.String methodName, java.lang.Object[] arguments)
           
 
Method Summary
 java.lang.Object[] getArguments()
           
 java.lang.String getMethodName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoteInvocation

public RemoteInvocation(java.lang.String methodName,
                        java.lang.Object[] arguments)
Parameters:
methodName - The name of the method being called.
arguments - The arguments.
Method Detail

getMethodName

public java.lang.String getMethodName()

getArguments

public java.lang.Object[] getArguments()


Copyright © 2010. All Rights Reserved.