org.infinispan.server.websocket
Class CacheListener
java.lang.Object
org.infinispan.server.websocket.CacheListener
public class CacheListener
- extends Object
Cache listener.
Used to notify websocket clients of cache entry updates.
- Author:
- tom.fennelly@gmail.com
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CacheListener
public CacheListener()
cacheEntryCreated
public void cacheEntryCreated(CacheEntryCreatedEvent event)
cacheEntryModified
public void cacheEntryModified(CacheEntryModifiedEvent event)
cacheEntryRemoved
public void cacheEntryRemoved(CacheEntryRemovedEvent event)
addChannel
public void addChannel(CacheListener.ChannelNotifyParams channel)
removeChannel
public void removeChannel(CacheListener.ChannelNotifyParams channel)
Copyright © 2011 JBoss, a division of Red Hat. All Rights Reserved.