public class DpActionTrans extends DpTrans
DpActionCallback
Thread.State, Thread.UncaughtExceptionHandler
Modifier and Type | Field and Description |
---|---|
static int |
STATE_ABORTED |
static int |
STATE_ACTION |
static int |
STATE_DELAYED |
static int |
STATE_INIT |
static int |
STATE_NONE |
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
Modifier and Type | Method and Description |
---|---|
void |
actionSetTimeout(int timeoutSeconds)
Some action callbacks may require a significantly longer execution time
than others, and this time may not even be possible to determine
statically (e.g.
|
String |
getActionPoint() |
int |
getActionState()
Returns the current state of this action transaction.
|
int |
getAPIndex() |
void |
run()
Runs the thread.
|
accumulated, dataSetTimeout, getDBName, getDeviceType, getDevNo, getDp, getMode, getNsList, getOpaque, getSecondaryIndex, getSocket, getTransaction, getTransactionUserOpaque, getUserInfo, getWorkerSocket, honorFilter, isHideInactive, setSocket, setTransactionUserOpaque
activeCount, checkAccess, countStackFrames, currentThread, destroy, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, start, stop, stop, suspend, toString, yield
public static final int STATE_NONE
public static final int STATE_INIT
public static final int STATE_ACTION
public static final int STATE_DELAYED
public static final int STATE_ABORTED
public int getActionState()
public void run()
public void actionSetTimeout(int timeoutSeconds) throws IOException, DpCallbackException
timeoutSeconds
- IOException
DpException
DpCallbackException
public String getActionPoint()
public int getAPIndex()