|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.ohf.ihe.common.mllp.ErrorCondition
public class ErrorCondition
| Field Summary | |
|---|---|
static int |
mllpErrorClosingSocket
MLLPException - unable to close a socket connection |
static int |
mllpNonSecureSocketError
MLLPException - exception creating non-secure socket |
static int |
mllpNoSocketConnection
MLLPException - unable to create a socket connection |
static int |
mllpSecureSocketError
MLLPException - exception creating secureSocket |
static int |
mllpSocketUseError
MLLPException - error occurred while using socket |
static int |
mllpUnexpectedError
MLLPException - encountered an unexpected error |
| Constructor Summary | |
|---|---|
ErrorCondition()
|
|
| Method Summary | |
|---|---|
static java.lang.String |
acceptCode(int value)
Appropriate accept code for the error condition |
static java.lang.String |
display(int value)
Human friendly display for the error condition |
static java.lang.String |
errorCondition(int value)
HL7 error condition code for the condition |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final int mllpNoSocketConnection
public static final int mllpUnexpectedError
public static final int mllpErrorClosingSocket
public static final int mllpSocketUseError
public static final int mllpSecureSocketError
public static final int mllpNonSecureSocketError
| Constructor Detail |
|---|
public ErrorCondition()
| Method Detail |
|---|
public static java.lang.String display(int value)
value -
public static java.lang.String acceptCode(int value)
value -
public static java.lang.String errorCondition(int value)
value -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||