public class PostJoinOperation extends AbstractOperation implements UrgentSystemOperation, JoinOperation
| Constructor and Description | 
|---|
PostJoinOperation()  | 
PostJoinOperation(Operation... ops)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
beforeRun()  | 
protected void | 
readInternal(ObjectDataInput in)  | 
boolean | 
returnsResponse()  | 
void | 
run()  | 
String | 
toString()  | 
boolean | 
validatesTarget()  | 
protected void | 
writeInternal(ObjectDataOutput out)  | 
afterRun, getResponsegetCallerAddress, getCallerUuid, getCallId, getCallTimeout, getConnection, getExecutorName, getInvocationTime, getLogger, getNodeEngine, getPartitionId, getReplicaIndex, getResponseHandler, getService, getServiceName, getStartTime, getWaitTimeout, isUrgent, logError, onException, readData, setCallerUuid, setExecutorName, setNodeEngine, setPartitionId, setReplicaIndex, setResponseHandler, setService, setServiceName, setValidateTarget, setWaitTimeout, writeDatapublic PostJoinOperation()
public PostJoinOperation(Operation... ops)
public void beforeRun()
               throws Exception
beforeRun in class AbstractOperationExceptionpublic boolean returnsResponse()
returnsResponse in interface RemotePropagatable<Operation>returnsResponse in class AbstractOperationpublic boolean validatesTarget()
validatesTarget in class Operationprotected void writeInternal(ObjectDataOutput out) throws IOException
writeInternal in class AbstractOperationIOExceptionprotected void readInternal(ObjectDataInput in) throws IOException
readInternal in class AbstractOperationIOExceptionCopyright © 2014 Hazelcast, Inc.. All Rights Reserved.