com.jolbox.bonecp
Class ReplayLog

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

public class ReplayLog
extends Object

Author:
wallacew

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

Constructor Detail

ReplayLog

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

getMethod

public Method getMethod()
Returns:
the method

setMethod

public void setMethod(Method method)
Parameters:
method - the method to set

getArgs

public Object[] getArgs()
Returns:
the args

setArgs

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

getTarget

public Object getTarget()
Returns:
the target

setTarget

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

toString

public String toString()

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


Copyright © 2009-2011 JolBox. All Rights Reserved.