Package com.webmethods.sc.mws
Interface LibraryConstants
public interface LibraryConstants
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
static final String
System property which identifies the amount of time in milliseconds to sleep between runs of the idle connection validation/cleaner thread.static final int
The default value for the amount of time in milliseconds to sleep between runs of the idle connection validation/cleaner thread.static final String
System property which identifies database driver.static final String
System property which identifies database connection password.static final String
System property which identifies connection url.static final String
System property which identifies database connection user.static final String
System property which identifies the minimum amount of time in milliseconds an object may sit idle in the pool before it is eligible for evication.static final int
The default value for the minimum amount of time in milliseconds an object may sit idle in the pool before it is eligible for evication.static final String
System property which identifies the name of JDBC pool alias which should be used to connect to MWS databasestatic final String
System property which identifies the maximum number of established connections that should be kept in the pool at all times.static final int
The default value for the maximum number of established connections that should be kept in the pool at all times.static final String
System property which identifies the amount of time in milliseconds to sleep between runs of the idle connection validation/cleaner thread.static final int
The default value for the amount of time in milliseconds to sleep between runs of the idle connection validation/cleaner thread.static final String
System property which identifies the minimum number of established connections that should be kept in the pool at all times.static final int
The default value for the minimum number of established connections that should be kept in the pool at all times.static final String
System property which value identifies root path to installed WM products, e.g.
-
Field Details
-
SYSTEM_PROP_MWS_INSTALL_DIR
System property which value identifies root path to installed WM products, e.g. c:\webMethods. This is used to read MWS database configuration and requires a local configured MWS instance. Either this property of DB_URL property should be specified- See Also:
-
SYSTEM_PROP_JDBC_POOL_ALIAS
System property which identifies the name of JDBC pool alias which should be used to connect to MWS database- See Also:
-
SYSTEM_PROP_DB_URL
System property which identifies connection url. Either this property or WM_INSTALL_DIR property should be specified- See Also:
-
SYSTEM_PROP_DB_DRIVER
System property which identifies database driver.- See Also:
-
SYSTEM_PROP_DB_USER
System property which identifies database connection user.- See Also:
-
SYSTEM_PROP_MIN_CONNECTIONS
System property which identifies the minimum number of established connections that should be kept in the pool at all times.- See Also:
-
SYSTEM_PROP_MIN_CONNECTIONS_DEFAULT
static final int SYSTEM_PROP_MIN_CONNECTIONS_DEFAULTThe default value for the minimum number of established connections that should be kept in the pool at all times.- See Also:
-
SYSTEM_PROP_MAX_CONNECTIONS
System property which identifies the maximum number of established connections that should be kept in the pool at all times.- See Also:
-
SYSTEM_PROP_MAX_CONNECTIONS_DEFAULT
static final int SYSTEM_PROP_MAX_CONNECTIONS_DEFAULTThe default value for the maximum number of established connections that should be kept in the pool at all times.- See Also:
-
SYSTEM_PROP_IDLE_TIMEOUT
System property which identifies the minimum amount of time in milliseconds an object may sit idle in the pool before it is eligible for evication.- See Also:
-
SYSTEM_PROP_IDLE_TIMEOUT_DEFAULT
static final int SYSTEM_PROP_IDLE_TIMEOUT_DEFAULTThe default value for the minimum amount of time in milliseconds an object may sit idle in the pool before it is eligible for evication.- See Also:
-
SYSTEM_PROP_CLEANUP_PERIOD
System property which identifies the amount of time in milliseconds to sleep between runs of the idle connection validation/cleaner thread.- See Also:
-
SYSTEM_PROP_CLEANUP_PERIOD_DEFAULT
static final int SYSTEM_PROP_CLEANUP_PERIOD_DEFAULTThe default value for the amount of time in milliseconds to sleep between runs of the idle connection validation/cleaner thread.- See Also:
-
SYSTEM_PROP_MAX_WAITTIME
System property which identifies the amount of time in milliseconds to sleep between runs of the idle connection validation/cleaner thread.- See Also:
-
SYSTEM_PROP_MAX_WAITTIME_DEFAULT
static final int SYSTEM_PROP_MAX_WAITTIME_DEFAULTThe default value for the amount of time in milliseconds to sleep between runs of the idle connection validation/cleaner thread.- See Also:
-
SYSTEM_PROP_DB_PASSWORD
System property which identifies database connection password. Once MWSLibrary is initialized password value is not required in the System properties anymore- See Also:
-
MWSCONFIG_PROTOCOL
- See Also:
-