Package com.tailf.dp
Class DpValidateTrans
Object
Thread
com.tailf.dp.DpTrans
com.tailf.dp.DpValidateTrans
- All Implemented Interfaces:
Runnable
The validate transaction context. Each transaction is running in separate
thread.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Thread
Thread.State, Thread.UncaughtExceptionHandler
-
Field Summary
Fields inherited from class java.lang.Thread
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
-
Method Summary
Modifier and TypeMethodDescriptionGet method for user owned opaque data.void
run()
Runs the thread.void
setValidationUserOpaque
(Object opaque) Set method for user owned opaque data.Methods inherited from class com.tailf.dp.DpTrans
accumulated, dataSetTimeout, getDBName, getDeviceType, getDevNo, getDp, getMode, getNsList, getOpaque, getSecondaryIndex, getSocket, getTransaction, getTransactionUserOpaque, getUserInfo, getWorkerSocket, honorFilter, isHideInactive, setSocket, setTransactionUserOpaque
Methods inherited from class java.lang.Thread
activeCount, checkAccess, countStackFrames, currentThread, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, onSpinWait, resume, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, start, stop, suspend, toString, yield
-
Method Details
-
getValidationUserOpaque
Get method for user owned opaque data. Intended to pass data between method calls in an validation callback -
setValidationUserOpaque
Set method for user owned opaque data. Intended to pass data between method calls in an validation callback- Parameters:
opaque
-
-
run
public void run()Runs the thread.
-