com.hazelcast.ascii.memcache
Class EndCommand

java.lang.Object
  extended by com.hazelcast.ascii.AbstractTextCommand
      extended by com.hazelcast.ascii.NoOpCommand
          extended by com.hazelcast.ascii.memcache.EndCommand
All Implemented Interfaces:
TextCommand, SocketReadable, SocketWritable

public class EndCommand
extends NoOpCommand


Field Summary
 
Fields inherited from class com.hazelcast.ascii.AbstractTextCommand
type
 
Constructor Summary
EndCommand()
           
 
Method Summary
 String toString()
           
 
Methods inherited from class com.hazelcast.ascii.NoOpCommand
readFrom, writeTo
 
Methods inherited from class com.hazelcast.ascii.AbstractTextCommand
getRequestId, getSocketTextReader, getSocketTextWriter, getType, init, isUrgent, shouldReply
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

EndCommand

public EndCommand()
Method Detail

toString

public String toString()
Overrides:
toString in class NoOpCommand


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