org.modeshape.jcr.cache.document
Class TransactionalWorkspaceCaches
java.lang.Object
org.modeshape.jcr.cache.document.TransactionalWorkspaceCaches
public class TransactionalWorkspaceCaches
- extends Object
A manager for keeping track of transaction-specific WorkspaceCache instances.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TransactionalWorkspaceCaches
public TransactionalWorkspaceCaches(Transactions transactions)
getTransactionalWorkspaceCache
public WorkspaceCache getTransactionalWorkspaceCache(WorkspaceCache sharedWorkspaceCache)
throws SystemException,
RollbackException
- Throws:
SystemException
RollbackException
remove
public void remove(String workspaceName)
remove
protected void remove(Transaction txn)
createCache
protected TransactionalWorkspaceCache createCache(WorkspaceCache sharedWorkspaceCache,
Transaction txn)
throws SystemException,
RollbackException
- Throws:
SystemException
RollbackException
Copyright © 2008-2013 JBoss, a division of Red Hat. All Rights Reserved.