org.infinispan.affinity
Class ListenerRegistration

java.lang.Object
  extended by org.infinispan.affinity.ListenerRegistration

public class ListenerRegistration
extends Object

Used for registering various cache notifications.

Since:
4.1
Author:
Mircea.Markus@jboss.com

Constructor Summary
ListenerRegistration(KeyAffinityServiceImpl<?> keyAffinityService)
           
 
Method Summary
 void handleCacheStopped(CacheStoppedEvent cse)
           
 void handleViewChange(TopologyChangedEvent<?,?> tce)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ListenerRegistration

public ListenerRegistration(KeyAffinityServiceImpl<?> keyAffinityService)
Method Detail

handleViewChange

public void handleViewChange(TopologyChangedEvent<?,?> tce)

handleCacheStopped

public void handleCacheStopped(CacheStoppedEvent cse)

-->

Copyright © 2013 JBoss, a division of Red Hat. All Rights Reserved.