com.hazelcast.client.impl.client
Class ClientResponse

java.lang.Object
  extended by com.hazelcast.client.impl.client.ClientResponse
All Implemented Interfaces:
DataSerializable, IdentifiedDataSerializable

public class ClientResponse
extends Object
implements IdentifiedDataSerializable


Constructor Summary
ClientResponse()
           
ClientResponse(Data response, int callId, boolean isError)
           
 
Method Summary
 int getCallId()
           
 int getFactoryId()
          Returns DataSerializableFactory factory id for this class.
 int getId()
          Returns type identifier for this class.
 Data getResponse()
           
 boolean isError()
           
 void readData(ObjectDataInput in)
          Reads fields from the input stream
 String toString()
           
 void writeData(ObjectDataOutput out)
          Writes object fields to output stream
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ClientResponse

public ClientResponse()

ClientResponse

public ClientResponse(Data response,
                      int callId,
                      boolean isError)
Method Detail

getResponse

public Data getResponse()

getCallId

public int getCallId()

isError

public boolean isError()

getFactoryId

public int getFactoryId()
Description copied from interface: IdentifiedDataSerializable
Returns DataSerializableFactory factory id for this class.

Specified by:
getFactoryId in interface IdentifiedDataSerializable
Returns:
factory id

getId

public int getId()
Description copied from interface: IdentifiedDataSerializable
Returns type identifier for this class. Id should be unique per DataSerializableFactory.

Specified by:
getId in interface IdentifiedDataSerializable
Returns:
type id

writeData

public void writeData(ObjectDataOutput out)
               throws IOException
Description copied from interface: DataSerializable
Writes object fields to output stream

Specified by:
writeData in interface DataSerializable
Parameters:
out - output
Throws:
IOException

readData

public void readData(ObjectDataInput in)
              throws IOException
Description copied from interface: DataSerializable
Reads fields from the input stream

Specified by:
readData in interface DataSerializable
Parameters:
in - input
Throws:
IOException

toString

public String toString()
Overrides:
toString in class Object


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