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

java.lang.Object
  extended byorg.shiftone.cache.decorator.cluster.jms.JmsTransport
All Implemented Interfaces:
Transport

public class JmsTransport
extends java.lang.Object
implements Transport


Field Summary
static java.lang.String JMS_PROPERTY_SENDER
           
 
Constructor Summary
JmsTransport(JmsClusterCacheFactory factory)
           
 
Method Summary
 void sendNotification(Notification notification)
           
 void setNotificationListener(NotificationListener notificationListener)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

JMS_PROPERTY_SENDER

public static final java.lang.String JMS_PROPERTY_SENDER
See Also:
Constant Field Values
Constructor Detail

JmsTransport

public JmsTransport(JmsClusterCacheFactory factory)
             throws CacheException
Method Detail

sendNotification

public void sendNotification(Notification notification)
                      throws java.lang.Exception
Specified by:
sendNotification in interface Transport
Throws:
java.lang.Exception

setNotificationListener

public void setNotificationListener(NotificationListener notificationListener)
Specified by:
setNotificationListener in interface Transport