Class XAResourceRecordWrappingPluginImpl
java.lang.Object
com.arjuna.ats.internal.jbossatx.jta.XAResourceRecordWrappingPluginImpl
- All Implemented Interfaces:
com.arjuna.ats.internal.jta.resources.arjunacore.XAResourceRecordWrappingPlugin
public class XAResourceRecordWrappingPluginImpl
extends Object
implements com.arjuna.ats.internal.jta.resources.arjunacore.XAResourceRecordWrappingPlugin
A plugin implementation for copying resource metadata from the JBoss AS
specific XAResourceWrapper class to an XAResourceRecord.
- Author:
- Jonathan Halliday (jonathan.halliday@redhat.com) 2011-07
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetEISName(Integer eisKey) getEISName(XAResource xaResource) voidtranscribeWrapperData(com.arjuna.ats.internal.jta.resources.arjunacore.XAResourceRecord record)
-
Constructor Details
-
XAResourceRecordWrappingPluginImpl
public XAResourceRecordWrappingPluginImpl()
-
-
Method Details
-
transcribeWrapperData
public void transcribeWrapperData(com.arjuna.ats.internal.jta.resources.arjunacore.XAResourceRecord record) - Specified by:
transcribeWrapperDatain interfacecom.arjuna.ats.internal.jta.resources.arjunacore.XAResourceRecordWrappingPlugin
-
getEISName
public Integer getEISName(XAResource xaResource) throws IOException, com.arjuna.ats.arjuna.exceptions.ObjectStoreException - Specified by:
getEISNamein interfacecom.arjuna.ats.internal.jta.resources.arjunacore.XAResourceRecordWrappingPlugin- Throws:
IOExceptioncom.arjuna.ats.arjuna.exceptions.ObjectStoreException
-
getEISName
- Specified by:
getEISNamein interfacecom.arjuna.ats.internal.jta.resources.arjunacore.XAResourceRecordWrappingPlugin
-