openr66.protocol.utils
Class OpenR66SignalHandler.R66TimerTask
java.lang.Object
java.util.TimerTask
openr66.protocol.utils.OpenR66SignalHandler.R66TimerTask
- All Implemented Interfaces:
- Runnable
- Enclosing class:
- OpenR66SignalHandler
public static class OpenR66SignalHandler.R66TimerTask
- extends TimerTask
Finalize resources attached to handlers
- Author:
- Frederic Bregier
Field Summary |
static int |
TIMER_EXIT
EXIT type (System.exit(1)) |
Method Summary |
void |
run()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TIMER_EXIT
public static final int TIMER_EXIT
- EXIT type (System.exit(1))
- See Also:
- Constant Field Values
OpenR66SignalHandler.R66TimerTask
public OpenR66SignalHandler.R66TimerTask(int type)
- Constructor from type
- Parameters:
type
-
run
public void run()
- Specified by:
run
in interface Runnable
- Specified by:
run
in class TimerTask
Copyright © 2009-2012 Frederic Bregier. All Rights Reserved.