|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.clazzes.remoting.RemoteInvocation
public class RemoteInvocation
The very bare and simple remote invocation DTO.
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 |
---|
public RemoteInvocation(java.lang.String methodName, java.lang.Object[] arguments)
methodName
- The name of the method being called.arguments
- The arguments.Method Detail |
---|
public java.lang.String getMethodName()
public java.lang.Object[] getArguments()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |