joeq.Bootstrap
Class MethodInvocation

java.lang.Object
  extended by joeq.Bootstrap.MethodInvocation

public class MethodInvocation
extends Object

MethodInvocation

Version:
$Id: MethodInvocation.java,v 1.9 2004/09/30 03:35:29 joewhaley Exp $
Author:
John Whaley

Constructor Summary
MethodInvocation(jq_Method m, Object[] a)
           
 
Method Summary
 long invoke()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MethodInvocation

public MethodInvocation(jq_Method m,
                        Object[] a)
Method Detail

invoke

public long invoke()
            throws Throwable
Throws:
Throwable

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2001-2005 John Whaley. All Rights Reserved.