org.jboss.remoting.invocation
Class RemoteInvocation
java.lang.Object
org.jboss.remoting.invocation.RemoteInvocation
- All Implemented Interfaces:
- java.io.Serializable
- Direct Known Subclasses:
- InternalInvocation (src) , NameBasedInvocation (src) , OnewayInvocation (src)
- public class RemoteInvocation
- extends java.lang.Object
- implements java.io.Serializable
Serves as the base invocation object for the different types of remoting invocations.
All remoting invocations should extend this class (i.e. InternalInvocation, NameBasedInvocation, etc.)
- See Also:
- Serialized Form
Field Summary |
protected java.lang.String |
methodName
|
protected java.lang.Object[] |
params
|
Constructor Summary |
RemoteInvocation(java.lang.String methodName,
java.lang.Object[] params)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
methodName
protected final java.lang.String methodName
params
protected final java.lang.Object[] params
RemoteInvocation
public RemoteInvocation(java.lang.String methodName,
java.lang.Object[] params)
getMethodName
public java.lang.String getMethodName()
getParameters
public java.lang.Object[] getParameters()