|
||||||||||
| 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 | |
|---|---|
Object |
clone()
Expose channel clonning interface |
void |
connect()
Connects ISOChannel |
void |
disconnect()
disconnects ISOChannel |
String |
getName()
|
ISOPackager |
getPackager()
|
boolean |
isConnected()
|
ISOMsg |
receive()
Receives an ISOMsg |
void |
reconnect()
Reconnect channel |
void |
send(byte[] b)
sends a byte[] over the TCP/IP session |
void |
send(ISOMsg m)
sends an ISOMsg over the TCP/IP session |
void |
setName(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 IOException
IOException
void disconnect()
throws IOException
IOException
void reconnect()
throws IOException
IOExceptionboolean isConnected()
isConnected in interface ISOSource
ISOMsg receive()
throws IOException,
ISOException
IOException
ISOException
void send(ISOMsg m)
throws IOException,
ISOException
send in interface ISOSourcem - the Message to be sent
IOException
ISOException
void send(byte[] b)
throws IOException,
ISOException
b - the byte array to be sent
IOException
ISOExceptionvoid setUsable(boolean b)
b - - usable statevoid setName(String name)
name - name to registerNameRegistrarString getName()
ISOPackager getPackager()
Object clone()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||