org.jboss.remoting.invocation
Class RemoteInvocation

java.lang.Object
  extended byorg.jboss.remoting.invocation.RemoteInvocation
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
InternalInvocation, NameBasedInvocation, OnewayInvocation

public class RemoteInvocation
extends Object
implements 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.)

Author:
Tom Elrod
See Also:
Serialized Form

Field Summary
protected  String methodName
           
protected  Object[] params
           
 
Constructor Summary
RemoteInvocation(String methodName, Object[] params)
           
 
Method Summary
 String getMethodName()
           
 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 String methodName

params

protected final Object[] params
Constructor Detail

RemoteInvocation

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

getMethodName

public String getMethodName()

getParameters

public Object[] getParameters()


Copyright © 2004 JBoss Inc. All Rights Reserved.