org.jpos.iso
Interface BaseChannelMBean
- All Known Implementing Classes:
- AmexChannel, ASCIIChannel, BASE24Channel, BASE24TCPChannel, BaseChannel, BCDChannel, CSChannel, FSDChannel, GZIPChannel, HEXChannel, LogChannel, NACChannel, NCCChannel, PADChannel, PostChannel, RawChannel, RBPChannel, TelnetXMLChannel, VAPChannel, X25Channel, XMLChannel
public interface BaseChannelMBean
getHost
String getHost()
setHost
void setHost(String host)
getPort
int getPort()
setPort
void setPort(int port)
isConnected
boolean isConnected()
connect
void connect()
throws IOException
- Throws:
IOException
disconnect
void disconnect()
throws IOException
- Throws:
IOException
reconnect
void reconnect()
throws IOException
- Throws:
IOException
Copyright © 1998-2012 jPOS.org. All Rights Reserved.