Sun Adapter for TCP/IP HL7

com.stc.connector.appconn.tcpip.model
Interface TCPIPServerListener

All Known Implementing Classes:
TCPIPServerMessageEndpointFactory.MyMessageEndpoint

public interface TCPIPServerListener

TCPIP Message Listener interface for TCP/IP inbound connection. The message endpoint will implement it.

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

Field Summary
static java.lang.String version
           
 
Method Summary
 void onConnection(TCPIPServerApplicationConnection serverAppConn)
          Method onConnection.
 

Field Detail

version

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

onConnection

void onConnection(TCPIPServerApplicationConnection serverAppConn)
                  throws TCPIPApplicationException
Method onConnection. The MDB will implement this method.

Parameters:
serverAppConn - The TCPIPServerApplicationConnection instance.
Throws:
TCPIPApplicationException - upon an error

Sun Adapter for TCP/IP HL7