com.hazelcast.client
Class InvocationClientRequest

java.lang.Object
  extended by com.hazelcast.client.ClientRequest
      extended by com.hazelcast.client.InvocationClientRequest
All Implemented Interfaces:
SecureRequest, Portable

public abstract class InvocationClientRequest
extends ClientRequest


Field Summary
 
Fields inherited from class com.hazelcast.client.ClientRequest
callId, clientEngine, endpoint, service
 
Constructor Summary
InvocationClientRequest()
           
 
Method Summary
protected  InvocationBuilder createInvocationBuilder(String serviceName, Operation op, com.hazelcast.nio.Address target)
           
protected  InvocationBuilder createInvocationBuilder(String serviceName, Operation op, int partitionId)
           
protected abstract  void invoke()
           
 
Methods inherited from class com.hazelcast.client.ClientRequest
getCallId, getClientEngine, getEndpoint, getService, getServiceName, isSingleConnection, read, readPortable, setCallId, setSingleConnection, write, writePortable
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.hazelcast.nio.serialization.Portable
getClassId, getFactoryId
 
Methods inherited from interface com.hazelcast.client.SecureRequest
getRequiredPermission
 

Constructor Detail

InvocationClientRequest

public InvocationClientRequest()
Method Detail

invoke

protected abstract void invoke()

createInvocationBuilder

protected final InvocationBuilder createInvocationBuilder(String serviceName,
                                                          Operation op,
                                                          int partitionId)

createInvocationBuilder

protected final InvocationBuilder createInvocationBuilder(String serviceName,
                                                          Operation op,
                                                          com.hazelcast.nio.Address target)


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