org.jboss.jca.core.spi.transaction
Interface LastResource

All Known Subinterfaces:
LocalXAResource

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



Copyright © 2012 JBoss, by Red Hat (http://www.jboss.org/ironjacamar)