- All Known Subinterfaces:
- LocalXAResource
- All Known Implementing Classes:
- LocalConnectableXAResourceImpl, LocalConnectableXAResourceImpl, LocalXAResourceImpl, LocalXAResourceImpl
public interface LastResource
A tagging interface to identify an XAResource that does
not support prepare and should be used in the last resource
gambit. i.e. It is committed after the resources are
prepared. If it fails to commit, roll everybody back.
- Author:
- Adrian Brock, Jesper Pedersen