public interface OptimisticPrepare
extends weblogic.transaction.internal.OptimisticPrepare
This is a tagging interface for XA resources that might optimize to mark transactions as prepared before prepare is called. This interface causes the TM to call recover on a newly registered RM even if there are no known outstanding prepares for the RM. This ensures that optimistically prepared transactions are immediately rolled back after an RM crash.
Currently, this interface is for internal use only - used by gxa.