java.lang.Object
org.apache.slide.common.AbstractServiceBase
org.apache.slide.common.AbstractXAService
- All Implemented Interfaces:
- Service, javax.transaction.xa.XAResource
- public abstract class AbstractXAService
- extends AbstractServiceBase
- implements Service
Slide Service abstract implementation, which does not implement any of the
XA related methods. This implementation is supposed to be used to write
stores which are wrapped around XA compliant resource managers (and which
should therefore just forward all the XA calls to the underlying resource
manager).
- Version:
- $Revision: 1.7 $
| Fields inherited from interface javax.transaction.xa.XAResource |
TMENDRSCAN, TMFAIL, TMJOIN, TMNOFLAGS, TMONEPHASE, TMRESUME, TMSTARTRSCAN, TMSUCCESS, TMSUSPEND, XA_OK, XA_RDONLY |
| Methods inherited from class org.apache.slide.common.AbstractServiceBase |
cacheResults, connect, connect, connectIfNeeded, connectIfNeeded, disconnect, getLogger, initialize, isConnected, reset, setNamespace, setParameters, setScope |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.apache.slide.common.Service |
cacheResults, connect, connect, connectIfNeeded, connectIfNeeded, disconnect, getLogger, initialize, isConnected, reset, setNamespace, setParameters, setScope |
AbstractXAService
public AbstractXAService()