com.hazelcast.spi.impl
Class CallTimeoutResponse

java.lang.Object
  extended by com.hazelcast.spi.impl.Response
      extended by com.hazelcast.spi.impl.CallTimeoutResponse
All Implemented Interfaces:
DataSerializable, IdentifiedDataSerializable

public class CallTimeoutResponse
extends Response
implements IdentifiedDataSerializable

An response that indicates that the execution of a single call ran into a timeout.


Field Summary
 
Fields inherited from class com.hazelcast.spi.impl.Response
callId, urgent
 
Constructor Summary
CallTimeoutResponse()
           
CallTimeoutResponse(long callId, boolean urgent)
           
 
Method Summary
 int getFactoryId()
          Returns DataSerializableFactory factory id for this class.
 int getId()
          Returns type identifier for this class.
 
Methods inherited from class com.hazelcast.spi.impl.Response
getCallId, isUrgent, readData, writeData
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.hazelcast.nio.serialization.DataSerializable
readData, writeData
 

Constructor Detail

CallTimeoutResponse

public CallTimeoutResponse()

CallTimeoutResponse

public CallTimeoutResponse(long callId,
                           boolean urgent)
Method Detail

getFactoryId

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

Specified by:
getFactoryId in interface IdentifiedDataSerializable
Overrides:
getFactoryId in class Response
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


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