bitronix.tm.twopc.executor
Class Job
java.lang.Object
bitronix.tm.twopc.executor.Job
- All Implemented Interfaces:
- java.lang.Runnable
public abstract class Job
- extends java.lang.Object
- implements java.lang.Runnable
Abstract job definition executable by the 2PC thread pools.
© Bitronix Software
- Author:
- lorban
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface java.lang.Runnable |
run |
xaException
protected javax.transaction.xa.XAException xaException
runtimeException
protected java.lang.RuntimeException runtimeException
Job
public Job(XAResourceHolderState resourceHolder)
getResource
public XAResourceHolderState getResource()
getXAException
public javax.transaction.xa.XAException getXAException()
getRuntimeException
public java.lang.RuntimeException getRuntimeException()
setFuture
public void setFuture(java.lang.Object future)
getFuture
public java.lang.Object getFuture()