Conversational IPC event flags
◆ TPEV_DISCONIMM
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.
◆ TPEV_SENDONLY
final int org.endurox.AtmiConst.TPEV_SENDONLY = 0x0020 |
|
static |
The sender program issued tpsend() with flag TPEV_SENDONLY, meaning that we become senders.
◆ TPEV_SVCERR
final int org.endurox.AtmiConst.TPEV_SVCERR = 0x0002 |
|
static |
Server died and queue was removed.
◆ TPEV_SVCFAIL
final int org.endurox.AtmiConst.TPEV_SVCFAIL = 0x0004 |
|
static |
Server returned TPFAIL with tpreturn()
◆ TPEV_SVCSUCC
final int org.endurox.AtmiConst.TPEV_SVCSUCC = 0x0008 |
|
static |
Server did tpreturn() with TPSUCCESS.