Uses of Interface
com.arjuna.ats.jta.resources.XAResourceMap
-
Packages that use XAResourceMap Package Description com.arjuna.ats.jta.common -
-
Uses of XAResourceMap in com.arjuna.ats.jta.common
Methods in com.arjuna.ats.jta.common that return types with arguments of type XAResourceMap Modifier and Type Method Description List<XAResourceMap>JTAEnvironmentBean. getXaResourceMaps()Returns the set of XAResourceMap instances.Method parameters in com.arjuna.ats.jta.common with type arguments of type XAResourceMap Modifier and Type Method Description voidJTAEnvironmentBean. setXaResourceMaps(List<XAResourceMap> xaResourceMaps)Sets the instances of XAResourceMap.
-