objectActive extends Status with Product with Serializable
The Status for a transaction nesting level that may perform Ref reads
and writes, that is waiting for a child nesting level to complete, or
that has been merged into an Active parent nesting level.
Linear Supertypes
Serializable, java.io.Serializable, Product, Equals, Status, AnyRef, Any
The
Status
for a transaction nesting level that may performRef
reads and writes, that is waiting for a child nesting level to complete, or that has been merged into anActive
parent nesting level.