com.hazelcast.ascii.memcache
Class VersionCommandProcessor

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

public class VersionCommandProcessor
extends MemcacheCommandProcessor<VersionCommand>

User: sancar Date: 3/7/13 Time: 10:31 AM


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
VersionCommandProcessor(TextCommandServiceImpl textCommandService)
           
 
Method Summary
 void handle(VersionCommand request)
           
 void handleRejection(VersionCommand 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

VersionCommandProcessor

public VersionCommandProcessor(TextCommandServiceImpl textCommandService)
Method Detail

handle

public void handle(VersionCommand request)

handleRejection

public void handleRejection(VersionCommand request)


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