janus.web.config
Class TimerConfig

java.lang.Object
  extended by janus.web.config.PropertyConfig
      extended by janus.web.config.TimerConfig

public class TimerConfig
extends PropertyConfig

Konfiguration der Timer


Field Summary
protected  boolean active
           
static boolean DEFAULT_ACTIVE
           
 
Fields inherited from class janus.web.config.PropertyConfig
prefix, props
 
Method Summary
static void configure(Properties props)
          Konfigurationsmethode.
static boolean isActive()
          Ermittle das ActiveFlag
static void stop()
          Halte den Timer an
 
Methods inherited from class janus.web.config.PropertyConfig
convertProperties, getBooleanProperty, getBooleanProperty, getBooleanPropertyArray, getBooleanPropertyArray, getIntProperty, getIntProperty, getIntPropertyArray, getIntPropertyArray, getLogger, getPrefix, getProperties, getProperty, getProperty, getPropertyArray, getPropertyArray, init, init, readFile, setField, setPrefix
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

active

protected boolean active

DEFAULT_ACTIVE

public static final boolean DEFAULT_ACTIVE
See Also:
Constant Field Values
Method Detail

configure

public static void configure(Properties props)
                      throws Throwable
Konfigurationsmethode. Erzeugt die Timer-Liste.

Parameters:
props - Die Properties mit den Timereinträgen
Throws:
Throwable

isActive

public static boolean isActive()
Ermittle das ActiveFlag


stop

public static void stop()
                 throws Throwable
Halte den Timer an

Throws:
Throwable


Copyright © 2008 MvC Systemsoftware.