|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.outerj.xreporter.util.AbstractInvocationHandler
org.outerj.xreporter.report.instance.ResetTimeoutInvocationHandler
This is an invocation handler that will sit between the user of the Report
interface and the actual ReportImpl
. It will reset the "last accessed time"
of the report each time a method is called.
Field Summary | |
protected ReportImpl |
instance
|
protected Report |
next
|
Fields inherited from class org.outerj.xreporter.util.AbstractInvocationHandler |
equalsMethod, hashCodeMethod, toStringMethod |
Constructor Summary | |
ResetTimeoutInvocationHandler()
|
Method Summary | |
java.lang.Object |
doInvoke(java.lang.Object proxy,
java.lang.reflect.Method method,
java.lang.Object[] args)
|
Methods inherited from class org.outerj.xreporter.util.AbstractInvocationHandler |
invoke, proxyEquals, proxyHashCode, proxyToString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected ReportImpl instance
protected Report next
Constructor Detail |
public ResetTimeoutInvocationHandler()
Method Detail |
public java.lang.Object doInvoke(java.lang.Object proxy, java.lang.reflect.Method method, java.lang.Object[] args) throws java.lang.Throwable
doInvoke
in class AbstractInvocationHandler
java.lang.Throwable
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |