com.hazelcast.client
Class TargetClientRequest

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

public abstract class TargetClientRequest
extends Object

Author:
mdogan 5/3/13

Constructor Summary
TargetClientRequest()
           
 
Method Summary
protected  Object filter(Object response)
           
 ClientEngine getClientEngine()
           
 ClientEndpoint getEndpoint()
           
<S> S
getService()
           
abstract  String getServiceName()
           
abstract  com.hazelcast.nio.Address getTarget()
           
protected abstract  Operation prepareOperation()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TargetClientRequest

public TargetClientRequest()
Method Detail

prepareOperation

protected abstract Operation prepareOperation()

getTarget

public abstract com.hazelcast.nio.Address getTarget()

filter

protected Object filter(Object response)

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.