com.hazelcast.client
Class InvocationClientRequest

java.lang.Object
  extended by com.hazelcast.client.InvocationClientRequest

public abstract class InvocationClientRequest
extends Object

Author:
mdogan 5/13/13

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)
           
 ClientEngine getClientEngine()
           
 ClientEndpoint getEndpoint()
           
<S> S
getService()
           
abstract  String getServiceName()
           
protected abstract  void invoke()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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)

getClientEngine

public ClientEngine getClientEngine()

getService

public <S> S getService()

getEndpoint

public ClientEndpoint getEndpoint()

getServiceName

public abstract String getServiceName()


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