biz.xsoftware.mock.client
Class JsCalledMethod

java.lang.Object
  extended by biz.xsoftware.mock.client.JsCalledMethod

public class JsCalledMethod
extends Object

Author:
Dean Hiller TODO To change the template for this generated type comment go to Window - Preferences - Java - Code Style - Code Templates

Constructor Summary
JsCalledMethod(String method, Object[] params, Throwable howItWasCalled)
           
 
Method Summary
 Object[] getAllParams()
           
 Throwable getHowItWasCalled()
           
 String getMethodName()
           
 Object getParameter(int index)
           
 int getParameterCount()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

JsCalledMethod

public JsCalledMethod(String method,
                      Object[] params,
                      Throwable howItWasCalled)
Method Detail

getMethodName

public String getMethodName()

getParameterCount

public int getParameterCount()

getParameter

public Object getParameter(int index)

getAllParams

public Object[] getAllParams()

getHowItWasCalled

public Throwable getHowItWasCalled()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2000 Dean Hiller All Rights Reserved.
If you would like a shared copyright, contact me at deanhiller@users.sourceforge.net
SourceForge