com.jolbox.bonecp
Class ReplayLog
java.lang.Object
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)
|
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ReplayLog
public ReplayLog(java.lang.Object target,
java.lang.reflect.Method method,
java.lang.Object[] args)
- Parameters:
target - method - args -
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.