Abstract 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.
Do we always propagate the transaction hierarchy regardless of
whether or not the receiving object is derived from
CosTransactions::TransactionalObject?
arjLogger -
Static variable in class com.arjuna.ats.arjuna.logging.tsLogger
Do we want to check that a transaction can only be terminated by a thread
that has it as its current transaction? The base class has this check
enabled (i.e., we check), but some implementations may wish to override
this.