public class TransactionalWorkspaceCaches extends Object
Constructor and Description |
---|
TransactionalWorkspaceCaches(Transactions transactions) |
Modifier and Type | Method and Description |
---|---|
protected TransactionalWorkspaceCache |
createCache(WorkspaceCache sharedWorkspaceCache,
Transaction txn) |
WorkspaceCache |
getTransactionalWorkspaceCache(WorkspaceCache sharedWorkspaceCache) |
void |
remove(String workspaceName) |
protected void |
remove(Transaction txn) |
public TransactionalWorkspaceCaches(Transactions transactions)
public WorkspaceCache getTransactionalWorkspaceCache(WorkspaceCache sharedWorkspaceCache) throws SystemException, RollbackException
SystemException
RollbackException
public void remove(String workspaceName)
protected void remove(Transaction txn)
protected TransactionalWorkspaceCache createCache(WorkspaceCache sharedWorkspaceCache, Transaction txn) throws SystemException, RollbackException
SystemException
RollbackException
Copyright © 2008-2014 JBoss, a division of Red Hat. All Rights Reserved.