org.jboss.dashboard.database.cache.custom
Class CacheNotification
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CacheNotification
public CacheNotification()
CacheNotification
public CacheNotification(String type,
Serializable key)
setType
public void setType(String type)
getType
public String getType()
setKey
public void setKey(Serializable key)
getKey
public Serializable getKey()
Copyright © 2012-2013 JBoss by Red Hat. All Rights Reserved.