org.apache.cocoon.components.slide.impl
Class ContextTxXMLFileDescriptorsStore

java.lang.Object
  extended by org.apache.slide.common.AbstractServiceBase
      extended by org.apache.slide.store.txfile.AbstractTxFileStoreService
          extended by org.apache.slide.store.txfile.TxXMLFileDescriptorsStore
              extended by org.apache.cocoon.components.slide.impl.ContextTxXMLFileDescriptorsStore
All Implemented Interfaces:
Status, XAResource, org.apache.slide.common.Service, org.apache.slide.store.LockStore, org.apache.slide.store.NodeStore, org.apache.slide.store.RevisionDescriptorsStore, org.apache.slide.store.RevisionDescriptorStore, org.apache.slide.store.SecurityStore

public class ContextTxXMLFileDescriptorsStore
extends org.apache.slide.store.txfile.TxXMLFileDescriptorsStore

Specialized version of the TxXMLFileDescriptorStore from the Jakarta Slide project, which respects the context path and work directory.

Version:
CVS $Id: ContextTxXMLFileDescriptorsStore.html 1304258 2012-03-23 10:09:27Z ilgrosso $

Field Summary
 
Fields inherited from class org.apache.slide.store.txfile.TxXMLFileDescriptorsStore
activeContexts, characterEncoding, DEBUG_LEVEL, DEFER_SAVING_PARAMETER, deferSaving, ENCODING_PARAMETER, LOG_CHANNEL, suspendedContexts
 
Fields inherited from class org.apache.slide.store.txfile.AbstractTxFileStoreService
activeTransactionBranch, 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
namespace, scope
 
Fields inherited from interface javax.transaction.xa.XAResource
TMENDRSCAN, TMFAIL, TMJOIN, TMNOFLAGS, TMONEPHASE, TMRESUME, TMSTARTRSCAN, TMSUCCESS, TMSUSPEND, XA_OK, XA_RDONLY
 
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
 
Constructor Summary
ContextTxXMLFileDescriptorsStore()
           
 
Method Summary
 void setParameters(Hashtable parameters)
           
 
Methods inherited from class org.apache.slide.store.txfile.TxXMLFileDescriptorsStore
commit, createObject, createRevisionDescriptor, createRevisionDescriptors, end, enumerateLocks, enumeratePermissions, getActiveTxContext, getActiveTxId, getFileDescriptor, getLogChannel, grantPermission, killLock, prepare, putLock, removeLock, removeObject, removeRevisionDescriptor, removeRevisionDescriptors, renewLock, retrieveObject, retrieveRevisionDescriptor, retrieveRevisionDescriptors, revokePermission, revokePermissions, rollback, start, storeObject, storeRevisionDescriptor, storeRevisionDescriptors, toString
 
Methods inherited from class org.apache.slide.store.txfile.AbstractTxFileStoreService
connect, createXAException, disconnect, forget, getTransactionTimeout, isConnected, isSameRM, recover, reset, setTransactionTimeout, throwInternalError, throwInternalError, throwInternalError, 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
 
Methods inherited from interface org.apache.slide.common.Service
cacheResults, connect, connect, connectIfNeeded, connectIfNeeded, disconnect, getLogger, initialize, isConnected, reset, setNamespace, setScope
 
Methods inherited from interface javax.transaction.xa.XAResource
forget, getTransactionTimeout, isSameRM, recover, setTransactionTimeout
 

Constructor Detail

ContextTxXMLFileDescriptorsStore

public ContextTxXMLFileDescriptorsStore()
Method Detail

setParameters

public void setParameters(Hashtable parameters)
                   throws org.apache.slide.common.ServiceParameterErrorException,
                          org.apache.slide.common.ServiceParameterMissingException
Specified by:
setParameters in interface org.apache.slide.common.Service
Overrides:
setParameters in class org.apache.slide.store.txfile.TxXMLFileDescriptorsStore
Throws:
org.apache.slide.common.ServiceParameterErrorException
org.apache.slide.common.ServiceParameterMissingException


Copyright © 1999-2010 The Apache Software Foundation. All Rights Reserved.