Sun Adapter for TCP/IP HL7

com.stc.connector.tcpip.model.server
Interface TCPIPServerGeneralInfoInterface

All Known Implementing Classes:
TCPIPServerGeneralInfo

public interface TCPIPServerGeneralInfoInterface

This class represents general TCPIP server configuration information.

Version:
cvs revision: $Revision: 1.3 $ Last Modified: $Date: 2008/04/23 07:15:23 $
Author:
Harry Liu

Field Summary
static java.lang.String version
           
 
Method Summary
 boolean getDedicatedSessionMode()
          Returns the dedicatedSessionMode.
 int getMaxDataSize()
          Returns the maxDataSize.
 java.lang.String getScopeOfState()
           
 boolean isCollaborationScopeOfState()
           
 boolean isConnectionScopeOfState()
           
 boolean isOtdScopeOfState()
           
 boolean isPersistenceScopeOfState()
           
 boolean isResourceAdapterScopeOfState()
           
 void setMaxDataSize(int maxDataSize)
          Sets the maxDataSize.
 

Field Detail

version

static final java.lang.String version
See Also:
Constant Field Values
Method Detail

getMaxDataSize

int getMaxDataSize()
Returns the maxDataSize. This size defines the max size of data which the programs can hold/process internally. The valid range is from 1 to 2GB (the max value of java integer).

Returns:
int

setMaxDataSize

void setMaxDataSize(int maxDataSize)
                    throws TCPIPApplicationException
Sets the maxDataSize. This size defines the max size of data which the programs can hold/process internally. The valid range is from 1 to 2GB (the max value of java integer).

Parameters:
maxDataSize - The maxDataSize to set
Throws:
TCPIPApplicationException - on error

getDedicatedSessionMode

boolean getDedicatedSessionMode()
Returns the dedicatedSessionMode.

Returns:
boolean

isPersistenceScopeOfState

boolean isPersistenceScopeOfState()
Returns:
boolean

isResourceAdapterScopeOfState

boolean isResourceAdapterScopeOfState()
Returns:
boolean

isConnectionScopeOfState

boolean isConnectionScopeOfState()
Returns:
boolean

isCollaborationScopeOfState

boolean isCollaborationScopeOfState()
Returns:
boolean

isOtdScopeOfState

boolean isOtdScopeOfState()
Returns:
boolean

getScopeOfState

java.lang.String getScopeOfState()
Returns:
boolean

Sun Adapter for TCP/IP HL7