Conversational IPC event flags
final int org.endurox.AtmiConst.TPEV_DISCONIMM = 0x0001 |
|
static |
Disconnect received from other conversation end, by issuing tpdiscon(). The global transaction in progress is aborted in this case.
final int org.endurox.AtmiConst.TPEV_SENDONLY = 0x0020 |
|
static |
The sender program issued tpsend() with flag TPEV_SENDONLY, meaning that we become senders.
final int org.endurox.AtmiConst.TPEV_SVCERR = 0x0002 |
|
static |
Server died and queue was removed.
final int org.endurox.AtmiConst.TPEV_SVCFAIL = 0x0004 |
|
static |
Server returned TPFAIL with tpreturn()
final int org.endurox.AtmiConst.TPEV_SVCSUCC = 0x0008 |
|
static |
Server did tpreturn() with TPSUCCESS.