Interface LibraryConstants


public interface LibraryConstants
  • Field Details

    • SYSTEM_PROP_MWS_INSTALL_DIR

      static final String 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

      static final String 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

      static final String 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

      static final String SYSTEM_PROP_DB_DRIVER
      System property which identifies database driver.
      See Also:
    • SYSTEM_PROP_DB_USER

      static final String SYSTEM_PROP_DB_USER
      System property which identifies database connection user.
      See Also:
    • SYSTEM_PROP_MIN_CONNECTIONS

      static final String 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_DEFAULT
      The 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

      static final String 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_DEFAULT
      The 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

      static final String 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_DEFAULT
      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.
      See Also:
    • SYSTEM_PROP_CLEANUP_PERIOD

      static final String 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_DEFAULT
      The 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

      static final String 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_DEFAULT
      The 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

      static final String 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

      static final String MWSCONFIG_PROTOCOL
      See Also: