|
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.server.TCPIPServerPortBindingInfo
public class TCPIPServerPortBindingInfo
This class represents TCPIP ServerSocket binding information.
Field Summary | |
---|---|
static java.lang.String |
version
|
Constructor Summary | |
---|---|
TCPIPServerPortBindingInfo()
Constructor for TCPIPServerPortBindingInfo. |
|
TCPIPServerPortBindingInfo(com.stc.connector.framework.util.ConfigurationHelper aConfiguration)
Constructor for TCPIPServerPortBindingInfo. |
Method Summary | |
---|---|
com.stc.connector.framework.util.ConfigurationHelper |
getInitPropertiesInfo()
Returns the initial configuration. |
int |
getMaxBindingRetries()
|
long |
getRetryBindingInterval()
|
void |
setMaxBindingRetries(int i)
|
void |
setRetryBindingInterval(long l)
|
void |
validate()
Validates the socket configuration settings. |
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 TCPIPServerPortBindingInfo() throws TCPIPApplicationException
TCPIPApplicationException
- on error.public TCPIPServerPortBindingInfo(com.stc.connector.framework.util.ConfigurationHelper aConfiguration) throws TCPIPApplicationException
aConfiguration
- The initial properties into.
TCPIPApplicationException
- on error.Method Detail |
---|
public com.stc.connector.framework.util.ConfigurationHelper getInitPropertiesInfo()
public int getMaxBindingRetries()
getMaxBindingRetries
in interface TCPIPServerPortBindingInfoInterface
public long getRetryBindingInterval()
getRetryBindingInterval
in interface TCPIPServerPortBindingInfoInterface
public void setMaxBindingRetries(int i) throws TCPIPApplicationException
i
- the value to set
TCPIPApplicationException
- on errorpublic void setRetryBindingInterval(long l) throws TCPIPApplicationException
l
- the value to set
TCPIPApplicationException
- on errorpublic void validate() throws TCPIPApplicationException
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 |