Utilize the Last Resource Commit Optimization

WARNING - TOPIC NOT WRITTEN - TOPIC ID: 2125

This topic has not yet been written. The content below is from the topic description.
In order to utilize the LRCO, your participant must implement the com.arjuna.ats.arjuna.coordinator.OnePhase interface and be registered with the transaction through the BasicAction.add operation. Since this operation expects instances of AbstractRecord, you must create an instance of com.arjuna.ats.arjuna.LastResourceRecord and give your participant as the constructor parameter.