Uses of Interface
com.arjuna.ats.jta.resources.XAResourceMap
Packages that use XAResourceMap
Package
Description
-
Uses of XAResourceMap in com.arjuna.ats.internal.jta.resources
Methods in com.arjuna.ats.internal.jta.resources with parameters of type XAResourceMapModifier and TypeMethodDescriptionstatic void
XAResourceErrorHandler.addXAResourceMap
(String type, XAResourceMap map) -
Uses of XAResourceMap in com.arjuna.ats.internal.jta.resources.errorhandlers
Classes in com.arjuna.ats.internal.jta.resources.errorhandlers that implement XAResourceMap -
Uses of XAResourceMap in com.arjuna.ats.jta.common
Methods in com.arjuna.ats.jta.common that return types with arguments of type XAResourceMapModifier and TypeMethodDescriptionJTAEnvironmentBean.getXaResourceMaps()
Returns the set of XAResourceMap instances.Method parameters in com.arjuna.ats.jta.common with type arguments of type XAResourceMapModifier and TypeMethodDescriptionvoid
JTAEnvironmentBean.setXaResourceMaps
(List<XAResourceMap> xaResourceMaps) Sets the instances of XAResourceMap.