public interface ISOSource
ISORequestListener
Modifier and Type | Method and Description |
---|---|
boolean |
isConnected() |
void |
send(ISOMsg m)
sends (or hands back) an ISOMsg
|
void send(ISOMsg m) throws java.io.IOException, ISOException
m
- the Message to be sentjava.io.IOException
ISOException
ISOFilter.VetoException;
boolean isConnected()