public final class TransHeaderRecordDetails
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
DBClass |
dbClass
the class
|
java.util.concurrent.atomic.AtomicBoolean |
deleteFound
delete found
|
java.lang.Exception |
exception
an exception occurred
|
java.util.concurrent.atomic.AtomicLong |
maxTransId
max transaction id
|
long |
transId
the transaction id
|
Constructor and Description |
---|
TransHeaderRecordDetails(long transId,
DBClass dbClass,
java.lang.Exception exception)
constructor
|
public final DBClass dbClass
public final java.util.concurrent.atomic.AtomicBoolean deleteFound
public final java.util.concurrent.atomic.AtomicLong maxTransId
public final java.lang.Exception exception
public final long transId
public TransHeaderRecordDetails(long transId, DBClass dbClass, java.lang.Exception exception)
transId
- the transaction iddbClass
- the classexception
- the exceptionstSoftware Copyright © 2001-2014 stSoftware All Rights Reserved.