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 SummaryNested classes/interfaces inherited from class java.lang.ThreadThread.State, Thread.UncaughtExceptionHandler
- 
Field SummaryFields inherited from class java.lang.ThreadMAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
- 
Method SummaryModifier and TypeMethodDescriptionGet method for user owned opaque data.voidrun()Runs the thread.voidsetValidationUserOpaque(Object opaque) Set method for user owned opaque data.Methods inherited from class com.tailf.dp.DpTransaccumulated, dataSetTimeout, getDBName, getDeviceType, getDevNo, getDp, getMode, getNsList, getOpaque, getSecondaryIndex, getSocket, getTransaction, getTransactionUserOpaque, getUserInfo, getWorkerSocket, honorFilter, isHideInactive, setSocket, setTransactionUserOpaqueMethods inherited from class java.lang.ThreadactiveCount, 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- 
getValidationUserOpaqueGet method for user owned opaque data. Intended to pass data between method calls in an validation callback
- 
setValidationUserOpaqueSet method for user owned opaque data. Intended to pass data between method calls in an validation callback- Parameters:
- opaque-
 
- 
runpublic void run()Runs the thread.
 
-