endurox-java
Variables
XATMI tpcall/tpreturn, etc... flags

Variables

static final long org.endurox.AtmiConst.TPNOBLOCK = 0x00000001
 
static final long org.endurox.AtmiConst.TPSIGRSTRT = 0x00000002
 
static final long org.endurox.AtmiConst.TPNOREPLY = 0x00000004
 
static final long org.endurox.AtmiConst.TPNOTRAN = 0x00000008
 
static final long org.endurox.AtmiConst.TPTRAN = 0x00000010
 
static final long org.endurox.AtmiConst.TPNOTIME = 0x00000020
 
static final long org.endurox.AtmiConst.TPABSOLUTE = 0x00000040
 
static final long org.endurox.AtmiConst.TPGETANY = 0x00000080
 
static final long org.endurox.AtmiConst.TPNOCHANGE = 0x00000100
 
static final long org.endurox.AtmiConst.TPCONV = 0x00000400
 
static final long org.endurox.AtmiConst.TPSENDONLY = 0x00000800
 
static final long org.endurox.AtmiConst.TPRECVONLY = 0x00001000
 
static final long org.endurox.AtmiConst.TPACK = 0x00002000
 
static final long org.endurox.AtmiConst.TPSOFTERR = 0x00020000
 
static final long org.endurox.AtmiConst.TPTRANSUSPEND = 0x00040000
 
static final long org.endurox.AtmiConst.TPSOFTTIMEOUT = 0x00080000
 
static final long org.endurox.AtmiConst.TPSOFTENOENT = 0x00100000
 
static final long org.endurox.AtmiConst.TPNOAUTBUF = 0x00200000
 
static final long org.endurox.AtmiConst.RESERVED_BIT1 = 0x00400000
 
static final long org.endurox.AtmiConst.TPREGEXMATCH = 0x00800000
 
static final long org.endurox.AtmiConst.TPNOCACHELOOK = 0x01000000
 
static final long org.endurox.AtmiConst.TPNOCACHEADD = 0x02000000
 
static final long org.endurox.AtmiConst.TPNOCACHEDDATA = 0x04000000
 
static final long org.endurox.AtmiConst.TPNOABORT = 0x08000000
 
static final long org.endurox.AtmiConst.TPTXCOMMITDLOG = 0x00000004L
 

Detailed Description

ATMI flags

Variable Documentation

◆ RESERVED_BIT1

final long org.endurox.AtmiConst.RESERVED_BIT1 = 0x00400000
static

RFU, tux compatibility

◆ TPABSOLUTE

final long org.endurox.AtmiConst.TPABSOLUTE = 0x00000040
static

◆ TPACK

final long org.endurox.AtmiConst.TPACK = 0x00002000
static

◆ TPCONV

final long org.endurox.AtmiConst.TPCONV = 0x00000400
static

◆ TPGETANY

final long org.endurox.AtmiConst.TPGETANY = 0x00000080
static

◆ TPNOABORT

final long org.endurox.AtmiConst.TPNOABORT = 0x08000000
static

Do not abort global transaction, even if service failed

◆ TPNOAUTBUF

final long org.endurox.AtmiConst.TPNOAUTBUF = 0x00200000
static

Don't restore autbuf in srv context

◆ TPNOBLOCK

final long org.endurox.AtmiConst.TPNOBLOCK = 0x00000001
static

◆ TPNOCACHEADD

final long org.endurox.AtmiConst.TPNOCACHEADD = 0x02000000
static

Do not save data to cache

◆ TPNOCACHEDDATA

final long org.endurox.AtmiConst.TPNOCACHEDDATA = 0x04000000
static

Do not use cached data

◆ TPNOCACHELOOK

final long org.endurox.AtmiConst.TPNOCACHELOOK = 0x01000000
static

Do not lookup cache

◆ TPNOCHANGE

final long org.endurox.AtmiConst.TPNOCHANGE = 0x00000100
static

◆ TPNOREPLY

final long org.endurox.AtmiConst.TPNOREPLY = 0x00000004
static

◆ TPNOTIME

final long org.endurox.AtmiConst.TPNOTIME = 0x00000020
static

◆ TPNOTRAN

final long org.endurox.AtmiConst.TPNOTRAN = 0x00000008
static

◆ TPRECVONLY

final long org.endurox.AtmiConst.TPRECVONLY = 0x00001000
static

◆ TPREGEXMATCH

final long org.endurox.AtmiConst.TPREGEXMATCH = 0x00800000
static

Use regular expressions for match

◆ TPSENDONLY

final long org.endurox.AtmiConst.TPSENDONLY = 0x00000800
static

◆ TPSIGRSTRT

final long org.endurox.AtmiConst.TPSIGRSTRT = 0x00000002
static

◆ TPSOFTENOENT

final long org.endurox.AtmiConst.TPSOFTENOENT = 0x00100000
static

Simulate that service is not found

◆ TPSOFTERR

final long org.endurox.AtmiConst.TPSOFTERR = 0x00020000
static

Software raised service error, any

◆ TPSOFTTIMEOUT

final long org.endurox.AtmiConst.TPSOFTTIMEOUT = 0x00080000
static

Soft timout condition -> ret TPETIME

◆ TPTRAN

final long org.endurox.AtmiConst.TPTRAN = 0x00000010
static

◆ TPTRANSUSPEND

final long org.endurox.AtmiConst.TPTRANSUSPEND = 0x00040000
static

Suspend current transaction

◆ TPTXCOMMITDLOG

final long org.endurox.AtmiConst.TPTXCOMMITDLOG = 0x00000004L
static

If set, tpcommit will return when decision for commit is logged.