org.jboss.portal.cms.slide.file
Class RMConfigurator

java.lang.Object
  extended by org.apache.slide.common.AbstractServiceBase
      extended by org.apache.slide.store.txfile.AbstractTxFileStoreService
          extended by org.jboss.portal.cms.slide.file.RMConfigurator
All Implemented Interfaces:
javax.transaction.Status, javax.transaction.xa.XAResource, org.apache.slide.common.Service

public abstract class RMConfigurator
extends org.apache.slide.store.txfile.AbstractTxFileStoreService


Field Summary
 
Fields inherited from class org.apache.slide.store.txfile.AbstractTxFileStoreService
activeTransactionBranch, DEBUG_LEVEL, DEBUG_MODE_PARAMETER, rm, started, STORE_DIR_PARAMETER, storeDir, TIMEOUT_PARAMETER, URLENCODE_PATH_PARAMETER, WORK_DIR_PARAMETER, workDir
 
Fields inherited from class org.apache.slide.common.AbstractServiceBase
LOG_CHANNEL, namespace, scope
 
Fields inherited from interface javax.transaction.Status
STATUS_ACTIVE, STATUS_COMMITTED, STATUS_COMMITTING, STATUS_MARKED_ROLLBACK, STATUS_NO_TRANSACTION, STATUS_PREPARED, STATUS_PREPARING, STATUS_ROLLEDBACK, STATUS_ROLLING_BACK, STATUS_UNKNOWN
 
Fields inherited from interface javax.transaction.xa.XAResource
TMENDRSCAN, TMFAIL, TMJOIN, TMNOFLAGS, TMONEPHASE, TMRESUME, TMSTARTRSCAN, TMSUCCESS, TMSUSPEND, XA_OK, XA_RDONLY
 
Constructor Summary
RMConfigurator()
           
 
Method Summary
static org.apache.commons.transaction.file.FileResourceManager reconfigure(java.util.Hashtable parameters, org.apache.slide.store.txfile.AbstractTxFileStoreService service, org.apache.commons.transaction.file.FileResourceManager rm)
           
 
Methods inherited from class org.apache.slide.store.txfile.AbstractTxFileStoreService
commit, connect, createXAException, disconnect, end, forget, getActiveTxId, getLogChannel, getTransactionTimeout, isConnected, isSameRM, prepare, recover, reset, rollback, setParameters, setTransactionTimeout, start, throwInternalError, throwInternalError, throwInternalError, toString, wrap
 
Methods inherited from class org.apache.slide.common.AbstractServiceBase
cacheResults, connect, connectIfNeeded, connectIfNeeded, getLogger, initialize, setNamespace, setScope
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RMConfigurator

public RMConfigurator()
Method Detail

reconfigure

public static org.apache.commons.transaction.file.FileResourceManager reconfigure(java.util.Hashtable parameters,
                                                                                  org.apache.slide.store.txfile.AbstractTxFileStoreService service,
                                                                                  org.apache.commons.transaction.file.FileResourceManager rm)