com.basecmp.core.usecasesteps.miscellaneous
Class LoadProperties

java.lang.Object
  extended byBaseCmpUsecaseStep
      extended bycom.basecmp.core.usecasesteps.miscellaneous.LoadProperties

public class LoadProperties
extends BaseCmpUsecaseStep

TODO wolfgang: Write JavaDoc Created on 03.01.2005

See Also:
Serialized Form
Author:
wolfgang

Field Summary
static java.lang.String CONFIG_KEY_CONTEXT_KEY
          Step-Konfigurations-Wert für den Namen des UscaseContext-Attributs, unter dem das Properties-Objekt abgelegtwerden soll.
static java.lang.String CONFIG_KEY_FILE_CACHE
           
static java.lang.String CONFIG_KEY_FILE_NAME
          Step-Konfigurations-Wert (Pflichtangabe wenn FileNameContextKey nicht angegeben wurde) für den Namen der zu ladenden Properties-Datei.
static java.lang.String CONFIG_KEY_FILE_NAME_CONTEXT_KEY
           
static java.lang.String CONFIG_KEY_FILE_PATH_NAME
          Step-Konfigurations-Wert (optional) des Namens einer Konfigurationsvariable eines konfigurierten Pfades, welcher dem Filename vorangestellt wird.
static java.lang.String CONFIG_KEY_FLUSH_TIMEOUT
           
static long DEFAULT_VALUE_FLUSH_TIMEOUT
          1000ms * 60 * 10 = 10 Minuten
protected static Log log
           
 
Constructor Summary
LoadProperties()
           
 
Method Summary
 void execute(UsecaseContext uc, int unlockKey)
           
protected  void initStep(java.lang.Integer integer)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CONFIG_KEY_CONTEXT_KEY

public static final java.lang.String CONFIG_KEY_CONTEXT_KEY
Step-Konfigurations-Wert für den Namen des UscaseContext-Attributs, unter dem das Properties-Objekt abgelegtwerden soll. Ist kein Name angegeben wird der Name der Properties-Datei benutzt.

See Also:
Constant Field Values

CONFIG_KEY_FILE_CACHE

public static final java.lang.String CONFIG_KEY_FILE_CACHE
See Also:
Constant Field Values

CONFIG_KEY_FILE_NAME

public static final java.lang.String CONFIG_KEY_FILE_NAME
Step-Konfigurations-Wert (Pflichtangabe wenn FileNameContextKey nicht angegeben wurde) für den Namen der zu ladenden Properties-Datei.

See Also:
Constant Field Values

CONFIG_KEY_FILE_NAME_CONTEXT_KEY

public static final java.lang.String CONFIG_KEY_FILE_NAME_CONTEXT_KEY
See Also:
Constant Field Values

CONFIG_KEY_FILE_PATH_NAME

public static final java.lang.String CONFIG_KEY_FILE_PATH_NAME
Step-Konfigurations-Wert (optional) des Namens einer Konfigurationsvariable eines konfigurierten Pfades, welcher dem Filename vorangestellt wird. Der resultierende Pfad wird relativ zur Webapp gebildet!

See Also:
Constant Field Values

CONFIG_KEY_FLUSH_TIMEOUT

public static final java.lang.String CONFIG_KEY_FLUSH_TIMEOUT
See Also:
Constant Field Values

DEFAULT_VALUE_FLUSH_TIMEOUT

public static final long DEFAULT_VALUE_FLUSH_TIMEOUT
1000ms * 60 * 10 = 10 Minuten

See Also:
Constant Field Values

log

protected static Log log
Constructor Detail

LoadProperties

public LoadProperties()
Method Detail

execute

public void execute(UsecaseContext uc,
                    int unlockKey)
             throws java.lang.Exception
Throws:
java.lang.Exception

initStep

protected void initStep(java.lang.Integer integer)


Copyright © 2004 by basecmp® - Professional Web Solutions