com.stc.connector.tcpip.ext.msg
Interface AbstractMsgSender
public interface AbstractMsgSender
This class represents an abstract message sender interface.
It is used for user extensibility purpose.
- Version:
- cvs revision: $Revision: 1.3 $ Last Modified: $Date: 2005/09/03 06:34:02 $
- Author:
- Harry Liu
Field Summary |
static java.lang.String |
version
|
version
static final java.lang.String version
- See Also:
- Constant Field Values
sendAbstractMsg
void sendAbstractMsg(AbstractMsg msg,
TCPIPEXTClientApplication app)
throws TCPIPApplicationException,
java.io.IOException
- Sends an AbstractMsg over tcpip connection.
- Parameters:
msg
- AbstractMsg instanceapp
- TCPIPEXTClientApplication
- Throws:
TCPIPApplicationException
- on error
java.io.IOException
- on i/o error