org.apache.geronimo.deployment.hot
Interface HotDeployer

All Superinterfaces:
DirectoryMonitor.Listener
All Known Implementing Classes:
DirectoryHotDeployer

public interface HotDeployer
extends DirectoryMonitor.Listener

Management interface for a hot deployer

Version:
$Rev: 355877 $ $Date: 2005-12-11 03:48:27 +0100 (Sun, 11 Dec 2005) $

Method Summary
 int getPollIntervalMillis()
           
 void setPollIntervalMillis(int millis)
           
 
Methods inherited from interface org.apache.geronimo.deployment.hot.DirectoryMonitor.Listener
fileAdded, fileRemoved, fileUpdated, getDeploymentTime, isFileDeployed, isServerRunning, started, validateFile
 

Method Detail

getPollIntervalMillis

public int getPollIntervalMillis()

setPollIntervalMillis

public void setPollIntervalMillis(int millis)


Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.