Package org.apache.zookeeper.test.system
Interface Instance.Reporter
-
- Enclosing interface:
- Instance
public static interface Instance.ReporterThis object is used to report back changes in status.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidreport(java.lang.String report)
-
-
-
Method Detail
-
report
void report(java.lang.String report) throws KeeperException, java.lang.InterruptedException- Throws:
KeeperExceptionjava.lang.InterruptedException
-
-