org.jboss.remoting.invocation
Class RemoteInvocation

java.lang.Object
  extended byorg.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)
           
 
Method Summary
 java.lang.String getMethodName()
           
 java.lang.Object[] getParameters()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

methodName

protected final java.lang.String methodName

params

protected final java.lang.Object[] params
Constructor Detail

RemoteInvocation

public RemoteInvocation(java.lang.String methodName,
                        java.lang.Object[] params)
Method Detail

getMethodName

public java.lang.String getMethodName()

getParameters

public java.lang.Object[] getParameters()