de.root1.simon.codec.messages
Class MsgInvoke
java.lang.Object
de.root1.simon.codec.messages.AbstractMessage
de.root1.simon.codec.messages.MsgInvoke
- All Implemented Interfaces:
- java.io.Serializable
public class MsgInvoke
- extends AbstractMessage
INVOKE
message
- Author:
- ACHR
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
MsgInvoke
public MsgInvoke()
getRemoteObjectName
public java.lang.String getRemoteObjectName()
setRemoteObjectName
public void setRemoteObjectName(java.lang.String remoteObjectName)
setArguments
public void setArguments(java.lang.Object[] args)
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
setMethod
public void setMethod(java.lang.reflect.Method method)
getMethod
public java.lang.reflect.Method getMethod()
getArguments
public java.lang.Object[] getArguments()
Copyright © 2011. All Rights Reserved.