| |
|
| java.lang.Object org.jboss.jms.recovery.XAResourceWrapper
XAResourceWrapper | public class XAResourceWrapper implements XAResource,ExceptionListener(Code) | | XAResourceWrapper.
author: Adrian Brock version: $Revision: 57209 $ |
check | protected XAException check(XAException e) throws XAException(Code) | | Check whether an XAException is fatal. If it is an RM problem
we close the connection so the next call will reconnect.
Parameters: e - the xa exception never throws: XAException - always |
close | public void close()(Code) | | Close the connection
|
getConnectionFactory | protected XAConnectionFactory getConnectionFactory() throws Exception(Code) | | Get the XAConnectionFactory
the connection throws: Exception - for any problem |
getProviderName | public String getProviderName()(Code) | | Get the providerName.
the providerName. |
onException | public void onException(JMSException exception)(Code) | | |
setProviderName | public void setProviderName(String providerName)(Code) | | Set the providerName.
Parameters: providerName - the providerName. |
setTransactionTimeout | public boolean setTransactionTimeout(int seconds) throws XAException(Code) | | |
|
|
|