com.hazelcast.client
Class CallableClientRequest

java.lang.Object
  extended by com.hazelcast.client.CallableClientRequest
All Implemented Interfaces:
Callable
Direct Known Subclasses:
AuthenticationRequest

public abstract class CallableClientRequest
extends Object
implements Callable

Author:
mdogan 5/6/13

Constructor Summary
CallableClientRequest()
           
 
Method Summary
 ClientEngine getClientEngine()
           
 ClientEndpoint getEndpoint()
           
<S> S
getService()
           
abstract  String getServiceName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.util.concurrent.Callable
call
 

Constructor Detail

CallableClientRequest

public CallableClientRequest()
Method Detail

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.