public interface TransactionIdToPathMapper
| Modifier and Type | Method and Description |
|---|---|
Object |
getIdForPath(String path)
Maps the path string to a transaction id object.
|
String |
getPathForId(Object txId)
Maps the transaction id object to a path string.
|
String getPathForId(Object txId)
txId - the transaction idObject getIdForPath(String path)
path - the pathCopyright © 2004-2013 The Apache Software Foundation. All Rights Reserved.