org.jboss.remoting.invocation
Class NameBasedInvocation

java.lang.Object
  extended byorg.jboss.remoting.invocation.RemoteInvocation (src) 
      extended byorg.jboss.remoting.invocation.NameBasedInvocation
All Implemented Interfaces:
java.io.Serializable

public class NameBasedInvocation
extends RemoteInvocation (src)

NameBasedInvocation.java is an invocation object in jmx style.

Created: Mon Apr 28 09:14:46 2003

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.jboss.remoting.invocation.RemoteInvocation (src)
methodName, params
 
Constructor Summary
NameBasedInvocation(java.lang.reflect.Method method, java.lang.Object[] params)
           
NameBasedInvocation(java.lang.String methodName, java.lang.Object[] params, java.lang.String[] sig)
           
 
Method Summary
 java.lang.String[] getSignature()
           
 java.lang.String toString()
           
 
Methods inherited from class org.jboss.remoting.invocation.RemoteInvocation (src)
getMethodName, getParameters
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NameBasedInvocation

public NameBasedInvocation(java.lang.reflect.Method method,
                           java.lang.Object[] params)

NameBasedInvocation

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

getSignature

public java.lang.String[] getSignature()

toString

public java.lang.String toString()