Uses of Class
com.arjuna.ats.arjuna.StateManager
-
-
Uses of StateManager in com.arjuna.ats.arjuna
Subclasses of StateManager in com.arjuna.ats.arjuna Modifier and Type Class Description classAtomicActionThis is a user-level transaction class, unlike BasicAction.classTopLevelActionThis class provides a (nested) top-level transaction. -
Uses of StateManager in com.arjuna.ats.arjuna.coordinator
Subclasses of StateManager in com.arjuna.ats.arjuna.coordinator Modifier and Type Class Description classAbstractRecordAbstract Record Class This class provides an abstract template that defines the interface that the atomic action system uses to notify objects that various state transitions have occurred as the 2PC protocol executes.classBasicActionBasicAction does most of the work of an atomic action, but does not manage thread scoping.classTwoPhaseCoordinatorAdds support for synchronizations to BasicAction. -
Uses of StateManager in com.arjuna.ats.arjuna.recovery
Subclasses of StateManager in com.arjuna.ats.arjuna.recovery Modifier and Type Class Description classRecoverAtomicAction -
Uses of StateManager in com.arjuna.ats.arjuna.tools.osb.mbean
Subclasses of StateManager in com.arjuna.ats.arjuna.tools.osb.mbean Modifier and Type Class Description classStateManagerWrapperDeprecated.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. -
Uses of StateManager in com.arjuna.ats.jta.logging
Methods in com.arjuna.ats.jta.logging with parameters of type StateManager Modifier and Type Method Description voidjtaI18NLogger. error_transaction_class_cast_fail(StateManager action, Exception e)StringjtaI18NLogger. get_onephase_heuristic_commit_failure(StateManager action) -
Uses of StateManager in com.arjuna.ats.txoj
Subclasses of StateManager in com.arjuna.ats.txoj Modifier and Type Class Description classLockInstances of this class (or derived user classes) are used when trying to set a lock.classLockManagerThis class provides (transactional) concurrency control for application objects.
-