Thread.State, Thread.UncaughtExceptionHandler
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
Constructor and Description |
---|
RecoveredTransactionReplayer(Uid actionUid,
String actionType) |
Modifier and Type | Method and Description |
---|---|
int |
getRecoveryStatus()
Get the recovery status of the transaction
|
Status |
getStatus()
Get the status of the recovered transaction
|
static Object |
isPresent(Uid theUid) |
void |
replayPhase2()
Starts the thread to replay phase 2 of the transaction in the background.
|
void |
run() |
void |
swapResource(Uid rcUid,
Resource r)
Swap an old Resource that was registered with the transaction
for a new one.
|
void |
tidyup() |
activeCount, checkAccess, clone, 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 final void tidyup()
public final Status getStatus()
public int getRecoveryStatus()
public final void swapResource(Uid rcUid, Resource r)
public final void replayPhase2()
Copyright © 2021 JBoss by Red Hat. All rights reserved.