com.hazelcast.ascii
Class NoOpCommandProcessor

java.lang.Object
  extended by com.hazelcast.ascii.AbstractTextCommandProcessor<NoOpCommand>
      extended by com.hazelcast.ascii.NoOpCommandProcessor
All Implemented Interfaces:
TextCommandProcessor<NoOpCommand>

public class NoOpCommandProcessor
extends AbstractTextCommandProcessor<NoOpCommand>


Field Summary
 
Fields inherited from class com.hazelcast.ascii.AbstractTextCommandProcessor
textCommandService
 
Constructor Summary
NoOpCommandProcessor(TextCommandService textCommandService)
           
 
Method Summary
 void handle(NoOpCommand command)
           
 void handleRejection(NoOpCommand command)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NoOpCommandProcessor

public NoOpCommandProcessor(TextCommandService textCommandService)
Method Detail

handle

public void handle(NoOpCommand command)

handleRejection

public void handleRejection(NoOpCommand command)


Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.