Uses of Class
com.hazelcast.client.Call

Packages that use Call
com.hazelcast.client   
com.hazelcast.client.impl   
 

Uses of Call in com.hazelcast.client
 

Fields in com.hazelcast.client declared as Call
protected static Call IORunnable.RECONNECT_CALL
           
protected  Call AsyncClientCall.remoteCall
           
 

Fields in com.hazelcast.client with type parameters of type Call
protected  Map<Long,Call> IORunnable.callMap
           
 

Methods in com.hazelcast.client that return Call
 Call ProxyHelper.createCall(Packet request)
           
 

Methods in com.hazelcast.client with parameters of type Call
protected  Packet ProxyHelper.doCall(Call c)
           
 void OutRunnable.enQueue(Call call)
           
 void ProxyHelper.sendCall(Call c)
           
 

Constructors in com.hazelcast.client with parameters of type Call
AsyncClientCall(Call remoteCall)
           
 

Constructor parameters in com.hazelcast.client with type arguments of type Call
InRunnable(HazelcastClient client, OutRunnable outRunnable, Map<Long,Call> calls, PacketReader reader)
           
IORunnable(HazelcastClient client, Map<Long,Call> calls)
           
OutRunnable(HazelcastClient client, Map<Long,Call> calls, PacketWriter writer)
           
 

Uses of Call in com.hazelcast.client.impl
 

Methods in com.hazelcast.client.impl that return Call
 Call QueueItemListenerManager.createNewAddItemListenerCall(ProxyHelper proxyHelper)
           
 Call MessageListenerManager.createNewAddListenerCall(ProxyHelper proxyHelper)
           
 Call InstanceListenerManager.createNewAddListenerCall(ProxyHelper proxyHelper)
           
 Call ItemListenerManager.createNewAddListenerCall(ProxyHelper proxyHelper, boolean includeValue)
           
 Call EntryListenerManager.createNewAddListenerCall(ProxyHelper proxyHelper, Object key, boolean includeValue)
           
 

Methods in com.hazelcast.client.impl that return types with arguments of type Call
 Collection<? extends Call> QueueItemListenerManager.calls(HazelcastClient client)
           
 Collection<Call> MessageListenerManager.calls(HazelcastClient client)
           
 Collection<Call> ItemListenerManager.calls(HazelcastClient client)
           
 Collection<Call> InstanceListenerManager.calls(HazelcastClient client)
           
 Collection<Call> EntryListenerManager.calls(HazelcastClient client)
           
 Collection<Call> ListenerManager.getListenerCalls()
           
 



Copyright © 2012 Hazel Bilisim Ltd.. All Rights Reserved.