Package org.synchronoss.cpo.core.jta
Class CpoXaStateMap<T>
java.lang.Object
org.synchronoss.cpo.core.jta.CpoXaStateMap<T>
- Type Parameters:
T- the type of the underlying resource tracked by the heldCpoXaStateentries
Simple holder for a
Xid-to-CpoXaState map, one per family of XA resources.- Author:
- dberry
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the map of all transaction branches currently tracked.
-
Constructor Details
-
CpoXaStateMap
public CpoXaStateMap()Constructs an empty state map.
-
-
Method Details
-
getXidStateMap
Gets the map of all transaction branches currently tracked.- Returns:
- the map of all transaction branches currently tracked, keyed by
Xid
-