com.hazelcast.client
Class CallableClientRequest
java.lang.Object
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
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 |
CallableClientRequest
public CallableClientRequest()
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.