|
jPOS 1.6.1 API Documentation | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ISOChannel
allows the transmision and reception of ISO 8583 Messages
| Field Summary | |
|---|---|
static int |
CONNECT
|
static int |
RX
|
static int |
SIZEOF_CNT
|
static int |
TX
|
| Method Summary | |
|---|---|
java.lang.Object |
clone()
Expose channel clonning interface |
void |
connect()
Connects ISOChannel |
void |
disconnect()
disconnects ISOChannel |
java.lang.String |
getName()
|
ISOPackager |
getPackager()
|
boolean |
isConnected()
|
ISOMsg |
receive()
Receives an ISOMsg |
void |
reconnect()
Reconnect channel |
void |
send(ISOMsg m)
sends an ISOMsg over the TCP/IP session |
void |
setName(java.lang.String name)
associates this ISOChannel with a name on NameRegistrar |
void |
setPackager(ISOPackager p)
Associate a packager with this channel |
void |
setUsable(boolean b)
|
| Field Detail |
|---|
static final int CONNECT
static final int TX
static final int RX
static final int SIZEOF_CNT
| Method Detail |
|---|
void setPackager(ISOPackager p)
p - an ISOPackager
void connect()
throws java.io.IOException
java.io.IOException
void disconnect()
throws java.io.IOException
java.io.IOException
void reconnect()
throws java.io.IOException
java.io.IOExceptionboolean isConnected()
isConnected in interface ISOSource
ISOMsg receive()
throws java.io.IOException,
ISOException
java.io.IOException
ISOException
void send(ISOMsg m)
throws java.io.IOException,
ISOException
send in interface ISOSourcem - the Message to be sent
java.io.IOException
ISOExceptionvoid setUsable(boolean b)
b - - usable statevoid setName(java.lang.String name)
name - name to registerNameRegistrarjava.lang.String getName()
ISOPackager getPackager()
java.lang.Object clone()
|
jPOS.org | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||