Uses of Class
org.synchronoss.cpo.core.jta.CpoBaseXaResource
Packages that use CpoBaseXaResource
-
Uses of CpoBaseXaResource in org.synchronoss.cpo.core.jta
Methods in org.synchronoss.cpo.core.jta that return CpoBaseXaResourceModifier and TypeMethodDescriptionCpoXaState.getAssignedResourceManager()Gets the resource manager instance currently associated with this branch.Methods in org.synchronoss.cpo.core.jta with parameters of type CpoBaseXaResourceModifier and TypeMethodDescriptionvoidCpoXaState.setAssignedResourceManager(CpoBaseXaResource<T> assignedResourceManager) Sets the resource manager instance currently associated with this branch.Constructors in org.synchronoss.cpo.core.jta with parameters of type CpoBaseXaResourceModifierConstructorDescriptionCpoXaState(Xid xid, T resource, int state, CpoBaseXaResource<T> assignedResourceManager, boolean success) Constructs the state for a new transaction branch. -
Uses of CpoBaseXaResource in org.synchronoss.cpo.jdbc.jta
Subclasses of CpoBaseXaResource in org.synchronoss.cpo.jdbc.jtaModifier and TypeClassDescriptionclassA JdbcCpoXaAdapter wraps the XAResource processing around a JdbcCpoTrxAdapter.