org.infinispan.nearcache.jms
Class RemoteEventListener

java.lang.Object
  extended by org.infinispan.nearcache.jms.RemoteEventListener
All Implemented Interfaces:
MessageListener

public class RemoteEventListener
extends Object
implements MessageListener

JMS listener that listens for remote cache events and invalidates cache contents.

Since:
5.1
Author:
Galder ZamarreƱo

Constructor Summary
RemoteEventListener(Cache<Object,Object> cache, StreamingMarshaller marshaller)
           
 
Method Summary
 void onMessage(Message msg)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoteEventListener

public RemoteEventListener(Cache<Object,Object> cache,
                           StreamingMarshaller marshaller)
Method Detail

onMessage

public void onMessage(Message msg)
Specified by:
onMessage in interface MessageListener

-->

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