|
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.TCPIPServerGeneralInfo
public class TCPIPServerGeneralInfo
This class represents general TCPIP server configuration information.
| Field Summary | |
|---|---|
static java.lang.String |
version
|
| Constructor Summary | |
|---|---|
TCPIPServerGeneralInfo()
Constructor for TCPIPServerGeneralInfo. |
|
TCPIPServerGeneralInfo(com.stc.connector.framework.util.ConfigurationHelper aConfiguration)
Constructor for TCPIPServerGeneralInfo. |
|
| Method Summary | |
|---|---|
boolean |
getDedicatedSessionMode()
Returns the dedicatedSessionMode. |
com.stc.connector.framework.util.ConfigurationHelper |
getInitPropertiesInfo()
Returns the initial configuration. |
int |
getMaxDataSize()
Returns the maxDataSize. |
java.lang.String |
getPersistenceStateFileLocation()
|
java.lang.String |
getScopeOfState()
|
boolean |
isCollaborationScopeOfState()
|
boolean |
isConnectionScopeOfState()
|
boolean |
isOtdScopeOfState()
|
boolean |
isPersistenceScopeOfState()
|
boolean |
isResourceAdapterScopeOfState()
|
void |
setDedicatedSessionMode(boolean dedicatedSessionMode)
Sets the dedicatedSessionMode. |
void |
setMaxDataSize(int maxDataSize)
Sets the maxDataSize. |
void |
setPersistenceStateFileLocation(java.lang.String string)
|
void |
setScopeOfState(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 TCPIPServerGeneralInfo()
throws TCPIPApplicationException
TCPIPApplicationException - on error.
public TCPIPServerGeneralInfo(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 getMaxDataSize()
getMaxDataSize in interface TCPIPServerGeneralInfoInterface
public void setMaxDataSize(int maxDataSize)
throws TCPIPApplicationException
setMaxDataSize in interface TCPIPServerGeneralInfoInterfacemaxDataSize - The maxDataSize to set
TCPIPApplicationException - on errorpublic boolean getDedicatedSessionMode()
getDedicatedSessionMode in interface TCPIPServerGeneralInfoInterfacepublic void setDedicatedSessionMode(boolean dedicatedSessionMode)
dedicatedSessionMode - The dedicatedSessionMode to setpublic boolean isPersistenceScopeOfState()
isPersistenceScopeOfState in interface TCPIPServerGeneralInfoInterfacepublic boolean isResourceAdapterScopeOfState()
isResourceAdapterScopeOfState in interface TCPIPServerGeneralInfoInterfacepublic boolean isConnectionScopeOfState()
isConnectionScopeOfState in interface TCPIPServerGeneralInfoInterfacepublic boolean isCollaborationScopeOfState()
isCollaborationScopeOfState in interface TCPIPServerGeneralInfoInterfacepublic boolean isOtdScopeOfState()
isOtdScopeOfState in interface TCPIPServerGeneralInfoInterfacepublic java.lang.String getScopeOfState()
getScopeOfState in interface TCPIPServerGeneralInfoInterface
public void setScopeOfState(java.lang.String string)
throws TCPIPApplicationException
string -
TCPIPApplicationException - on errorpublic java.lang.String getPersistenceStateFileLocation()
public void setPersistenceStateFileLocation(java.lang.String string)
string - the persistence state file location
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 | ||||||||