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


Method Summary
 void connect()
           
 void disconnect()
           
 String getHost()
           
 int getPort()
           
 boolean isConnected()
           
 void reconnect()
           
 void setHost(String host)
           
 void setPort(int port)
           
 

Method Detail

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.