Class NopCommand
java.lang.Object
org.apache.zookeeper.server.command.AbstractFourLetterCommand
org.apache.zookeeper.server.command.NopCommand
A command that does not do anything except reply to client with predefined message.
It is used to inform clients who execute none white listed four letter word commands.
-
Field Summary
Fields inherited from class org.apache.zookeeper.server.command.AbstractFourLetterCommand
factory, pw, serverCnxn, ZK_NOT_SERVING, zkServer
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.zookeeper.server.command.AbstractFourLetterCommand
run, setFactory, setZkServer, start
-
Constructor Details
-
NopCommand
-
-
Method Details
-
commandRun
public void commandRun()- Specified by:
commandRun
in classAbstractFourLetterCommand
-