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
|
version
static final java.lang.String version
- See Also:
- Constant Field Values
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