com.hazelcast.ascii
Class TypeAwareCommandParser

java.lang.Object
  extended by com.hazelcast.ascii.TypeAwareCommandParser
All Implemented Interfaces:
CommandParser
Direct Known Subclasses:
IncrementCommandParser, SetCommandParser, SimpleCommandParser, TouchCommandParser

public abstract class TypeAwareCommandParser
extends Object
implements CommandParser


Field Summary
protected  TextCommandConstants.TextCommandType type
           
 
Constructor Summary
protected TypeAwareCommandParser(TextCommandConstants.TextCommandType type)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.hazelcast.ascii.CommandParser
parser
 

Field Detail

type

protected final TextCommandConstants.TextCommandType type
Constructor Detail

TypeAwareCommandParser

protected TypeAwareCommandParser(TextCommandConstants.TextCommandType type)


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