com.stc.connector.tcpip.hl7.alert
Class HL7AlertCodes
java.lang.Object
com.stc.connector.tcpip.hl7.alert.HL7AlertCodes
- All Implemented Interfaces:
- com.stc.connector.management.jca.system.mbeans.AlertCodeMap
public class HL7AlertCodes
- extends java.lang.Object
- implements com.stc.connector.management.jca.system.mbeans.AlertCodeMap
This class is used to hold the alert codes for HL7 eway.
- Version:
- cvs revision: $Revision: 1.2 $ Last Modified: $Date: 2005/09/03 06:28:38 $
- Author:
- Harry Liu
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 |
version
public static final java.lang.String version
- See Also:
- Constant Field Values
HL7_EWAY_STARTED
public static final java.lang.String HL7_EWAY_STARTED
- See Also:
- Constant Field Values
HL7_EWAY_RUNNING
public static final java.lang.String HL7_EWAY_RUNNING
- See Also:
- Constant Field Values
HL7_EWAY_STOPPING
public static final java.lang.String HL7_EWAY_STOPPING
- See Also:
- Constant Field Values
HL7_EWAY_STOPPED
public static final java.lang.String HL7_EWAY_STOPPED
- See Also:
- Constant Field Values
HL7_EWAY_SUSPENDING
public static final java.lang.String HL7_EWAY_SUSPENDING
- See Also:
- Constant Field Values
HL7_EWAY_SUSPENDED
public static final java.lang.String HL7_EWAY_SUSPENDED
- See Also:
- Constant Field Values
HL7_EWAY_ERROR
public static final java.lang.String HL7_EWAY_ERROR
- See Also:
- Constant Field Values
HL7_CONNECT_FAILED
public static final java.lang.String HL7_CONNECT_FAILED
- See Also:
- Constant Field Values
HL7_SEND_FAILED
public static final java.lang.String HL7_SEND_FAILED
- See Also:
- Constant Field Values
HL7_RECEIVE_FAILED
public static final java.lang.String HL7_RECEIVE_FAILED
- See Also:
- Constant Field Values
HL7_CONNECT_ESTABLISHED
public static final java.lang.String HL7_CONNECT_ESTABLISHED
- See Also:
- Constant Field Values
HL7_CONNECT_CLOSED
public static final java.lang.String HL7_CONNECT_CLOSED
- See Also:
- Constant Field Values
HL7AlertCodes
public HL7AlertCodes()
- Constructor
getMapping
public java.lang.String getMapping(java.lang.String key)
- Specified by:
getMapping
in interface com.stc.connector.management.jca.system.mbeans.AlertCodeMap
- See Also:
AlertCodeMap.getMapping(String)