jPOS 1.6.1 API Documentation

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


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

Method Detail

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

jPOS.org