Package com.tailf.dp

Class DpValidateTrans

Object
Thread
com.tailf.dp.DpTrans
com.tailf.dp.DpValidateTrans
All Implemented Interfaces:
Runnable

public class DpValidateTrans extends DpTrans
The validate transaction context. Each transaction is running in separate thread.
See Also:
  • Method Details

    • getValidationUserOpaque

      public Object getValidationUserOpaque()
      Get method for user owned opaque data. Intended to pass data between method calls in an validation callback
    • setValidationUserOpaque

      public void setValidationUserOpaque(Object opaque)
      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.
      Specified by:
      run in interface Runnable
      Overrides:
      run in class DpTrans