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