|
Sun Adapter for TCP/IP HL7 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.stc.connector.tcpip.model.client.TCPIPClientApplicationImpl
com.stc.connector.tcpip.ext.client.TCPIPEXTClientApplicationImpl
com.stc.connector.tcpip.hl7.client.HL7v3ClientApplicationImpl
public class HL7v3ClientApplicationImpl
This class implements the HL7 v3.0 client application interface.
| Field Summary | |
|---|---|
static java.lang.String |
version
|
| Fields inherited from class com.stc.connector.tcpip.model.client.TCPIPClientApplicationImpl |
|---|
defaultTimeout, mMonitorData |
| Constructor Summary | |
|---|---|
HL7v3ClientApplicationImpl()
|
|
HL7v3ClientApplicationImpl(TCPIPApplicationConnection appConn,
java.lang.String appName,
TCPIPMonitorData aMonitorData)
Constructor for HL7v3ClientApplicationImpl. |
|
| Method Summary | |
|---|---|
HL7v3AppMessage |
getHL7Message()
Returns the HL7v3AppMessage |
HL7v3MessageInfoInterface |
getHL7v3MessageInfo()
Returns the HL7v3MessageInfoInterface that holds the handles to various sections of the configuration |
protected long |
getMaxEmptyReadRetry()
|
java.lang.String |
getState()
Returns the State which is set by user. |
protected int |
getTimeToWaitForAResponse()
|
void |
setHL7Message(HL7v3AppMessage appMessage)
Sets the appMessage. |
void |
setHL7v3MessageInfo(HL7v3MessageInfo hl7MessageInfo)
Sets the hl7MessageInfo. |
void |
updateMBeanProperty(java.lang.String propertyName,
java.lang.String propertyDisplayValue)
Updates certain RA MBean property with the specified value. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.stc.connector.appconn.tcpip.hl7.HL7v3ClientApplication |
|---|
closeConnection, getMaxDataSize, getSocket, getTCPIPOutboundConfigInfo, isClosed, receiveBytes, receiveString, receiveString, sendBytes, sendString, sendString, setMaxDataSize, setState |
| Methods inherited from interface com.stc.connector.appconn.tcpip.ext.TCPIPEXTClientApplication |
|---|
closeConnection, getMaxDataSize, getMessageInfo, getSocket, getTCPIPOutboundConfigInfo, isClosed, receiveBytes, receiveEnvelopedMsg, receiveString, receiveString, sendBytes, sendEnvelopedMsg, sendString, sendString, setMaxDataSize, setState |
| Methods inherited from interface com.stc.connector.appconn.tcpip.model.TCPIPClientApplication |
|---|
closeConnection, getMaxDataSize, getSocket, getTCPIPOutboundConfigInfo, isClosed, receiveBytes, receiveString, receiveString, sendBytes, sendString, sendString, setMaxDataSize, setState |
| Field Detail |
|---|
public static final java.lang.String version
| Constructor Detail |
|---|
public HL7v3ClientApplicationImpl()
public HL7v3ClientApplicationImpl(TCPIPApplicationConnection appConn,
java.lang.String appName,
TCPIPMonitorData aMonitorData)
appConn - TCPIPApplicationConnectionappName - The applicatin name.aMonitorData - The TCPIPMonitorData (actually HL7MonitorData) object| Method Detail |
|---|
public HL7v3AppMessage getHL7Message()
throws HL7ApplicationException
getHL7Message in interface HL7v3ClientApplicationHL7ApplicationException
public HL7v3MessageInfoInterface getHL7v3MessageInfo()
throws HL7ApplicationException
getHL7v3MessageInfo in interface HL7v3ClientApplicationHL7ApplicationExceptionpublic void setHL7Message(HL7v3AppMessage appMessage)
appMessage - The appMessage to setpublic void setHL7v3MessageInfo(HL7v3MessageInfo hl7MessageInfo)
hl7MessageInfo - The hl7MessageInfo to set
public java.lang.String getState()
throws TCPIPApplicationException
TCPIPClientApplication
getState in interface TCPIPEXTClientApplicationgetState in interface HL7v3ClientApplicationgetState in interface TCPIPClientApplicationgetState in class TCPIPClientApplicationImplTCPIPApplicationException - on errorTCPIPClientApplication.getState()protected int getTimeToWaitForAResponse()
getTimeToWaitForAResponse in class TCPIPClientApplicationImplTCPIPClientApplicationImpl.getTimeToWaitForAResponse()protected long getMaxEmptyReadRetry()
getMaxEmptyReadRetry in class TCPIPClientApplicationImplTCPIPClientApplicationImpl.getMaxEmptyReadRetry()
public void updateMBeanProperty(java.lang.String propertyName,
java.lang.String propertyDisplayValue)
TCPIPClientApplicationImpl
updateMBeanProperty in class TCPIPClientApplicationImplTCPIPClientApplicationImpl.updateMBeanProperty(java.lang.String, java.lang.String)
|
Sun Adapter for TCP/IP HL7 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||