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 Constructor Description XAResourceRecordWrappingPluginImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetEISName(Integer eisKey)IntegergetEISName(XAResource xaResource)voidtranscribeWrapperData(com.arjuna.ats.internal.jta.resources.arjunacore.XAResourceRecord record)
-
-
-
Method Detail
-
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
-
-