org.jboss.remoting.invocation
Class RemoteInvocation
java.lang.Object
org.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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
methodName
protected final String methodName
params
protected final Object[] params
RemoteInvocation
public RemoteInvocation(String methodName,
Object[] params)
getMethodName
public String getMethodName()
getParameters
public Object[] getParameters()
Copyright © 2004 JBoss Inc. All Rights Reserved.