soap tutorial

adriani.jws.template
Class Settings

java.lang.Object
  extended by adriani.jws.template.Settings

public class Settings
extends java.lang.Object

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

VERSION

public static java.lang.String VERSION
Last released version of the web service. Remember to synchronize this version number also in: - build.xml file (top)
- wsdl annotation tag (bottom)
- change.log text file (top)


DEBUG

public static boolean DEBUG
If true debug messages are printed on standard output.


VERBOSE

public static boolean VERBOSE
If true very detailed debug messages are printed on the standard output (verbose).


ANALYZE

public static boolean ANALYZE
If true statistical analysis data are collected during execution.


MANAGER

public static boolean MANAGER
If true the remote manager mechanism is active.


BENCH

public static boolean BENCH
If true the benchmark log file will be created in the LOGDIR folder.


LOG4J

public static boolean LOG4J
If true the web service is configured to use the Log4j mechanism.


JAVA

public static boolean JAVA
If true the web service is configured to use the SystemLogger logger.


SERVICE

public static java.lang.String SERVICE
Name of the web service, used to build other logical names.


LOG_PREFIX

public static java.lang.String LOG_PREFIX
File name of the Log4j configuration file (extension is "properties").


LOG_CONFIG

public static java.lang.String LOG_CONFIG
File name of the Log4j configuration file (extension is "properties").


LOGDIR

public static java.lang.String LOGDIR
Parent directory for the log files (only when using the SystemLogger class).


LOGGER

public static java.lang.String LOGGER
Logic name of the logger object (only when using the SystemLogger class).


BENCHMARK

public static java.lang.String BENCHMARK
Name of the performance analyzer object (only when using the SystemLogger class).


ROTATE

public static int ROTATE
Rotation of the logger file (minutes) (only when using the SystemLogger class).


ARCHIVE

public static java.lang.String[] ARCHIVE
Name of the possible extensions to be parsed by the SystemLogger (if used).


CFG_PREFIX

public static java.lang.String CFG_PREFIX
Full qualified prefix for the main configuration properties file.


CFG_NAME

public static java.lang.String CFG_NAME
File name of the configuration Resource Bundle (extension is "properties").


MESSAGES

public static java.lang.String MESSAGES
File name of the message list Resource Bundle (extension is "properties").


KEYWORDS

public static java.lang.String KEYWORDS
File name of the logic keywords Resource Bundle (extension is "properties").

Constructor Detail

Settings

public Settings()

Build 19/03/2014

Morpheus Technologies - making the Zion software
Copyright © 2009-2014 Morpheus Technologies. All Rights Reserved