Sun Adapter for Batch/FTP

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

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

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


Field Summary
static java.lang.String BATCH_FTP_EWAY_CONFIG_FAILED
          Batch FTP eWay configuration fail alert
static java.lang.String BATCH_FTP_EWAY_CONN_ACQUIRE_FAILED
          Batch FTP eWay connection acquire failed alert
static java.lang.String BATCH_FTP_EWAY_CONN_INIT_FAILED
          Batch FTP eWay connection initialization failed alert
static java.lang.String BATCH_FTP_EWAY_CONNECTION_FAILED
          Batch FTP eWay connection fail alert
static java.lang.String BATCH_FTP_EWAY_ERROR
          Batch FTP eWay error alert
static java.lang.String BATCH_FTP_EWAY_OPERATION_ERROR
          Batch FTP eWay operation error alert
static java.lang.String BATCH_FTP_EWAY_RUNNING
          Batch FTP eWay running status code.
static java.lang.String BATCH_FTP_EWAY_STARTED
          Batch FTP eWay started status code.
static java.lang.String BATCH_FTP_EWAY_STOPPED
          Batch FTP eWay stopped status code.
static java.lang.String BATCH_FTP_EWAY_STOPPING
          Batch FTP eWay stopping status code.
static java.lang.String BATCH_FTP_EWAY_SUSPENDED
          Batch FTP eWay suspended status code.
static java.lang.String BATCH_FTP_EWAY_SUSPENDING
          Batch FTP eWay suspending status code.
 
Constructor Summary
BatchFTPAlertCodes()
           
 
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_FTP_EWAY_STARTED

public static final java.lang.String BATCH_FTP_EWAY_STARTED
Batch FTP eWay started status code.

See Also:
Constant Field Values

BATCH_FTP_EWAY_RUNNING

public static final java.lang.String BATCH_FTP_EWAY_RUNNING
Batch FTP eWay running status code.

See Also:
Constant Field Values

BATCH_FTP_EWAY_STOPPING

public static final java.lang.String BATCH_FTP_EWAY_STOPPING
Batch FTP eWay stopping status code.

See Also:
Constant Field Values

BATCH_FTP_EWAY_STOPPED

public static final java.lang.String BATCH_FTP_EWAY_STOPPED
Batch FTP eWay stopped status code.

See Also:
Constant Field Values

BATCH_FTP_EWAY_SUSPENDING

public static final java.lang.String BATCH_FTP_EWAY_SUSPENDING
Batch FTP eWay suspending status code.

See Also:
Constant Field Values

BATCH_FTP_EWAY_CONN_INIT_FAILED

public static final java.lang.String BATCH_FTP_EWAY_CONN_INIT_FAILED
Batch FTP eWay connection initialization failed alert

See Also:
Constant Field Values

BATCH_FTP_EWAY_CONN_ACQUIRE_FAILED

public static final java.lang.String BATCH_FTP_EWAY_CONN_ACQUIRE_FAILED
Batch FTP eWay connection acquire failed alert

See Also:
Constant Field Values

BATCH_FTP_EWAY_SUSPENDED

public static final java.lang.String BATCH_FTP_EWAY_SUSPENDED
Batch FTP eWay suspended status code.

See Also:
Constant Field Values

BATCH_FTP_EWAY_CONFIG_FAILED

public static final java.lang.String BATCH_FTP_EWAY_CONFIG_FAILED
Batch FTP eWay configuration fail alert

See Also:
Constant Field Values

BATCH_FTP_EWAY_CONNECTION_FAILED

public static final java.lang.String BATCH_FTP_EWAY_CONNECTION_FAILED
Batch FTP eWay connection fail alert

See Also:
Constant Field Values

BATCH_FTP_EWAY_ERROR

public static final java.lang.String BATCH_FTP_EWAY_ERROR
Batch FTP eWay error alert

See Also:
Constant Field Values

BATCH_FTP_EWAY_OPERATION_ERROR

public static final java.lang.String BATCH_FTP_EWAY_OPERATION_ERROR
Batch FTP eWay operation error alert

See Also:
Constant Field Values
Constructor Detail

BatchFTPAlertCodes

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