Sun Adapter for Batch/FTP

com.stc.connector.batchadapter.alerts.batch
Class BatchRecordAlertCodes

java.lang.Object
  extended by com.stc.connector.batchadapter.alerts.batch.BatchRecordAlertCodes
All Implemented Interfaces:
com.stc.connector.management.jca.system.mbeans.AlertCodeMap

public class BatchRecordAlertCodes
extends java.lang.Object
implements com.stc.connector.management.jca.system.mbeans.AlertCodeMap


Field Summary
static java.lang.String BATCH_REC_EWAY_CONFIG_FAILED
          Batch Record eWay configuration fail alert
static java.lang.String BATCH_REC_EWAY_CONN_ACQUIRE_FAILED
          Batch Record eWay connection acquire failed alert
static java.lang.String BATCH_REC_EWAY_CONN_INIT_FAILED
          Batch Record eWay connection init failed alert
static java.lang.String BATCH_REC_EWAY_CONNECTION_FAILED
          Batch Record eWay connection fail alert
static java.lang.String BATCH_REC_EWAY_ERROR
          Batch Record eWay error alert
static java.lang.String BATCH_REC_EWAY_OPERATION_ERROR
          Batch Record eWay error alert
static java.lang.String BATCH_REC_EWAY_RUNNING
          Batch Record eWay running status code.
static java.lang.String BATCH_REC_EWAY_STARTED
          Batch Record eWay started status code.
static java.lang.String BATCH_REC_EWAY_STOPPED
          Batch Record eWay stopped status code.
static java.lang.String BATCH_REC_EWAY_STOPPING
          Batch Record eWay stopping status code.
static java.lang.String BATCH_REC_EWAY_SUSPENDED
          Batch Record eWay suspended status code.
static java.lang.String BATCH_REC_EWAY_SUSPENDING
          Batch Record eWay suspending status code.
 
Constructor Summary
BatchRecordAlertCodes()
           
 
Method Summary
 java.lang.String getMapping(java.lang.String key)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

BATCH_REC_EWAY_STARTED

public static final java.lang.String BATCH_REC_EWAY_STARTED
Batch Record eWay started status code.

See Also:
Constant Field Values

BATCH_REC_EWAY_RUNNING

public static final java.lang.String BATCH_REC_EWAY_RUNNING
Batch Record eWay running status code.

See Also:
Constant Field Values

BATCH_REC_EWAY_STOPPING

public static final java.lang.String BATCH_REC_EWAY_STOPPING
Batch Record eWay stopping status code.

See Also:
Constant Field Values

BATCH_REC_EWAY_STOPPED

public static final java.lang.String BATCH_REC_EWAY_STOPPED
Batch Record eWay stopped status code.

See Also:
Constant Field Values

BATCH_REC_EWAY_SUSPENDING

public static final java.lang.String BATCH_REC_EWAY_SUSPENDING
Batch Record eWay suspending status code.

See Also:
Constant Field Values

BATCH_REC_EWAY_SUSPENDED

public static final java.lang.String BATCH_REC_EWAY_SUSPENDED
Batch Record eWay suspended status code.

See Also:
Constant Field Values

BATCH_REC_EWAY_CONN_INIT_FAILED

public static final java.lang.String BATCH_REC_EWAY_CONN_INIT_FAILED
Batch Record eWay connection init failed alert

See Also:
Constant Field Values

BATCH_REC_EWAY_CONN_ACQUIRE_FAILED

public static final java.lang.String BATCH_REC_EWAY_CONN_ACQUIRE_FAILED
Batch Record eWay connection acquire failed alert

See Also:
Constant Field Values

BATCH_REC_EWAY_CONFIG_FAILED

public static final java.lang.String BATCH_REC_EWAY_CONFIG_FAILED
Batch Record eWay configuration fail alert

See Also:
Constant Field Values

BATCH_REC_EWAY_CONNECTION_FAILED

public static final java.lang.String BATCH_REC_EWAY_CONNECTION_FAILED
Batch Record eWay connection fail alert

See Also:
Constant Field Values

BATCH_REC_EWAY_ERROR

public static final java.lang.String BATCH_REC_EWAY_ERROR
Batch Record eWay error alert

See Also:
Constant Field Values

BATCH_REC_EWAY_OPERATION_ERROR

public static final java.lang.String BATCH_REC_EWAY_OPERATION_ERROR
Batch Record eWay error alert

See Also:
Constant Field Values
Constructor Detail

BatchRecordAlertCodes

public BatchRecordAlertCodes()
Method Detail

getMapping

public java.lang.String getMapping(java.lang.String key)
Specified by:
getMapping in interface com.stc.connector.management.jca.system.mbeans.AlertCodeMap

Sun Adapter for Batch/FTP