org.productivity.java.habitat4j.common
Class ApplicationPropertyListReloadConfiguration

java.lang.Object
  extended by org.productivity.java.habitat4j.common.ApplicationPropertyListReloadConfiguration

public class ApplicationPropertyListReloadConfiguration
extends java.lang.Object

This PropertyBean provides reload configuration information for Habitat4JBootstrapServlet and ApplicationPropertyListLoader classes.

## LICENSE INFORMATION ##

This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version.

This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.

You should have received a copy of the GNU Lesser General Public License along with this library; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA

Version:
$Id: ApplicationPropertyListReloadConfiguration.html,v 1.2 2008/11/24 15:15:06 cvs Exp $
Author:
Justin Yunke <habitat4j@productivity.org>

Field Summary
protected static boolean DEFAULT_ENABLED
           
protected static int DEFAULT_INTERVAL
           
protected static boolean DEFAULT_ON_THE_FLY
           
protected  boolean enabled
           
protected  int interval
           
protected  boolean onTheFly
           
 
Constructor Summary
ApplicationPropertyListReloadConfiguration()
           
 
Method Summary
 int getInterval()
           
 boolean isEnabled()
           
 boolean isOnTheFly()
           
 void setEnabled(boolean enabled)
           
 void setInterval(int interval)
           
 void setOnTheFly(boolean onTheFly)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEFAULT_ENABLED

protected static final boolean DEFAULT_ENABLED
See Also:
Constant Field Values

DEFAULT_ON_THE_FLY

protected static final boolean DEFAULT_ON_THE_FLY
See Also:
Constant Field Values

DEFAULT_INTERVAL

protected static final int DEFAULT_INTERVAL
See Also:
Constant Field Values

enabled

protected boolean enabled

onTheFly

protected boolean onTheFly

interval

protected int interval
Constructor Detail

ApplicationPropertyListReloadConfiguration

public ApplicationPropertyListReloadConfiguration()
Method Detail

isEnabled

public boolean isEnabled()
Returns:
Returns the enabled.

setEnabled

public void setEnabled(boolean enabled)
Parameters:
enabled - The enabled to set.

getInterval

public int getInterval()
Returns:
Returns the interval.

setInterval

public void setInterval(int interval)
Parameters:
interval - The interval to set.

isOnTheFly

public boolean isOnTheFly()
Returns:
Returns the onTheFly.

setOnTheFly

public void setOnTheFly(boolean onTheFly)
Parameters:
onTheFly - The onTheFly to set.