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

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

public class ClearNotification
extends java.lang.Object
implements Notification

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

Constructor Summary
ClearNotification(long senderInstanceId, java.lang.String cacheName)
           
 
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

ClearNotification

public ClearNotification(long senderInstanceId,
                         java.lang.String cacheName)
Method Detail

execute

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

getCacheName

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

getSenderInstanceId

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

toString

public java.lang.String toString()