org.shiftone.cache.decorator.cluster
Interface Transport

All Known Implementing Classes:
JGroupsTransport, JmsTransport

public interface Transport

a transport represents the pipe through with caches in a cluster can communicate.


Method Summary
 void sendNotification(Notification notification)
           
 void setNotificationListener(NotificationListener listener)
           
 

Method Detail

sendNotification

public void sendNotification(Notification notification)
                      throws java.lang.Exception
Throws:
java.lang.Exception

setNotificationListener

public void setNotificationListener(NotificationListener listener)