public class ClientReAuthOperation extends AbstractOperation
| 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, getInvocationTime, getLogger, getNodeEngine, getPartitionId, getReplicaIndex, getResponseHandler, getService, getStartTime, isAsync, logError, onException, readData, setCallerUuid, setNodeEngine, setPartitionId, setReplicaIndex, setResponseHandler, setService, setServiceName, setValidateTarget, 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 © 2017 Hazelcast, Inc.. All Rights Reserved.