Sun Adapter for TCP/IP HL7

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

All Known Implementing Classes:
TCPIPServerScheduleInfo

public interface TCPIPServerScheduleInfoInterface

This class represents TCPIP Server Schedule configuration information.

Version:
cvs revision: $Revision: 1.2 $ Last Modified: $Date: 2005/09/03 06:33:19 $
Author:
Harry Liu

Field Summary
static java.lang.String version
           
 
Method Summary
 TCPIPServerMonitorScheduleInfoInterface getListenerScheduleInfo()
           
 TCPIPServerWorkerScheduleInfoInterface getServiceScheduleInfo()
           
 

Field Detail

version

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

getListenerScheduleInfo

TCPIPServerMonitorScheduleInfoInterface getListenerScheduleInfo()
                                                                throws TCPIPApplicationException
Returns:
TCPIPServerMonitorScheduleInfoInterface
Throws:
TCPIPApplicationException

getServiceScheduleInfo

TCPIPServerWorkerScheduleInfoInterface getServiceScheduleInfo()
                                                              throws TCPIPApplicationException
Returns:
TCPIPServerWorkerScheduleInfoInterface
Throws:
TCPIPApplicationException

Sun Adapter for TCP/IP HL7