com.sun.enterprise.v3.server
Class DynamicReloader

java.lang.Object
  extended by com.sun.enterprise.v3.server.DynamicReloader
All Implemented Interfaces:
Runnable

public class DynamicReloader
extends Object
implements Runnable

Triggers reloads of deployed applications depending on the presence of and timestamp on a .reload file in the application's top-level directory. An instance of this class can be reused, its run method invoked repeatedly to check all known apps for their .reload files.

Author:
tjquinn

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

Method Detail

run

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

waitUntilIdle

public void waitUntilIdle()
                   throws InterruptedException
Throws:
InterruptedException


Copyright © 2012. All Rights Reserved.