|
Sun Adapter for TCP/IP HL7 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MessageInfoInterface
This class represents the message configuration information.
Field Summary | |
---|---|
static java.lang.String |
version
|
Method Summary | |
---|---|
int |
getBytesToRead()
Returns the value of bytesToRead. |
java.lang.String |
getCustomEnvelopedClassName()
Returns the customEnvelopedClassName. |
java.lang.String |
getCustomerDefinedProperty()
Returns the customerDefinedProperty. |
java.lang.String |
getEnvelopeType()
Returns the envelopeType. |
char |
getIgnoreUntilChar()
Returns the ignoreUntilChar. |
java.lang.String |
getNumericRepresentation()
Returns the numericRepresentation. |
char |
getStoreUntilChar()
Returns the storeUntilChar. |
int |
getWidthOfLength()
Returns the widthOfLength. |
boolean |
isBeginEndMarkedMsg()
Checks whether the envelope type is BeginEndMarked. |
boolean |
isCustomEnvelopedMsg()
Checks whether the envelope type is Custom (user-defined). |
boolean |
isEndMarkedMsg()
Checks whether the envelope type is EndMarked. |
boolean |
isFixedLengthMsg()
Checks whether the envelope type is FixedLength. |
boolean |
isLengthPrefixedMsg()
Checks whether the envelope type is LengthPrefixed. |
boolean |
isMarkedAndFixedMsg()
Checks whether the envelope type is MarkedAndFixed. |
boolean |
isNumericRepDecimal()
Checks whether the NumericRep is Decimal. |
boolean |
isNumericRepHexadecimal()
Checks whether the NumericRep is Hexadecimal. |
boolean |
isNumericRepNetworkLong()
Checks whether the NumericRep Network Long. |
boolean |
isNumericRepNetworkShort()
Checks whether the NumericRep is Network Short. |
boolean |
isNumericRepOctal()
Checks whether the NumericRep is Octal. |
boolean |
isPerActiveConnectionMsg()
Checks whether the envelope type is PerActiveConnection. |
void |
setBytesToRead(int bytesToRead)
Sets the bytesToRead. |
void |
setCustomEnvelopedClassName(java.lang.String customEnvelopedClassName)
Sets the customEnvelopedClassName. |
void |
setCustomerDefinedProperty(java.lang.String customerDefinedProperty)
Sets the customerDefinedProperty. |
void |
setEnvelopeType(java.lang.String envelopeType)
Sets the envelopeType. |
void |
setIgnoreUntilChar(char ignoreUntilChar)
Sets the ignoreUntilChar. |
void |
setNumericRepresentation(java.lang.String numericRepresentation)
Sets the numericRepresentation. |
void |
setStoreUntilChar(char storeUntilChar)
Sets the storeUntilChar. |
void |
setWidthOfLength(int widthOfLength)
Sets the widthOfLength. |
Field Detail |
---|
static final java.lang.String version
Method Detail |
---|
int getBytesToRead()
java.lang.String getEnvelopeType()
java.lang.String getCustomEnvelopedClassName()
java.lang.String getCustomerDefinedProperty()
char getIgnoreUntilChar()
java.lang.String getNumericRepresentation()
char getStoreUntilChar()
int getWidthOfLength()
boolean isNumericRepDecimal()
boolean isNumericRepHexadecimal()
boolean isNumericRepOctal()
boolean isNumericRepNetworkShort()
boolean isNumericRepNetworkLong()
boolean isBeginEndMarkedMsg()
boolean isEndMarkedMsg()
boolean isFixedLengthMsg()
boolean isLengthPrefixedMsg()
boolean isMarkedAndFixedMsg()
boolean isPerActiveConnectionMsg()
boolean isCustomEnvelopedMsg()
void setBytesToRead(int bytesToRead) throws TCPIPApplicationException
bytesToRead
- The bytesToRead to set
TCPIPApplicationException
- on errorvoid setEnvelopeType(java.lang.String envelopeType) throws TCPIPApplicationException
envelopeType
- The envelopeType to set
TCPIPApplicationException
- on errorvoid setCustomEnvelopedClassName(java.lang.String customEnvelopedClassName)
- It should represent a solid class. - It should have a constructor with an empty argument list. - It should be a type of com.stc.connector.tcpip.ext.msg.EnvelopedMsgReceiver. - It should be a type of com.stc.connector.tcpip.ext.msg.EnvelopedMsgSender.
customEnvelopedClassName
- The customEnvelopedClassName to setvoid setCustomerDefinedProperty(java.lang.String customerDefinedProperty)
customerDefinedProperty
- The customerDefinedProperty to setvoid setIgnoreUntilChar(char ignoreUntilChar) throws TCPIPApplicationException
ignoreUntilChar
- The ignoreUntilChar to set
TCPIPApplicationException
- on errorvoid setNumericRepresentation(java.lang.String numericRepresentation) throws TCPIPApplicationException
. Decimal . Hexadecimal . Octal . Network Long . Network Short
numericRepresentation
- The numericRepresentation to set
TCPIPApplicationException
- on errorvoid setStoreUntilChar(char storeUntilChar) throws TCPIPApplicationException
storeUntilChar
- The storeUntilChar to set
TCPIPApplicationException
- on errorvoid setWidthOfLength(int widthOfLength) throws TCPIPApplicationException
widthOfLength
- The widthOfLength to set
TCPIPApplicationException
- on error
|
Sun Adapter for TCP/IP HL7 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |