Class WatchManagerFactory
- java.lang.Object
 - 
- org.apache.zookeeper.server.watch.WatchManagerFactory
 
 
- 
public class WatchManagerFactory extends Object
A factory used to produce the actual watch manager based on the zookeeper.watchManagerName option. 
- 
- 
Field Summary
Fields Modifier and Type Field Description static StringZOOKEEPER_WATCH_MANAGER_NAME 
- 
Constructor Summary
Constructors Constructor Description WatchManagerFactory() 
- 
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static IWatchManagercreateWatchManager() 
 - 
 
- 
- 
Field Detail
- 
ZOOKEEPER_WATCH_MANAGER_NAME
public static final String ZOOKEEPER_WATCH_MANAGER_NAME
- See Also:
 - Constant Field Values
 
 
 - 
 
- 
Method Detail
- 
createWatchManager
public static IWatchManager createWatchManager() throws IOException
- Throws:
 IOException
 
 - 
 
 -