com.stc.connector.tcpip.model.server
Interface TCPIPServerConfigInfoInterface
- All Known Implementing Classes:
- TCPIPServerConfigInfo
public interface TCPIPServerConfigInfoInterface
This class wraps TCPIP server configuration information.
- Version:
- cvs revision: $Revision: 1.2 $ Last Modified: $Date: 2005/09/03 06:33:18 $
- Author:
- Harry Liu
Field Summary |
static java.lang.String |
version
|
version
static final java.lang.String version
- See Also:
- Constant Field Values
getInboundConnectionManagementInfo
TCPIPServerConnectionManagementInfoInterface getInboundConnectionManagementInfo()
- Returns:
- TCPIPServerConnectionManagementInfoInterface
getServerPortBindingInfo
TCPIPServerPortBindingInfoInterface getServerPortBindingInfo()
- Returns:
- TCPIPServerPortBindingInfoInterface
getClientConnectionEstablishmentInfo
TCPIPSocketEstablishmentInfoInterface getClientConnectionEstablishmentInfo()
- It is for inbound client only.
- Returns:
- TCPIPSocketEstablishmentInfoInterface
getInboundScheduleInfo
TCPIPServerScheduleInfoInterface getInboundScheduleInfo()
throws TCPIPApplicationException
- Returns:
- TCPIPServerScheduleInfoInterface
- Throws:
TCPIPApplicationException