Sonic ESB API

com.sonicsw.esb.service.common
Class SFCServiceConstants

java.lang.Object
  extended by com.sonicsw.esb.service.common.SFCServiceConstants

public final class SFCServiceConstants
extends java.lang.Object

This class provides constants for the common service libraries.


Field Summary
static java.lang.String[] BEAN_CONFIG_LOCATIONS
          Spring bean XML configuration locations.
static java.lang.String ESB_MAJOR_MINOR
           
static java.lang.String METRIC_AVERAGE_EXECUTION_TIME
          Metric that tracks the average time (in milliseconds) service takes to execute.
static java.lang.String METRIC_AVERAGE_THREAD_USAGE
          Metric that tracks the average utilization of listener threads over the collection interval.
static java.lang.String METRIC_ENVELOPES_RECEIVED
          Metric that counts the number of envelopes received, i.e. the number of times service has been invoked.
static java.lang.String METRIC_ENVELOPES_RECEIVED_PER_SEC
          Metric that tracks the number of envelopes received per second.
static java.lang.String METRIC_SERVICE_FAILED_COUNT
          Metric that counts the number of times service produced an exception.
static java.lang.String METRIC_SERVICE_FAULTED_COUNT
          Metric that counts the number of times service produced a fault.
static java.lang.String NOTIF_START_ERR
          Notification that a service failed to start.
static java.lang.String NOTIF_STARTED
          Notification that a service has started successfully.
static java.lang.String NOTIF_STOP_ERR
          Notification that a service failed to stop.
static java.lang.String NOTIF_STOPPED
          Notification that a service has stopped successfully.
static java.lang.String PROPERTIES_ROOT_PATH
           
static java.lang.String PROPERTIES_SUFFIX
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ESB_MAJOR_MINOR

public static final java.lang.String ESB_MAJOR_MINOR

BEAN_CONFIG_LOCATIONS

public static final java.lang.String[] BEAN_CONFIG_LOCATIONS
Spring bean XML configuration locations.


PROPERTIES_SUFFIX

public static final java.lang.String PROPERTIES_SUFFIX
See Also:
Constant Field Values

PROPERTIES_ROOT_PATH

public static final java.lang.String PROPERTIES_ROOT_PATH
See Also:
Constant Field Values

METRIC_ENVELOPES_RECEIVED

public static final java.lang.String METRIC_ENVELOPES_RECEIVED
Metric that counts the number of envelopes received, i.e. the number of times service has been invoked.

See Also:
Constant Field Values

METRIC_ENVELOPES_RECEIVED_PER_SEC

public static final java.lang.String METRIC_ENVELOPES_RECEIVED_PER_SEC
Metric that tracks the number of envelopes received per second.

See Also:
Constant Field Values

METRIC_SERVICE_FAULTED_COUNT

public static final java.lang.String METRIC_SERVICE_FAULTED_COUNT
Metric that counts the number of times service produced a fault. Note that this does not indicate how many faults messages were actually produced, but rather how many received envelopes resulted in at least one fault.

See Also:
Constant Field Values

METRIC_SERVICE_FAILED_COUNT

public static final java.lang.String METRIC_SERVICE_FAILED_COUNT
Metric that counts the number of times service produced an exception.

See Also:
Constant Field Values

METRIC_AVERAGE_EXECUTION_TIME

public static final java.lang.String METRIC_AVERAGE_EXECUTION_TIME
Metric that tracks the average time (in milliseconds) service takes to execute. The average is computed over the collection interval. Execution time is not counted if an exception is thrown.

See Also:
Constant Field Values

METRIC_AVERAGE_THREAD_USAGE

public static final java.lang.String METRIC_AVERAGE_THREAD_USAGE
Metric that tracks the average utilization of listener threads over the collection interval.

See Also:
Constant Field Values

NOTIF_STARTED

public static final java.lang.String NOTIF_STARTED
Notification that a service has started successfully.

See Also:
Constant Field Values

NOTIF_START_ERR

public static final java.lang.String NOTIF_START_ERR
Notification that a service failed to start.

See Also:
Constant Field Values

NOTIF_STOPPED

public static final java.lang.String NOTIF_STOPPED
Notification that a service has stopped successfully.

See Also:
Constant Field Values

NOTIF_STOP_ERR

public static final java.lang.String NOTIF_STOP_ERR
Notification that a service failed to stop.

See Also:
Constant Field Values

Sonic ESB API

Copyright © 2001-2012 Progress Software Corporation. All Rights Reserved.
HTML formatted on 13-Mar-2012.