com.hazelcast.client.impl
Class InstanceListenerManager

java.lang.Object
  extended by com.hazelcast.client.impl.InstanceListenerManager

public class InstanceListenerManager
extends Object


Constructor Summary
InstanceListenerManager(HazelcastClient client)
           
 
Method Summary
 Collection<Call> calls(HazelcastClient client)
           
 Call createNewAddListenerCall(ProxyHelper proxyHelper)
           
 boolean noListenerRegistered()
           
 void notifyListeners(Packet packet)
           
 void registerListener(InstanceListener listener)
           
 void removeListener(InstanceListener instanceListener)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InstanceListenerManager

public InstanceListenerManager(HazelcastClient client)
Method Detail

registerListener

public void registerListener(InstanceListener listener)

removeListener

public void removeListener(InstanceListener instanceListener)

noListenerRegistered

public boolean noListenerRegistered()

notifyListeners

public void notifyListeners(Packet packet)

createNewAddListenerCall

public Call createNewAddListenerCall(ProxyHelper proxyHelper)

calls

public Collection<Call> calls(HazelcastClient client)


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