com.atlassian.jira.config.component
Class TimerInvocationHandler

java.lang.Object
  extended bycom.atlassian.jira.config.component.TimerInvocationHandler
All Implemented Interfaces:
InvocationHandler

class TimerInvocationHandler
extends Object
implements InvocationHandler


Field Summary
protected  Object target
           
 
Constructor Summary
TimerInvocationHandler(Object target)
           
 
Method Summary
 Object invoke(Object proxy, Method method, Object[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

target

protected Object target
Constructor Detail

TimerInvocationHandler

public TimerInvocationHandler(Object target)
Method Detail

invoke

public Object invoke(Object proxy,
                     Method method,
                     Object[] args)
              throws Throwable
Specified by:
invoke in interface InvocationHandler
Throws:
Throwable


Copyright © 2002-2007 Atlassian. All Rights Reserved.