com.hazelcast.ascii.memcache
Class ErrorCommandProcessor

java.lang.Object
  extended by com.hazelcast.ascii.AbstractTextCommandProcessor<ErrorCommand>
      extended by com.hazelcast.ascii.memcache.ErrorCommandProcessor
All Implemented Interfaces:
TextCommandProcessor<ErrorCommand>

public class ErrorCommandProcessor
extends AbstractTextCommandProcessor<ErrorCommand>


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

Constructor Detail

ErrorCommandProcessor

public ErrorCommandProcessor(TextCommandService textCommandService)
Method Detail

handle

public void handle(ErrorCommand command)

handleRejection

public void handleRejection(ErrorCommand command)


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