org.jboss.remoting.invocation
Class NameBasedInvocation

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

public class NameBasedInvocation
extends RemoteInvocation

NameBasedInvocation.java is an invocation object in jmx style.

Created: Mon Apr 28 09:14:46 2003

Version:
1.0
Author:
David Jencks
See Also:
Serialized Form

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

Constructor Detail

NameBasedInvocation

public NameBasedInvocation(Method method,
                           Object[] params)

NameBasedInvocation

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

getSignature

public String[] getSignature()

toString

public String toString()


Copyright © 2004 JBoss Inc. All Rights Reserved.