public class FSEmptyRepresentationCacheManager extends java.lang.Object implements IFSRepresentationCacheManager
| Constructor and Description |
|---|
FSEmptyRepresentationCacheManager() |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
FSRepresentation |
getRepresentationByHash(java.lang.String hash) |
void |
insert(FSRepresentation representation,
boolean rejectDup) |
void |
runReadTransaction(IFSSqlJetTransaction transaction) |
void |
runWriteTransaction(IFSSqlJetTransaction transaction) |
public void close()
throws SVNException
close in interface IFSRepresentationCacheManagerSVNExceptionpublic FSRepresentation getRepresentationByHash(java.lang.String hash) throws SVNException
getRepresentationByHash in interface IFSRepresentationCacheManagerhash - SVNExceptionpublic void insert(FSRepresentation representation, boolean rejectDup) throws SVNException
insert in interface IFSRepresentationCacheManagerrepresentation - rejectDup - SVNExceptionpublic void runWriteTransaction(IFSSqlJetTransaction transaction) throws SVNException
runWriteTransaction in interface IFSRepresentationCacheManagertransaction - SVNExceptionpublic void runReadTransaction(IFSSqlJetTransaction transaction) throws SVNException
runReadTransaction in interface IFSRepresentationCacheManagerSVNExceptionCopyright © 2004-2012 TMate Software Ltd. All Rights Reserved.