public class ClientReAuthOperation extends AbstractOperation implements UrgentSystemOperation
| Constructor and Description |
|---|
ClientReAuthOperation() |
ClientReAuthOperation(String clientUuid,
boolean firstConnection) |
| Modifier and Type | Method and Description |
|---|---|
Object |
getResponse() |
String |
getServiceName() |
protected void |
readInternal(com.hazelcast.nio.ObjectDataInput in) |
boolean |
returnsResponse() |
void |
run() |
protected void |
writeInternal(com.hazelcast.nio.ObjectDataOutput out) |
afterRun, beforeRungetCallerAddress, getCallerUuid, getCallId, getCallTimeout, getConnection, getExecutorName, getInvocationTime, getLogger, getNodeEngine, getPartitionId, getReplicaIndex, getResponseHandler, getService, getStartTime, getWaitTimeout, isUrgent, logError, onException, readData, setCallerUuid, setExecutorName, setNodeEngine, setPartitionId, setReplicaIndex, setResponseHandler, setService, setServiceName, setValidateTarget, setWaitTimeout, validatesTarget, writeDatapublic ClientReAuthOperation()
public ClientReAuthOperation(String clientUuid, boolean firstConnection)
public boolean returnsResponse()
returnsResponse in class AbstractOperationpublic Object getResponse()
getResponse in class AbstractOperationpublic String getServiceName()
getServiceName in class Operationprotected void writeInternal(com.hazelcast.nio.ObjectDataOutput out)
throws IOException
writeInternal in class AbstractOperationIOExceptionprotected void readInternal(com.hazelcast.nio.ObjectDataInput in)
throws IOException
readInternal in class AbstractOperationIOExceptionCopyright © 2014 Hazelcast, Inc.. All Rights Reserved.