Sun Adapter for Batch/FTP

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

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

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


Field Summary
static java.lang.String BATCH_INBOUND_EWAY_CONFIG_FAILED
          Batch Inbound eWay configuration fail alert
static java.lang.String BATCH_INBOUND_EWAY_CONNECTION_FAILED
          Batch Inbound eWay connection fail alert
static java.lang.String BATCH_INBOUND_EWAY_ERROR
          Batch Inbound eWay error alert
static java.lang.String BATCH_INBOUND_EWAY_RUNNING
          Batch Inbound eWay running status code.
static java.lang.String BATCH_INBOUND_EWAY_STARTED
          Batch Inbound eWay started status code.
static java.lang.String BATCH_INBOUND_EWAY_STOPPED
          Batch Inbound eWay stopped status code.
static java.lang.String BATCH_INBOUND_EWAY_STOPPING
          Batch Inbound eWay stopping status code.
static java.lang.String BATCH_INBOUND_EWAY_SUSPENDED
          Batch Inbound eWay suspended status code.
static java.lang.String BATCH_INBOUND_EWAY_SUSPENDING
          Batch Inbound eWay suspending status code.
 
Constructor Summary
BatchInboundAlertCodes()
           
 
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_INBOUND_EWAY_STARTED

public static final java.lang.String BATCH_INBOUND_EWAY_STARTED
Batch Inbound eWay started status code.

See Also:
Constant Field Values

BATCH_INBOUND_EWAY_RUNNING

public static final java.lang.String BATCH_INBOUND_EWAY_RUNNING
Batch Inbound eWay running status code.

See Also:
Constant Field Values

BATCH_INBOUND_EWAY_STOPPING

public static final java.lang.String BATCH_INBOUND_EWAY_STOPPING
Batch Inbound eWay stopping status code.

See Also:
Constant Field Values

BATCH_INBOUND_EWAY_STOPPED

public static final java.lang.String BATCH_INBOUND_EWAY_STOPPED
Batch Inbound eWay stopped status code.

See Also:
Constant Field Values

BATCH_INBOUND_EWAY_SUSPENDING

public static final java.lang.String BATCH_INBOUND_EWAY_SUSPENDING
Batch Inbound eWay suspending status code.

See Also:
Constant Field Values

BATCH_INBOUND_EWAY_SUSPENDED

public static final java.lang.String BATCH_INBOUND_EWAY_SUSPENDED
Batch Inbound eWay suspended status code.

See Also:
Constant Field Values

BATCH_INBOUND_EWAY_CONFIG_FAILED

public static final java.lang.String BATCH_INBOUND_EWAY_CONFIG_FAILED
Batch Inbound eWay configuration fail alert

See Also:
Constant Field Values

BATCH_INBOUND_EWAY_CONNECTION_FAILED

public static final java.lang.String BATCH_INBOUND_EWAY_CONNECTION_FAILED
Batch Inbound eWay connection fail alert

See Also:
Constant Field Values

BATCH_INBOUND_EWAY_ERROR

public static final java.lang.String BATCH_INBOUND_EWAY_ERROR
Batch Inbound eWay error alert

See Also:
Constant Field Values
Constructor Detail

BatchInboundAlertCodes

public BatchInboundAlertCodes()
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