|
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.hl7.msg.HL7CommunicationControlInfo
public class HL7CommunicationControlInfo
Field Summary | |
---|---|
static java.lang.String |
version
|
Constructor Summary | |
---|---|
HL7CommunicationControlInfo()
Constructor for HL7CommunicationControlInfo. |
|
HL7CommunicationControlInfo(com.stc.connector.framework.util.ConfigurationHelper aConfiguration)
|
Method Summary | |
---|---|
boolean |
getEnableJournalling()
Method getEnableJournalling |
long |
getMaxCannedNAKSendRetry()
Gets Maximun number of Canned NAK send retries. |
long |
getMaxEmptyReadRetry()
Gets Maximun number of empty read retries. |
long |
getMaxNAKReceiveRetry()
Gets Maximun number of NAK receive retries. |
long |
getMaxNAKSendRetry()
Gets Maximun number of NAK send retries. |
long |
getMaxNoResponse()
Gets Maximun number of tries to receive response. |
int |
getTimeToWaitForAResponse()
Gets time to wait for a response. |
boolean |
isEnableJournalling()
Configurable value to specify the Journalling is enable or not. |
void |
setEnableJournalling(boolean b)
Method setEnableJournalling |
void |
setMaxCannedNAKSendRetry(long l)
Method setMaxCannedNAKSendRetry |
void |
setMaxEmptyReadRetry(long l)
Method setMaxEmptyReadRetry |
void |
setMaxNAKReceiveRetry(long l)
Method setMaxNAKReceiveRetry |
void |
setMaxNAKSendRetry(long l)
Method setMaxNAKSendRetry |
void |
setMaxNoResponse(long l)
Method setMaxNoResponse |
void |
setTimeToWaitForAResponse(int i)
Method setTimeToWaitForAResponse |
void |
validate()
Method validate. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String version
Constructor Detail |
---|
public HL7CommunicationControlInfo() throws HL7ApplicationException
HL7ApplicationException
public HL7CommunicationControlInfo(com.stc.connector.framework.util.ConfigurationHelper aConfiguration) throws HL7ApplicationException
HL7ApplicationException
Method Detail |
---|
public long getMaxEmptyReadRetry()
getMaxEmptyReadRetry
in interface HL7CommunicationControlInfoInterface
maxEmptyReadRetry
- return long value.public long getMaxNAKReceiveRetry()
getMaxNAKReceiveRetry
in interface HL7CommunicationControlInfoInterface
maxNAKReceiveRetry
- return long value.public long getMaxNAKSendRetry()
getMaxNAKSendRetry
in interface HL7CommunicationControlInfoInterface
maxNAKSendRetry
- return long value.public long getMaxCannedNAKSendRetry()
getMaxCannedNAKSendRetry
in interface HL7CommunicationControlInfoInterface
maxCannedNAKSendRetry
- return long value.public long getMaxNoResponse()
getMaxNoResponse
in interface HL7CommunicationControlInfoInterface
maxNoResponse
- return long value.public int getTimeToWaitForAResponse()
getTimeToWaitForAResponse
in interface HL7CommunicationControlInfoInterface
timeToWaitForAResponse
- return int value.public boolean isEnableJournalling()
isEnableJournalling
in interface HL7CommunicationControlInfoInterface
enableJournalling
- return true/false.public boolean getEnableJournalling()
HL7CommunicationControlInfoInterface
getEnableJournalling
in interface HL7CommunicationControlInfoInterface
public void setMaxEmptyReadRetry(long l) throws HL7ApplicationException
HL7CommunicationControlInfoInterface
setMaxEmptyReadRetry
in interface HL7CommunicationControlInfoInterface
l
-
HL7ApplicationException
public void setMaxNAKReceiveRetry(long l) throws HL7ApplicationException
HL7CommunicationControlInfoInterface
setMaxNAKReceiveRetry
in interface HL7CommunicationControlInfoInterface
l
-
HL7ApplicationException
public void setMaxNAKSendRetry(long l) throws HL7ApplicationException
HL7CommunicationControlInfoInterface
setMaxNAKSendRetry
in interface HL7CommunicationControlInfoInterface
l
-
HL7ApplicationException
public void setMaxCannedNAKSendRetry(long l) throws HL7ApplicationException
HL7CommunicationControlInfoInterface
setMaxCannedNAKSendRetry
in interface HL7CommunicationControlInfoInterface
l
-
HL7ApplicationException
public void setMaxNoResponse(long l) throws HL7ApplicationException
HL7CommunicationControlInfoInterface
setMaxNoResponse
in interface HL7CommunicationControlInfoInterface
l
-
HL7ApplicationException
public void setTimeToWaitForAResponse(int i) throws HL7ApplicationException
HL7CommunicationControlInfoInterface
setTimeToWaitForAResponse
in interface HL7CommunicationControlInfoInterface
i
-
HL7ApplicationException
public void setEnableJournalling(boolean b)
HL7CommunicationControlInfoInterface
setEnableJournalling
in interface HL7CommunicationControlInfoInterface
b
- public void validate() throws HL7ApplicationException
HL7ApplicationException
|
Sun Adapter for TCP/IP HL7 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |