|
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.TCPIPServerConnectionManagementInfo
public class TCPIPServerConnectionManagementInfo
This class represents some configuration parameters that are used to manage the server inbound connection.
| Field Summary | |
|---|---|
static java.lang.String |
version
|
| Constructor Summary | |
|---|---|
TCPIPServerConnectionManagementInfo()
Constructor for TCPIPServerConnectionManagementInfo. |
|
TCPIPServerConnectionManagementInfo(com.stc.connector.framework.util.ConfigurationHelper aConfiguration)
Constructor for TCPIPServerConnectionManagementInfo. |
|
| Method Summary | |
|---|---|
java.lang.String |
getCloseNotification()
|
long |
getConnectionPoolSize()
|
long |
getIdleTimeout()
|
com.stc.connector.framework.util.ConfigurationHelper |
getInitPropertiesInfo()
Returns the initial configuration. |
java.lang.String |
getScopeOfConnection()
|
boolean |
isCollaborationScopeOfConnection()
|
boolean |
isResourceAdapterScopeOfConnection()
|
boolean |
isSessionScopeOfConnection()
|
void |
setCloseNotification(java.lang.String string)
|
void |
setConnectionPoolSize(long l)
|
void |
setIdleTimeout(long l)
Value 0 means no idle timeout checking. |
void |
setScopeOfConnection(java.lang.String string)
|
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 TCPIPServerConnectionManagementInfo()
throws TCPIPApplicationException
TCPIPApplicationException - on error.
public TCPIPServerConnectionManagementInfo(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 java.lang.String getCloseNotification()
getCloseNotification in interface TCPIPServerConnectionManagementInfoInterfacepublic long getIdleTimeout()
getIdleTimeout in interface TCPIPServerConnectionManagementInfoInterfacepublic java.lang.String getScopeOfConnection()
getScopeOfConnection in interface TCPIPServerConnectionManagementInfoInterface
public void setCloseNotification(java.lang.String string)
throws TCPIPApplicationException
string -
TCPIPApplicationException - on error
public void setIdleTimeout(long l)
throws TCPIPApplicationException
l - the value to set
TCPIPApplicationException - on errorpublic boolean isResourceAdapterScopeOfConnection()
isResourceAdapterScopeOfConnection in interface TCPIPServerConnectionManagementInfoInterfacepublic boolean isSessionScopeOfConnection()
isSessionScopeOfConnection in interface TCPIPServerConnectionManagementInfoInterfacepublic boolean isCollaborationScopeOfConnection()
isCollaborationScopeOfConnection in interface TCPIPServerConnectionManagementInfoInterface
public void setScopeOfConnection(java.lang.String string)
throws TCPIPApplicationException
string - the value to set
TCPIPApplicationException - on errorpublic long getConnectionPoolSize()
getConnectionPoolSize in interface TCPIPServerConnectionManagementInfoInterface
public void setConnectionPoolSize(long l)
throws TCPIPApplicationException
l -
TCPIPApplicationException - on error
public 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 | ||||||||