public class AuthorizationOperation extends AbstractOperation implements JoinOperation
| Constructor and Description |
|---|
AuthorizationOperation() |
AuthorizationOperation(String groupName,
String groupPassword) |
| Modifier and Type | Method and Description |
|---|---|
Object |
getResponse() |
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, getServiceName, getStartTime, isAsync, logError, onException, readData, setCallerUuid, setNodeEngine, setPartitionId, setReplicaIndex, setResponseHandler, setService, setServiceName, setValidateTarget, validatesTarget, writeDatapublic Object getResponse()
getResponse in class AbstractOperationpublic boolean returnsResponse()
returnsResponse in class AbstractOperationprotected void readInternal(com.hazelcast.nio.ObjectDataInput in)
throws IOException
readInternal in class AbstractOperationIOExceptionprotected void writeInternal(com.hazelcast.nio.ObjectDataOutput out)
throws IOException
writeInternal in class AbstractOperationIOExceptionCopyright © 2017 Hazelcast, Inc.. All Rights Reserved.