JBoss Transaction 7.0.0 SPI 7.0.0.Final-redhat-2

org.jboss.tm
Interface XAResourceWrapper

All Superinterfaces:
XAResource

public interface XAResourceWrapper
extends XAResource

A serializable XAResource wrapper.

Version:
$Revision: 1.1 $
Author:
Jesper Pedersen

Field Summary
 
Fields inherited from interface javax.transaction.xa.XAResource
TMENDRSCAN, TMFAIL, TMJOIN, TMNOFLAGS, TMONEPHASE, TMRESUME, TMSTARTRSCAN, TMSUCCESS, TMSUSPEND, XA_OK, XA_RDONLY
 
Method Summary
 String getJndiName()
          Get jndi name
 String getProductName()
          Get product name
 String getProductVersion()
          Get product version
 XAResource getResource()
          Get the XAResource that is being wrapped
 
Methods inherited from interface javax.transaction.xa.XAResource
commit, end, forget, getTransactionTimeout, isSameRM, prepare, recover, rollback, setTransactionTimeout, start
 

Method Detail

getResource

XAResource getResource()
Get the XAResource that is being wrapped

Returns:
The XAResource

getProductName

String getProductName()
Get product name

Returns:
Product name of the instance that created the wrapper if defined; otherwise null

getProductVersion

String getProductVersion()
Get product version

Returns:
Product version of the instance that created the warpper if defined; otherwise null

getJndiName

String getJndiName()
Get jndi name

Returns:
The value if defined; otherwise null

JBoss Transaction 7.0.0 SPI 7.0.0.Final-redhat-2

Copyright © 2012 JBoss by Red Hat. All Rights Reserved.