com.sun.grizzly.http.servlet.deployer.watchdog
Class Watchdog

java.lang.Object
  extended by com.sun.grizzly.http.servlet.deployer.watchdog.Watchdog
All Implemented Interfaces:
Runnable

public class Watchdog
extends Object
implements Runnable

Author:
Sebastien Dionne

Field Summary
protected  GrizzlyWebServerDeployer deployer
           
 
Constructor Summary
Watchdog(GrizzlyWebServerDeployer deployer)
           
 
Method Summary
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

deployer

protected GrizzlyWebServerDeployer deployer
Constructor Detail

Watchdog

public Watchdog(GrizzlyWebServerDeployer deployer)
Method Detail

run

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


Copyright © 2012 Oracle Corporation. All Rights Reserved.