com.hazelcast.ascii.memcache
Class TouchCommandProcessor

java.lang.Object
  extended by com.hazelcast.ascii.AbstractTextCommandProcessor<T>
      extended by com.hazelcast.ascii.memcache.MemcacheCommandProcessor<TouchCommand>
          extended by com.hazelcast.ascii.memcache.TouchCommandProcessor
All Implemented Interfaces:
TextCommandProcessor<TouchCommand>

public class TouchCommandProcessor
extends MemcacheCommandProcessor<TouchCommand>

User: sancar Date: 3/8/13 Time: 2:03 PM


Field Summary
 
Fields inherited from class com.hazelcast.ascii.memcache.MemcacheCommandProcessor
DEFAULT_MAP_NAME, MAP_NAME_PRECEDER
 
Fields inherited from class com.hazelcast.ascii.AbstractTextCommandProcessor
textCommandService
 
Constructor Summary
TouchCommandProcessor(TextCommandServiceImpl textCommandService)
           
 
Method Summary
 void handle(TouchCommand touchCommand)
           
 void handleRejection(TouchCommand request)
           
 
Methods inherited from class com.hazelcast.ascii.memcache.MemcacheCommandProcessor
byteArrayToLong, concatenate, longToByteArray
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TouchCommandProcessor

public TouchCommandProcessor(TextCommandServiceImpl textCommandService)
Method Detail

handle

public void handle(TouchCommand touchCommand)

handleRejection

public void handleRejection(TouchCommand request)


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