Uses of Class
com.arjuna.ats.arjuna.coordinator.BasicAction
Packages that use BasicAction
Package
Description
-
Uses of BasicAction in com.arjuna.ats.arjuna
Subclasses of BasicAction in com.arjuna.ats.arjunaModifier and TypeClassDescriptionclass
This is a user-level transaction class, unlike BasicAction.class
This class provides a (nested) top-level transaction.Methods in com.arjuna.ats.arjuna with parameters of type BasicActionModifier and TypeMethodDescriptionprotected final boolean
StateManager.forgetAction
(BasicAction action, boolean committed, int recordType) Remove action from list of using actions.protected final boolean
StateManager.rememberAction
(BasicAction action, int recordType, int state) Remember that the specified transaction is using the object. -
Uses of BasicAction in com.arjuna.ats.arjuna.coordinator
Subclasses of BasicAction in com.arjuna.ats.arjuna.coordinatorModifier and TypeClassDescriptionclass
Adds support for synchronizations to BasicAction.Methods in com.arjuna.ats.arjuna.coordinator that return BasicActionModifier and TypeMethodDescriptionstatic BasicAction
BasicAction.Current()
final BasicAction
BasicAction.parent()
final BasicAction
BasicAction.topLevelAction()
Methods in com.arjuna.ats.arjuna.coordinator with parameters of type BasicActionModifier and TypeMethodDescriptionfinal boolean
BasicAction.addChildAction
(BasicAction act) Add a new child action to the atomic action.protected int
BasicAction.Begin
(BasicAction parentAct) Atomic action Begin operation.void
ActionManager.put
(BasicAction act) final boolean
BasicAction.removeChildAction
(BasicAction act) Remove a child action.int
TwoPhaseCoordinator.start
(BasicAction parentAction) -
Uses of BasicAction in com.arjuna.ats.arjuna.recovery
Subclasses of BasicAction in com.arjuna.ats.arjuna.recovery -
Uses of BasicAction in com.arjuna.ats.arjuna.tools.osb.mbean
Methods in com.arjuna.ats.arjuna.tools.osb.mbean that return BasicActionModifier and TypeMethodDescriptionActionBean.GenericAtomicActionWrapper.getAction()
ActionBeanWrapperInterface.getAction()
Deprecated.Constructors in com.arjuna.ats.arjuna.tools.osb.mbean with parameters of type BasicAction -
Uses of BasicAction in com.arjuna.ats.internal.arjuna.abstractrecords
Methods in com.arjuna.ats.internal.arjuna.abstractrecords with parameters of type BasicActionModifier and TypeMethodDescriptionstatic final boolean
StateManagerFriend.forgetAction
(StateManager inst, BasicAction act, boolean committed, int recordType) static final boolean
StateManagerFriend.rememberAction
(StateManager inst, BasicAction act, int recordType, int state) Constructors in com.arjuna.ats.internal.arjuna.abstractrecords with parameters of type BasicAction -
Uses of BasicAction in com.arjuna.ats.internal.arjuna.coordinator
Subclasses of BasicAction in com.arjuna.ats.internal.arjuna.coordinatorModifier and TypeClassDescriptionclass
Needs further consideration and then completion. -
Uses of BasicAction in com.arjuna.ats.internal.arjuna.recovery
Classes in com.arjuna.ats.internal.arjuna.recovery with type parameters of type BasicActionModifier and TypeClassDescriptionclass
BasicActionExpiryScanner<T extends BasicAction>
This class is a base class for anExpiryScanner
for expiredBasicAction
items using creation time to evaluate if items are considered too old. -
Uses of BasicAction in com.arjuna.ats.internal.arjuna.thread
Methods in com.arjuna.ats.internal.arjuna.thread that return BasicActionModifier and TypeMethodDescriptionstatic BasicAction
ThreadActionData.currentAction()
static BasicAction
ThreadActionData.popAction()
static BasicAction
ThreadActionData.popAction
(boolean unregister) static BasicAction
static BasicAction
By setting the unregister flag accordingly, information about the thread is not removed from the action.Methods in com.arjuna.ats.internal.arjuna.thread with parameters of type BasicActionModifier and TypeMethodDescriptionstatic void
ThreadActionData.purgeAction
(BasicAction act) static void
ThreadActionData.purgeAction
(BasicAction act, Thread t) static void
ThreadActionData.purgeAction
(BasicAction act, Thread t, boolean unregister) static void
ThreadActionData.pushAction
(BasicAction a) static void
ThreadActionData.pushAction
(BasicAction a, boolean register) By setting the register flag accordingly, information about the thread may not be propagated to the action, i.e., only the thread's notion of current changes.static void
ThreadActionData.restoreActions
(BasicAction act) Put back the entire hierarchy, removing whatever is already there. -
Uses of BasicAction in com.arjuna.ats.internal.arjuna.tools.log
Subclasses of BasicAction in com.arjuna.ats.internal.arjuna.tools.log -
Uses of BasicAction in com.arjuna.ats.internal.jta.recovery.arjunacore
Subclasses of BasicAction in com.arjuna.ats.internal.jta.recovery.arjunacore -
Uses of BasicAction in com.arjuna.ats.internal.jta.recovery.jts.jca.coordinator
Subclasses of BasicAction in com.arjuna.ats.internal.jta.recovery.jts.jca.coordinatorModifier and TypeClassDescriptionclass
Transaction type only instantiated at recovery time. -
Uses of BasicAction in com.arjuna.ats.internal.jta.resources.arjunacore
Constructors in com.arjuna.ats.internal.jta.resources.arjunacore with parameters of type BasicActionModifierConstructorDescriptionCommitMarkableResourceRecord
(TransactionImple tx, org.jboss.tm.ConnectableResource xaResource, Xid xid, BasicAction basicAction) -
Uses of BasicAction in com.arjuna.ats.internal.jta.tools.osb.mbean.jts
Subclasses of BasicAction in com.arjuna.ats.internal.jta.tools.osb.mbean.jtsModifier and TypeClassDescriptionclass
Deprecated.as of 5.0.5.Final In a subsequent release we will change packages names in order to provide a better separation between public and internal classes.class
class
class
Methods in com.arjuna.ats.internal.jta.tools.osb.mbean.jts that return BasicAction -
Uses of BasicAction in com.arjuna.ats.internal.jta.transaction.arjunacore
Subclasses of BasicAction in com.arjuna.ats.internal.jta.transaction.arjunacoreConstructors in com.arjuna.ats.internal.jta.transaction.arjunacore with parameters of type BasicActionModifierConstructorDescriptionprotected
TransactionImple
(BasicAction curr) Create a new TransactionImple representation of a specified transaction. -
Uses of BasicAction in com.arjuna.ats.internal.jta.transaction.arjunacore.subordinate
Modifier and TypeClassDescriptionclass
A subordinate JTA transaction; used when importing another transaction context. -
Uses of BasicAction in com.arjuna.ats.internal.jta.transaction.arjunacore.subordinate.jca
Modifier and TypeClassDescriptionclass
A subordinate JTA transaction; used when importing another transaction context via JCA. -
Uses of BasicAction in com.arjuna.ats.internal.jta.transaction.jts.subordinate.jca.coordinator
Subclasses of BasicAction in com.arjuna.ats.internal.jta.transaction.jts.subordinate.jca.coordinatorModifier and TypeClassDescriptionclass
This looks like an Transaction, but is only created for importing transactions via JCA. -
Uses of BasicAction in com.arjuna.ats.internal.jts.orbspecific.coordinator
Subclasses of BasicAction in com.arjuna.ats.internal.jts.orbspecific.coordinator -
Uses of BasicAction in com.arjuna.ats.internal.jts.orbspecific.interposition.coordinator
Modifier and TypeClassDescriptionclass
This looks like an Transaction, but is only created for interposition purposes. -
Uses of BasicAction in com.arjuna.ats.internal.jts.recovery.transactions
Subclasses of BasicAction in com.arjuna.ats.internal.jts.recovery.transactionsModifier and TypeClassDescriptionfinal class
class
class
Transaction relic of a committed transaction that did not get committed responses from all resources/subordinates.class
Transaction relic of a committed transaction that did not get committed responses from all resources/subordinates.class
Transaction type only instantiated at recovery time.class
Transaction type only instantiated at recovery time. -
Uses of BasicAction in com.arjuna.ats.internal.jts.utils
Methods in com.arjuna.ats.internal.jts.utils that return BasicActionModifier and TypeMethodDescriptionstatic final BasicAction
Helper.localAction
(Control control) Given a Control_ptr determine if this is a reference to a local action, and if so return the raw BasicAction pointer. -
Uses of BasicAction in com.arjuna.ats.internal.txoj.abstractrecords
Fields in com.arjuna.ats.internal.txoj.abstractrecords declared as BasicActionConstructors in com.arjuna.ats.internal.txoj.abstractrecords with parameters of type BasicActionModifierConstructorDescriptionCadaverLockRecord
(LockStore store, LockManager lm, BasicAction currAct) LockRecord
(LockManager lm, boolean rdOnly, BasicAction currAct) LockRecord
(LockManager lm, BasicAction currAct) -
Uses of BasicAction in com.arjuna.mwlabs.wscf.model.sagas.arjunacore
Subclasses of BasicAction in com.arjuna.mwlabs.wscf.model.sagas.arjunacoreModifier and TypeClassDescriptionclass
com.arjuna.mwlabs.wscf.model.sagas.arjunacore.BACoordinator
This class represents a specific coordination instance. -
Uses of BasicAction in com.arjuna.mwlabs.wscf.model.sagas.arjunacore.subordinate
Subclasses of BasicAction in com.arjuna.mwlabs.wscf.model.sagas.arjunacore.subordinateModifier and TypeClassDescriptionclass
com.arjuna.mwlabs.wscf.model.sagas.arjunacore.subordinate.SubordinateBACoordinator
This class represents a specific coordination instance. -
Uses of BasicAction in com.arjuna.mwlabs.wscf.model.twophase.arjunacore
Subclasses of BasicAction in com.arjuna.mwlabs.wscf.model.twophase.arjunacoreModifier and TypeClassDescriptionclass
com.arjuna.mwlabs.wscf.model.twophase.arjunacore.ATCoordinator
This class represents a specific coordination instance. -
Uses of BasicAction in com.arjuna.mwlabs.wscf.model.twophase.arjunacore.subordinate
Subclasses of BasicAction in com.arjuna.mwlabs.wscf.model.twophase.arjunacore.subordinateModifier and TypeClassDescriptionclass
com.arjuna.mwlabs.wscf.model.twophase.arjunacore.subordinate.SubordinateATCoordinator
This class represents a specific coordination instance. -
Uses of BasicAction in org.jboss.jbossts.star.resource
Subclasses of BasicAction in org.jboss.jbossts.star.resource -
Uses of BasicAction in org.jboss.jbossts.xts.recovery.coordinator.at
Subclasses of BasicAction in org.jboss.jbossts.xts.recovery.coordinator.atModifier and TypeClassDescriptionclass
This class is a plug-in module for the recovery manager.class
This class is a plug-in module for the recovery manager. -
Uses of BasicAction in org.jboss.jbossts.xts.recovery.coordinator.ba
Subclasses of BasicAction in org.jboss.jbossts.xts.recovery.coordinator.baModifier and TypeClassDescriptionclass
This class is a plug-in module for the recovery manager.class
This class is a plug-in module for the recovery manager.