com.hazelcast.cluster
Class TcpIpJoiner.MasterClaim

java.lang.Object
  extended by com.hazelcast.spi.Operation
      extended by com.hazelcast.spi.AbstractOperation
          extended by com.hazelcast.cluster.TcpIpJoiner.MasterClaim
All Implemented Interfaces:
JoinOperation, DataSerializable, Serializable
Enclosing class:
TcpIpJoiner

public static class TcpIpJoiner.MasterClaim
extends AbstractOperation
implements JoinOperation

See Also:
Serialized Form

Constructor Summary
TcpIpJoiner.MasterClaim()
           
 
Method Summary
 Object getResponse()
           
 boolean returnsResponse()
           
 void run()
           
 
Methods inherited from class com.hazelcast.spi.AbstractOperation
afterRun, beforeRun, readInternal, writeInternal
 
Methods inherited from class com.hazelcast.spi.Operation
getCallerAddress, getCallerUuid, getCallId, getCallTimeout, getConnection, getInvocationTime, getLogger, getNodeEngine, getPartitionId, getReplicaIndex, getResponseHandler, getService, getServiceName, getStartTime, isAsync, logError, onException, readData, setCallerUuid, setNodeEngine, setPartitionId, setReplicaIndex, setResponseHandler, setService, setServiceName, setValidateTarget, validatesTarget, writeData
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TcpIpJoiner.MasterClaim

public TcpIpJoiner.MasterClaim()
Method Detail

run

public void run()
Specified by:
run in class Operation

returnsResponse

public boolean returnsResponse()
Overrides:
returnsResponse in class AbstractOperation

getResponse

public Object getResponse()
Overrides:
getResponse in class AbstractOperation


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