org.shiftone.cache.decorator.cluster.msg
Class RemoveNotification

java.lang.Object
  extended byorg.shiftone.cache.decorator.cluster.msg.RemoveNotification
All Implemented Interfaces:
Notification, java.io.Serializable

public class RemoveNotification
extends java.lang.Object
implements Notification

Version:
$Revision: 1.3 $
Author:
Jeff Drost
See Also:
Serialized Form

Constructor Summary
RemoveNotification(long senderInstanceId, java.lang.String cacheName, java.lang.Object key)
           
RemoveNotification(long senderInstanceId, java.lang.String cacheName, java.io.Serializable key)
           
 
Method Summary
 void execute(Cache cache)
           
 java.lang.String getCacheName()
           
 long getSenderInstanceId()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RemoveNotification

public RemoveNotification(long senderInstanceId,
                          java.lang.String cacheName,
                          java.io.Serializable key)

RemoveNotification

public RemoveNotification(long senderInstanceId,
                          java.lang.String cacheName,
                          java.lang.Object key)
Method Detail

execute

public void execute(Cache cache)
Specified by:
execute in interface Notification

getSenderInstanceId

public long getSenderInstanceId()
Specified by:
getSenderInstanceId in interface Notification

getCacheName

public java.lang.String getCacheName()
Specified by:
getCacheName in interface Notification

toString

public java.lang.String toString()