|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.stina.framework.support.persistence.properties.TiPropertySet
se.sj.stina.domain.provider.SjInformationProviderPropertySet
public class SjInformationProviderPropertySet
Field Summary | |
---|---|
static java.lang.String |
BRL_DEBUG
Property for indicating wheter registration of business rules should be done in debug mode. |
static java.lang.String |
BRL_FILE_NAME_LIST
Property for comma separated list of files containing business rules. |
static java.lang.String |
BRL_FROM_FILES
Property for indicating wheter business rules should be read locally. |
static java.lang.String |
BUILTIN_MODEL_FACTORY_CLASS_NAME
Property for class name of factory for builtin framework models. |
static java.lang.String |
CACHE_CUSTOMER_INTERFACES
Property indicating whether to cache customer interfaces locally in provider. |
static java.lang.String |
CACHE_ORDER_INTERFACES
Property indicating whether to cache order interfaces locally in provider. |
static java.lang.String |
CACHE_STINA_FACTORIES
Property determining whether to cache factory references in provider medium. |
static java.lang.String |
CLIENT_NAME
Property for the client (application) name to relay to the Stina Server. |
static java.lang.String |
CONNECTION_TIMEOUT
Property for medium to set connection timeout (in seconds). |
static java.lang.String |
DUMP_PROPERTIES_LOG_LEVEL
Property indicating the log level at which to log certain property sets. |
static java.lang.String |
ERROR_TEXT_INFO
Property for controlling the composition of error texts when propagating server exceptions. |
static java.lang.String |
GENERAL_MODEL_FACTORY_CLASS_NAME
Property for class name of factory for general framework models. |
static java.lang.String |
HASH_ALGORITHM
Property for name of the algorithm used to produce digests of cached control data. |
static java.lang.String |
INITIALISE_DICTIONARY
Property indicating if and how a dictionary should be initialised. |
static java.lang.String |
INITIALISE_SALES_CONTROL
Property indicating if and how a sales control object should be initialised. |
static java.lang.String |
LOCAL_PRICE_CACHE
Property for controlling the use of local price caching facilities. |
static java.lang.String |
LOCAL_RULE_FILE_NAME_LIST
Property for comma separated list of files containing business rules. |
static java.lang.String |
LOG_VERBOSE_MESSAGES
Property indicating the verbosity at which to log sent / received messages. |
static java.lang.String |
MAPPER_MANDATORY_CHECK
Property indicating how the mapper should act if fields defined as mandatory are missing. |
static java.lang.String |
MAPPER_NO_REUSE
Property indicating the reuse of mapper objects
se.sj.stina.domain.provider.mapper_no_reuse
Jerome command line key: -ipmappernoreuse
|
static java.lang.String |
MEASUREMENT_LOG_LEVEL
Property indicating the log level at which to take and log measurements, e.g of the time it takes to perform server calls. |
static java.lang.String |
MESSAGE_RECEIVED_LOG_LEVEL
Property indicating the log level at which to log received messages, i. e. server responses. |
static java.lang.String |
MESSAGE_SENT_LOG_LEVEL
Property indicating the log level at which to log sent messages, i. e. server requests. |
static java.lang.String |
METHOD_ENTRY_LOG_LEVEL
Property indicating the log level at which to log relevant method entries. |
static java.lang.String |
METHOD_EXIT_LOG_LEVEL
Property indicating the log level at which to log relevant method exits. |
static java.lang.String |
MODEL_FACTORY_CLASS_NAME
Property for class name of factory for models in the Stina domain. |
static java.lang.String |
NOT_SPECIFIED
|
static java.lang.String |
NOT_SPECIFIED_2
|
static java.lang.String |
PERMUTE_STINA_HOST_NAMES
Property determining whether to cache factory references in provider medium. |
static java.lang.String |
PROVIDER_MEDIUM
Property for class name of the provider medium to use. |
static java.lang.String |
PROVIDER_MEDIUM_PROPERTY_LIST
Property for list of properties to hand the provider medium. |
static java.lang.String |
READ_TIMEOUT
Property for medium to set read timeout (in seconds). |
static java.lang.String |
REINITIALISE_CLIENTMENU_DOW
Property indicating day of week when the client menu should be reinitialised. |
static java.lang.String |
REINITIALISE_CLIENTMENU_TIME
Property indicating time of day when the client menu should be reinitialised. |
static java.lang.String |
REINITIALISE_DICTIONARY_DOW
Property indicating day of week when the dictionary should be reinitialised. |
static java.lang.String |
REINITIALISE_DICTIONARY_TIME
Property indicating time of day when the dictionary should be reinitialised. |
static java.lang.String |
REINITIALISE_INSTANCE_CACHE_DOW
Property indicating day of week when the server data cached per provider instance should be cleared. |
static java.lang.String |
REINITIALISE_INSTANCE_CACHE_TIME
Property indicating time of day when the server data cached per provider instance should be reinitialised. |
static java.lang.String |
RESOURCE_DIRECTORY
Property for the directory to keep provider resources such as control data cache objects. |
static java.lang.String |
SERVER_PING_INTERVAL
Property for the interval in minutes at which to send a "heartbeat" message to the Stina Server. |
static java.lang.String |
SERVER_TIME_LOG
Property indicating whether to request and log time measeruments from server. |
static java.lang.String |
STARTUP_STRATEGY
Property indicating a startup strategy choice. |
static java.lang.String |
STINA_INITIAL_CONTEXT_FACTORY
Property for the class name of the initial context factory to use. |
static java.lang.String |
STINA_SERVER_HOST
Property for the url at which to contact the Stina Server. |
static java.lang.String |
STRING_ENCODING
Property specifying the encoding (e.g UTF-8) to use for conversions between Strings and byte arrays. |
static java.lang.String |
USE_COMPRESSION
Property indicating whether the server should be asked for compressed responses. |
static java.lang.String |
USE_CONTROL_DATA_CACHE
Property indicating wheter the provider (or delegate) should maintain a local cache of control data. |
static java.lang.String |
WAIVE_REMOTE_BOOKING_CHECK
Property for controlling the use of local price caching facilities. |
static java.lang.String |
WRITE_ANSWER_TO_FILE
Property indicating wheter certain answers from the server should be dumped to the local file system. |
static java.lang.String |
WRITE_QUERY_TO_FILE
Property indicating wheter certain queries to the server should be dumped to the local file system. |
Constructor Summary | |
---|---|
SjInformationProviderPropertySet()
|
Method Summary | |
---|---|
protected TiProperty[] |
createProperties()
|
Methods inherited from class org.stina.framework.support.persistence.properties.TiPropertySet |
---|
checkProperties, copy, createData, getInvalidPropertyValues, getProperty, getPropertyEnumeration, getPropertyKey, getPropertyValuesNotAssigned, hasPropertyStore, isPropertyValuesAssigned, isPropertyValuesValid, printCommandLineHelp, setArguments, setArguments, setPropertyStore, setPropertyValue, storePropertyValues, storePropertyValuesSet, updateValues, write |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String NOT_SPECIFIED
public static final java.lang.String NOT_SPECIFIED_2
public static final java.lang.String BRL_DEBUG
se.sj.stina.domain.provider.brl_debug
-ipbrldebug
public static final java.lang.String BRL_FILE_NAME_LIST
se.sj.stina.domain.provider.brl_file_name_list
-ipbrlfnlist
public static final java.lang.String BRL_FROM_FILES
se.sj.stina.domain.provider.brl_from_files
-ipbrlfromfiles
public static final java.lang.String CONNECTION_TIMEOUT
se.linkon.stina.domain.provider.connection_timeout
-ipcto
public static final java.lang.String READ_TIMEOUT
se.linkon.stina.domain.provider.read_timeout
-iprto
public static final java.lang.String LOCAL_RULE_FILE_NAME_LIST
se.sj.stina.domain.provider.local_rule_file_name_list
-iplocalrfnlist
public static final java.lang.String ERROR_TEXT_INFO
se.sj.stina.domain.provider.error_text_info
-ipetinfo
public static final java.lang.String BUILTIN_MODEL_FACTORY_CLASS_NAME
se.sj.stina.domain.provider.builtin_model_factory_classname
-ipbmfclassname
public static final java.lang.String CACHE_CUSTOMER_INTERFACES
se.sj.stina.domain.provider.cache_customer_interfaces
-ipcachecustomers
public static final java.lang.String CACHE_ORDER_INTERFACES
se.sj.stina.domain.provider.cache_order_interfaces
-ipcacheorders
public static final java.lang.String CLIENT_NAME
se.sj.stina.domain.provider.client_name
-ipclientname
public static final java.lang.String HASH_ALGORITHM
se.sj.stina.domain.provider.hash_algorithm
-iphashalgorithm
public static final java.lang.String LOCAL_PRICE_CACHE
se.sj.stina.domain.provider.local_price_cache
-iplpc
public static final java.lang.String WAIVE_REMOTE_BOOKING_CHECK
SjItineraryResultInterface:s that were used in bookings
using the method setUsedInBooking().
-
Name:
se.sj.stina.domain.provider.waive_remote_booking_check
-
Jerome command line key:
-ipwrbc
- See Also:
- Constant Field Values
public static final java.lang.String GENERAL_MODEL_FACTORY_CLASS_NAME
se.sj.stina.domain.provider.general_model_factory_classname
public static final java.lang.String INITIALISE_DICTIONARY
se.sj.stina.domain.provider.init_dictionary
-ipinitd
public static final java.lang.String REINITIALISE_INSTANCE_CACHE_DOW
se.sj.stina.domain.provider.reinit_instance_cache_dow
-ipreiniticdow
public static final java.lang.String REINITIALISE_INSTANCE_CACHE_TIME
se.sj.stina.domain.provider.reinit_instance_cache_time
-ipreinitictime
public static final java.lang.String REINITIALISE_DICTIONARY_DOW
se.sj.stina.domain.provider.reinit_dictionary_dow
-ipreinitddow
public static final java.lang.String REINITIALISE_DICTIONARY_TIME
se.sj.stina.domain.provider.reinit_dictionary_time
-ipreinitdtime
public static final java.lang.String REINITIALISE_CLIENTMENU_DOW
se.sj.stina.domain.provider.reinit_clientmenu_dow
-ipreinitcmdow
public static final java.lang.String REINITIALISE_CLIENTMENU_TIME
se.sj.stina.domain.provider.reinit_clientmenu_time
-ipreinitcmtime
public static final java.lang.String INITIALISE_SALES_CONTROL
se.sj.stina.domain.provider.init_sales_control
-ipinitsc
public static final java.lang.String MAPPER_MANDATORY_CHECK
se.sj.stina.domain.provider.mapper_mandatory_check
-ipmappermc
public static final java.lang.String MAPPER_NO_REUSE
se.sj.stina.domain.provider.mapper_no_reuse
-ipmappernoreuse
public static final java.lang.String LOG_VERBOSE_MESSAGES
se.sj.stina.domain.provider.log_verbose_messages
-iplogverbosemsg
public static final java.lang.String MESSAGE_SENT_LOG_LEVEL
se.sj.stina.domain.provider.message_sent_loglevel
-ipmsgsentll
public static final java.lang.String MESSAGE_RECEIVED_LOG_LEVEL
se.sj.stina.domain.provider.message_received_loglevel
-ipmsgreceivedll
public static final java.lang.String MEASUREMENT_LOG_LEVEL
se.sj.stina.domain.provider.measurement_loglevel
-ipmll
public static final java.lang.String SERVER_TIME_LOG
se.sj.stina.domain.provider.server_time_log
-ipstl
public static final java.lang.String METHOD_ENTRY_LOG_LEVEL
se.sj.stina.domain.provider.method_entry_loglevel
-ipmentryll
public static final java.lang.String METHOD_EXIT_LOG_LEVEL
se.sj.stina.domain.provider.method_exit_loglevel
-ipmexitll
public static final java.lang.String DUMP_PROPERTIES_LOG_LEVEL
se.sj.stina.domain.provider.dump_properties_loglevel
-ipdpll
public static final java.lang.String CACHE_STINA_FACTORIES
se.sj.stina.domain.provider.cache_stina_factories
-ipcsf
public static final java.lang.String PERMUTE_STINA_HOST_NAMES
se.sj.stina.domain.provider.permute_stina_host_names
-ippermutehostnames
public static final java.lang.String MODEL_FACTORY_CLASS_NAME
se.sj.stina.domain.provider.stina_model_factory_classname
-ipmfclassname
public static final java.lang.String PROVIDER_MEDIUM
se.sj.stina.domain.provider.provider_medium
-ipprovidermedium
public static final java.lang.String PROVIDER_MEDIUM_PROPERTY_LIST
se.sj.stina.domain.provider.provider_medium_property_list
-ipprovidermediumpropl
public static final java.lang.String STARTUP_STRATEGY
se.sj.stina.domain.provider.stina_startup_strategy
-ipstartupstrategy
public static final java.lang.String STINA_SERVER_HOST
se.sj.stina.domain.provider.stina_server_host
-ipstinaserverhost
public static final java.lang.String STINA_INITIAL_CONTEXT_FACTORY
se.sj.stina.domain.provider.stina_initial_context_factory
-ipstinacontextfactory
public static final java.lang.String USE_COMPRESSION
se.sj.stina.domain.provider.use_compression
-ipcompressed
public static final java.lang.String USE_CONTROL_DATA_CACHE
se.sj.stina.domain.provider.use_control_data_cache
-ipucdcache
public static final java.lang.String WRITE_ANSWER_TO_FILE
se.sj.stina.domain.provider.write_answer_to_file
-ipwriteatf
public static final java.lang.String WRITE_QUERY_TO_FILE
se.sj.stina.domain.provider.write_query_to_file
-ipwriteqtf
public static final java.lang.String SERVER_PING_INTERVAL
se.sj.stina.domain.provider.server_ping_interval
-ipspi
public static final java.lang.String RESOURCE_DIRECTORY
se.sj.stina.domain.provider.resourcedir
-iprd
public static final java.lang.String STRING_ENCODING
se.sj.stina.domain.provider.string_encoding
-ipsenc
Constructor Detail |
---|
public SjInformationProviderPropertySet()
Method Detail |
---|
protected TiProperty[] createProperties()
createProperties
in class TiPropertySet
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |