org.terracotta.modules.ehcache.event
Class CacheEventNotificationMsg
java.lang.Object
org.terracotta.modules.ehcache.event.CacheEventNotificationMsg
- All Implemented Interfaces:
- Serializable
public class CacheEventNotificationMsg
- extends Object
- implements Serializable
- See Also:
- Serialized Form
CacheEventNotificationMsg
public CacheEventNotificationMsg(String fullyQualifiedEhcacheName,
CacheEventNotificationMsg.EventType toolkitEventType,
Element element)
getFullyQualifiedEhcacheName
public String getFullyQualifiedEhcacheName()
getToolkitEventType
public CacheEventNotificationMsg.EventType getToolkitEventType()
getElement
public Element getElement()
toString
public String toString()
- Overrides:
toString in class Object
Copyright © 2003-2013 Terracotta, Inc.. All Rights Reserved.