Class DummyAdminServer

java.lang.Object
org.apache.zookeeper.server.admin.DummyAdminServer
All Implemented Interfaces:
AdminServer

public class DummyAdminServer extends Object implements AdminServer
An AdminServer that does nothing. We use this class when we wish to disable the AdminServer. (This way we only have to consider whether the server is enabled when we create the AdminServer, which is handled by AdminServerFactory.)