com.palantir.opensource.sysmon
Class SysmonDaemon.ShutdownTask

java.lang.Object
  extended by com.palantir.opensource.sysmon.SysmonDaemon.ShutdownTask
All Implemented Interfaces:
Runnable
Enclosing class:
SysmonDaemon

public static final class SysmonDaemon.ShutdownTask
extends Object
implements Runnable

Simple task for parallel shutdown of monitors. Helpfully manipulates thread names to show state of shutdown.


Constructor Summary
SysmonDaemon.ShutdownTask(Monitor service)
           
 
Method Summary
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SysmonDaemon.ShutdownTask

public SysmonDaemon.ShutdownTask(Monitor service)
Method Detail

run

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


Copyright © 2012 Palantir Technologies. All Rights Reserved.