com.caucho.config.timer
Interface TimeoutCaller
public interface TimeoutCaller
Callback for a timer
Method Summary |
void |
timeout(java.lang.reflect.Method method)
|
void |
timeout(java.lang.reflect.Method method,
Timer timer)
|
timeout
void timeout(java.lang.reflect.Method method)
throws java.lang.reflect.InvocationTargetException,
java.lang.IllegalAccessException
- Throws:
java.lang.reflect.InvocationTargetException
java.lang.IllegalAccessException
timeout
void timeout(java.lang.reflect.Method method,
Timer timer)
throws java.lang.reflect.InvocationTargetException,
java.lang.IllegalAccessException
- Throws:
java.lang.reflect.InvocationTargetException
java.lang.IllegalAccessException