org.terracotta.modules.ehcache.store
Class CacheConfigChangeNotificationMsg

java.lang.Object
  extended by org.terracotta.modules.ehcache.store.CacheConfigChangeNotificationMsg
All Implemented Interfaces:
Serializable

public class CacheConfigChangeNotificationMsg
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
CacheConfigChangeNotificationMsg(String fullyQualifiedCacheName, String configName, Serializable newValue)
           
 
Method Summary
 String getFullyQualifiedEhcacheName()
           
 Serializable getNewValue()
           
 String getToolkitConfigName()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CacheConfigChangeNotificationMsg

public CacheConfigChangeNotificationMsg(String fullyQualifiedCacheName,
                                        String configName,
                                        Serializable newValue)
Method Detail

getToolkitConfigName

public String getToolkitConfigName()

getNewValue

public Serializable getNewValue()

getFullyQualifiedEhcacheName

public String getFullyQualifiedEhcacheName()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2003-2013 Terracotta, Inc.. All Rights Reserved.