openr66.protocol.utils
Class OpenR66SignalHandler.R66TimerTask

java.lang.Object
  extended by java.util.TimerTask
      extended by 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))
 
Constructor Summary
OpenR66SignalHandler.R66TimerTask(int type)
          Constructor from type
 
Method Summary
 void run()
           
 
Methods inherited from class java.util.TimerTask
cancel, scheduledExecutionTime
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TIMER_EXIT

public static final int TIMER_EXIT
EXIT type (System.exit(1))

See Also:
Constant Field Values
Constructor Detail

OpenR66SignalHandler.R66TimerTask

public OpenR66SignalHandler.R66TimerTask(int type)
Constructor from type

Parameters:
type -
Method Detail

run

public void run()
Specified by:
run in interface Runnable
Specified by:
run in class TimerTask


Copyright © 2009-2012 Frederic Bregier. All Rights Reserved.