|
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) objectMethod Detail |
---|
public HL7AppMessage getHL7Message() throws HL7ApplicationException
HL7ClientApplication
getHL7Message
in interface HL7ClientApplication
HL7AppMessage
- Object.
HL7ApplicationException
HL7ClientApplication.getHL7Message()
public HL7MessageInfoInterface getHL7MessageInfo() throws HL7ApplicationException
HL7ClientApplication
getHL7MessageInfo
in interface HL7ClientApplication
HL7MessageInfo
- Object.
HL7ApplicationException
HL7ClientApplication.getHL7MessageInfo()
public void setHL7Message(HL7AppMessage appMessage)
appMessage
- The appMessage to setpublic void setHL7MessageInfo(HL7MessageInfo hl7MessageInfo)
hl7MessageInfo
- The hl7MessageInfo to setpublic java.lang.String getState() throws TCPIPApplicationException
TCPIPClientApplication
getState
in interface TCPIPEXTClientApplication
getState
in interface HL7ClientApplication
getState
in interface TCPIPClientApplication
getState
in class TCPIPClientApplicationImpl
TCPIPApplicationException
- on errorTCPIPClientApplication.getState()
protected int getTimeToWaitForAResponse()
getTimeToWaitForAResponse
in class TCPIPClientApplicationImpl
TCPIPClientApplicationImpl.getTimeToWaitForAResponse()
protected long getMaxEmptyReadRetry()
getMaxEmptyReadRetry
in class TCPIPClientApplicationImpl
TCPIPClientApplicationImpl.getMaxEmptyReadRetry()
public void updateMBeanProperty(java.lang.String propertyName, java.lang.String propertyDisplayValue)
TCPIPClientApplicationImpl
updateMBeanProperty
in class TCPIPClientApplicationImpl
TCPIPClientApplicationImpl.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 |