org.shiftone.cache.decorator.cluster.jms
Class JmsListener

java.lang.Object
  extended byorg.shiftone.cache.decorator.cluster.jms.JmsListener

public class JmsListener
extends java.lang.Object

this class is a bridge between the MessageListener JMS model, and the NotificationListener JOCache model.


Constructor Summary
JmsListener()
           
 
Method Summary
 void onMessage(Message message)
           
 void setNotificationListener(NotificationListener listener)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JmsListener

public JmsListener()
Method Detail

setNotificationListener

public void setNotificationListener(NotificationListener listener)

onMessage

public void onMessage(Message message)