Dashboard Builder Commons 6.0.0.Beta1

org.jboss.dashboard.database.cache.custom
Class CacheNotification

java.lang.Object
  extended by org.jboss.dashboard.database.cache.custom.CacheNotification
All Implemented Interfaces:
Serializable

public class CacheNotification
extends Object
implements Serializable

The actual object that gets sent to the cluster to indicate that an object needs to be cleared from the cache.

See Also:
Serialized Form

Constructor Summary
CacheNotification()
           
CacheNotification(String type, Serializable key)
           
 
Method Summary
 Serializable getKey()
           
 String getType()
           
 void setKey(Serializable key)
           
 void setType(String type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CacheNotification

public CacheNotification()

CacheNotification

public CacheNotification(String type,
                         Serializable key)
Method Detail

setType

public void setType(String type)

getType

public String getType()

setKey

public void setKey(Serializable key)

getKey

public Serializable getKey()

Dashboard Builder Commons 6.0.0.Beta1

Copyright © 2012-2013 JBoss by Red Hat. All Rights Reserved.