org.milyn.reflect
Class MethodCall

java.lang.Object
  extended by org.milyn.reflect.MethodCall

public class MethodCall
extends Object

Method call details.

Author:
tom.fennelly@gmail.com

Constructor Summary
MethodCall(int callIndex, Exception callStack, Object[] callArgs)
          Public constructor.
 
Method Summary
 Object[] getCallArgs()
           
 int getCallIndex()
          Get the call index.
 Exception getCallStack()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MethodCall

public MethodCall(int callIndex,
                  Exception callStack,
                  Object[] callArgs)
Public constructor.

Parameters:
callIndex - See getCallIndex().
callStack - See getCallStack().
callArgs - See getCallArgs().
Method Detail

getCallIndex

public int getCallIndex()
Get the call index.

The call "index" is just

Returns:

getCallStack

public Exception getCallStack()

getCallArgs

public Object[] getCallArgs()


Copyright © 2018. All rights reserved.