|
soap tutorial | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectadriani.jws.template.Settings
public class Settings
Class containing the static values defining boolean flags, constants and logical names.
Field Summary | |
---|---|
static boolean |
ANALYZE
If true statistical analysis data are collected during execution. |
static java.lang.String[] |
ARCHIVE
Name of the possible extensions to be parsed by the SystemLogger (if used). |
static boolean |
BENCH
If true the benchmark log file will be created in the LOGDIR folder. |
static java.lang.String |
BENCHMARK
Name of the performance analyzer object (only when using the SystemLogger class). |
static java.lang.String |
CFG_NAME
File name of the configuration Resource Bundle (extension is "properties"). |
static java.lang.String |
CFG_PREFIX
Full qualified prefix for the main configuration properties file. |
static boolean |
DEBUG
If true debug messages are printed on standard output. |
static boolean |
JAVA
If true the web service is configured to use the SystemLogger logger. |
static java.lang.String |
KEYWORDS
File name of the logic keywords Resource Bundle (extension is "properties"). |
static java.lang.String |
LOG_CONFIG
File name of the Log4j configuration file (extension is "properties"). |
static java.lang.String |
LOG_PREFIX
File name of the Log4j configuration file (extension is "properties"). |
static boolean |
LOG4J
If true the web service is configured to use the Log4j mechanism. |
static java.lang.String |
LOGDIR
Parent directory for the log files (only when using the SystemLogger class). |
static java.lang.String |
LOGGER
Logic name of the logger object (only when using the SystemLogger class). |
static boolean |
MANAGER
If true the remote manager mechanism is active. |
static java.lang.String |
MESSAGES
File name of the message list Resource Bundle (extension is "properties"). |
static int |
ROTATE
Rotation of the logger file (minutes) (only when using the SystemLogger class). |
static java.lang.String |
SERVICE
Name of the web service, used to build other logical names. |
static boolean |
VERBOSE
If true very detailed debug messages are printed on the standard output (verbose). |
static java.lang.String |
VERSION
Last released version of the web service. |
Constructor Summary | |
---|---|
Settings()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static java.lang.String VERSION
public static boolean DEBUG
true
debug messages are printed on standard output.
public static boolean VERBOSE
true
very detailed debug messages are printed on the standard output (verbose).
public static boolean ANALYZE
true
statistical analysis data are collected during execution.
public static boolean MANAGER
true
the remote manager mechanism is active.
public static boolean BENCH
true
the benchmark log file will be created in the LOGDIR
folder.
public static boolean LOG4J
true
the web service is configured to use the Log4j mechanism.
public static boolean JAVA
true
the web service is configured to use the SystemLogger
logger.
public static java.lang.String SERVICE
public static java.lang.String LOG_PREFIX
public static java.lang.String LOG_CONFIG
public static java.lang.String LOGDIR
SystemLogger
class).
public static java.lang.String LOGGER
SystemLogger
class).
public static java.lang.String BENCHMARK
SystemLogger
class).
public static int ROTATE
SystemLogger
class).
public static java.lang.String[] ARCHIVE
SystemLogger
(if used).
public static java.lang.String CFG_PREFIX
public static java.lang.String CFG_NAME
public static java.lang.String MESSAGES
public static java.lang.String KEYWORDS
Constructor Detail |
---|
public Settings()
|
Build 19/03/2014 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |