com.jolbox.bonecp
Class ReplayLog
java.lang.Object
com.jolbox.bonecp.ReplayLog
public class ReplayLog
- extends Object
- Author:
- wallacew
ReplayLog
public ReplayLog(Object target,
Method method,
Object[] args)
- Parameters:
target - method - args -
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.