com.jolbox.bonecp
Class ReplayLog

java.lang.Object
  extended by com.jolbox.bonecp.ReplayLog

public class ReplayLog
extends java.lang.Object

Author:
wallacew

Constructor Summary
ReplayLog(java.lang.Object target, java.lang.reflect.Method method, java.lang.Object[] args)
           
 
Method Summary
 java.lang.Object[] getArgs()
           
 java.lang.reflect.Method getMethod()
           
 java.lang.Object getTarget()
           
 void setArgs(java.lang.Object[] args)
           
 void setMethod(java.lang.reflect.Method method)
           
 void setTarget(java.lang.Object target)
           
 java.lang.String toString()
          
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ReplayLog

public ReplayLog(java.lang.Object target,
                 java.lang.reflect.Method method,
                 java.lang.Object[] args)
Parameters:
target -
method -
args -
Method Detail

getMethod

public java.lang.reflect.Method getMethod()
Returns:
the method

setMethod

public void setMethod(java.lang.reflect.Method method)
Parameters:
method - the method to set

getArgs

public java.lang.Object[] getArgs()
Returns:
the args

setArgs

public void setArgs(java.lang.Object[] args)
Parameters:
args - the args to set

getTarget

public java.lang.Object getTarget()
Returns:
the target

setTarget

public void setTarget(java.lang.Object target)
Parameters:
target - the target to set

toString

public java.lang.String toString()

Overrides:
toString in class java.lang.Object
See Also:
Object.toString()


Copyright © 2009-2011 JolBox. All Rights Reserved.