|
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.TCPIPClientGeneralInfo
public class TCPIPClientGeneralInfo
This class represents general TCPIP client configuration information.
Field Summary | |
---|---|
static java.lang.String |
version
|
Constructor Summary | |
---|---|
TCPIPClientGeneralInfo()
Constructor for TCPIPClientGeneralInfo. |
|
TCPIPClientGeneralInfo(com.stc.connector.framework.util.ConfigurationHelper aConfiguration)
Constructor for TCPIPClientGeneralInfo. |
Method Summary | |
---|---|
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 |
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 TCPIPClientGeneralInfo() throws TCPIPApplicationException
TCPIPApplicationException
- on error.public TCPIPClientGeneralInfo(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 TCPIPClientGeneralInfoInterface
public void setMaxDataSize(int maxDataSize) throws TCPIPApplicationException
setMaxDataSize
in interface TCPIPClientGeneralInfoInterface
maxDataSize
- The maxDataSize to set
TCPIPApplicationException
- on errorpublic boolean isPersistenceScopeOfState()
isPersistenceScopeOfState
in interface TCPIPClientGeneralInfoInterface
public boolean isResourceAdapterScopeOfState()
isResourceAdapterScopeOfState
in interface TCPIPClientGeneralInfoInterface
public boolean isConnectionScopeOfState()
isConnectionScopeOfState
in interface TCPIPClientGeneralInfoInterface
public boolean isCollaborationScopeOfState()
isCollaborationScopeOfState
in interface TCPIPClientGeneralInfoInterface
public boolean isOtdScopeOfState()
isOtdScopeOfState
in interface TCPIPClientGeneralInfoInterface
public java.lang.String getScopeOfState()
getScopeOfState
in interface TCPIPClientGeneralInfoInterface
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
- 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 |