Sun Adapter for Batch/FTP

com.stc.connector.batchadapter.alerts.secureftp
Class FTPOverSSLAlertCodes

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

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


Field Summary
static java.lang.String FTP_SSL_EWAY_CONFIG_FAILED
          FTP over SSL eWay configuration fail alert
static java.lang.String FTP_SSL_EWAY_CONN_ACQUIRE_FAILED
          FTP over SSL eWay connection acquire failed alert
static java.lang.String FTP_SSL_EWAY_CONN_INIT_FAILED
          FTP over SSL eWay connection init failed alert
static java.lang.String FTP_SSL_EWAY_CONNECTION_FAILED
          FTP over SSL eWay connection fail alert
static java.lang.String FTP_SSL_EWAY_ERROR
          FTP over SSL eWay error alert
static java.lang.String FTP_SSL_EWAY_OPERATION_ERROR
          FTP over SSL eWay operation error alert
static java.lang.String FTP_SSL_EWAY_RUNNING
          FTP over SSL eWay running status code.
static java.lang.String FTP_SSL_EWAY_STARTED
          FTP over SSL eWay started status code.
static java.lang.String FTP_SSL_EWAY_STOPPED
          FTP over SSL eWay stopped status code.
static java.lang.String FTP_SSL_EWAY_STOPPING
          FTP over SSL eWay stopping status code.
static java.lang.String FTP_SSL_EWAY_SUSPENDED
          FTP over SSL eWay suspended status code.
static java.lang.String FTP_SSL_EWAY_SUSPENDING
          FTP over SSL eWay suspending status code.
 
Constructor Summary
FTPOverSSLAlertCodes()
           
 
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

FTP_SSL_EWAY_STARTED

public static final java.lang.String FTP_SSL_EWAY_STARTED
FTP over SSL eWay started status code.

See Also:
Constant Field Values

FTP_SSL_EWAY_RUNNING

public static final java.lang.String FTP_SSL_EWAY_RUNNING
FTP over SSL eWay running status code.

See Also:
Constant Field Values

FTP_SSL_EWAY_STOPPING

public static final java.lang.String FTP_SSL_EWAY_STOPPING
FTP over SSL eWay stopping status code.

See Also:
Constant Field Values

FTP_SSL_EWAY_STOPPED

public static final java.lang.String FTP_SSL_EWAY_STOPPED
FTP over SSL eWay stopped status code.

See Also:
Constant Field Values

FTP_SSL_EWAY_SUSPENDING

public static final java.lang.String FTP_SSL_EWAY_SUSPENDING
FTP over SSL eWay suspending status code.

See Also:
Constant Field Values

FTP_SSL_EWAY_SUSPENDED

public static final java.lang.String FTP_SSL_EWAY_SUSPENDED
FTP over SSL eWay suspended status code.

See Also:
Constant Field Values

FTP_SSL_EWAY_CONN_INIT_FAILED

public static final java.lang.String FTP_SSL_EWAY_CONN_INIT_FAILED
FTP over SSL eWay connection init failed alert

See Also:
Constant Field Values

FTP_SSL_EWAY_CONN_ACQUIRE_FAILED

public static final java.lang.String FTP_SSL_EWAY_CONN_ACQUIRE_FAILED
FTP over SSL eWay connection acquire failed alert

See Also:
Constant Field Values

FTP_SSL_EWAY_CONFIG_FAILED

public static final java.lang.String FTP_SSL_EWAY_CONFIG_FAILED
FTP over SSL eWay configuration fail alert

See Also:
Constant Field Values

FTP_SSL_EWAY_CONNECTION_FAILED

public static final java.lang.String FTP_SSL_EWAY_CONNECTION_FAILED
FTP over SSL eWay connection fail alert

See Also:
Constant Field Values

FTP_SSL_EWAY_ERROR

public static final java.lang.String FTP_SSL_EWAY_ERROR
FTP over SSL eWay error alert

See Also:
Constant Field Values

FTP_SSL_EWAY_OPERATION_ERROR

public static final java.lang.String FTP_SSL_EWAY_OPERATION_ERROR
FTP over SSL eWay operation error alert

See Also:
Constant Field Values
Constructor Detail

FTPOverSSLAlertCodes

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