com.hazelcast.ascii
Class NoOpCommand

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

public class NoOpCommand
extends AbstractTextCommand


Field Summary
 
Fields inherited from class com.hazelcast.ascii.AbstractTextCommand
type
 
Constructor Summary
NoOpCommand(byte[] response)
           
 
Method Summary
 boolean readFrom(ByteBuffer cb)
           
 String toString()
           
 boolean writeTo(ByteBuffer bb)
          Asks the SocketWritable to write its content to the destination ByteBuffer.
 
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

NoOpCommand

public NoOpCommand(byte[] response)
Method Detail

readFrom

public boolean readFrom(ByteBuffer cb)

writeTo

public boolean writeTo(ByteBuffer bb)
Description copied from interface: SocketWritable
Asks the SocketWritable to write its content to the destination ByteBuffer.

Parameters:
bb - the ByteBuffer to write to.
Returns:
todo: unclear what return value means.

toString

public String toString()
Overrides:
toString in class AbstractTextCommand


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