|
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.HL7ClientApplicationImpl
public class HL7ClientApplicationImpl
This class implements the HL7 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 | |
|---|---|
HL7ClientApplicationImpl()
Default constructor for WSDL generation. |
|
HL7ClientApplicationImpl(TCPIPApplicationConnection appConn,
java.lang.String appName,
TCPIPMonitorData aMonitorData)
Constructor for HL7ClientApplicationImpl. |
|
| Method Summary | |
|---|---|
HL7AppMessage |
getHL7Message()
Returns an object which is used as a HL7 specific message/function holder. |
HL7MessageInfoInterface |
getHL7MessageInfo()
Returns an object which represents the HL7 specific configuration information. |
protected long |
getMaxEmptyReadRetry()
|
java.lang.String |
getState()
Returns the State which is set by user. |
protected int |
getTimeToWaitForAResponse()
|
void |
setHL7Message(HL7AppMessage appMessage)
Sets the appMessage. |
void |
setHL7MessageInfo(HL7MessageInfo 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.HL7ClientApplication |
|---|
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 HL7ClientApplicationImpl()
public HL7ClientApplicationImpl(TCPIPApplicationConnection appConn,
java.lang.String appName,
TCPIPMonitorData aMonitorData)
appConn - TCPIPApplicationConnectionappName - The applicatin name.aMonitorData - The TCPIPMonitorData (actually HL7MonitorData) object| Method Detail |
|---|
public HL7AppMessage getHL7Message()
throws HL7ApplicationException
HL7ClientApplication
getHL7Message in interface HL7ClientApplicationHL7AppMessage - Object.
HL7ApplicationExceptionHL7ClientApplication.getHL7Message()
public HL7MessageInfoInterface getHL7MessageInfo()
throws HL7ApplicationException
HL7ClientApplication
getHL7MessageInfo in interface HL7ClientApplicationHL7MessageInfo - Object.
HL7ApplicationExceptionHL7ClientApplication.getHL7MessageInfo()public void setHL7Message(HL7AppMessage appMessage)
appMessage - The appMessage to setpublic void setHL7MessageInfo(HL7MessageInfo hl7MessageInfo)
hl7MessageInfo - The hl7MessageInfo to set
public java.lang.String getState()
throws TCPIPApplicationException
TCPIPClientApplication
getState in interface TCPIPEXTClientApplicationgetState in interface HL7ClientApplicationgetState 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 | ||||||||