public class TraceRepo<T> extends Object implements Repo<T>
| Modifier and Type | Method and Description |
|---|---|
Repo<T> |
call(long tid,
T environment) |
String |
getDescription() |
String |
getReturn() |
long |
isReady(long tid,
T environment) |
void |
undo(long tid,
T environment) |
public long isReady(long tid,
T environment)
throws Exception
isReady in interface ReadOnlyRepo<T>Exceptionpublic String getDescription()
getDescription in interface ReadOnlyRepo<T>Copyright © 2011–2017 The Apache Software Foundation. All rights reserved.