org.jpos.iso
Interface BaseChannelMBean
- All Known Implementing Classes:
- AmexChannel, ASCIIChannel, BASE24Channel, BASE24TCPChannel, BaseChannel, CSChannel, GZIPChannel, HEXChannel, LogChannel, NACChannel, NCCChannel, PADChannel, PostChannel, RawChannel, VAPChannel, X25Channel, XMLChannel
public interface BaseChannelMBean
getHost
java.lang.String getHost()
setHost
void setHost(java.lang.String host)
getPort
int getPort()
setPort
void setPort(int port)
isConnected
boolean isConnected()
connect
void connect()
throws java.io.IOException
- Throws:
java.io.IOException
disconnect
void disconnect()
throws java.io.IOException
- Throws:
java.io.IOException
reconnect
void reconnect()
throws java.io.IOException
- Throws:
java.io.IOException