org.terracotta.modules.ehcache.event
Class CacheEventNotificationMsg

java.lang.Object
  extended by org.terracotta.modules.ehcache.event.CacheEventNotificationMsg
All Implemented Interfaces:
Serializable

public class CacheEventNotificationMsg
extends Object
implements Serializable

See Also:
Serialized Form

Nested Class Summary
static class CacheEventNotificationMsg.EventType
           
 
Constructor Summary
CacheEventNotificationMsg(String fullyQualifiedEhcacheName, CacheEventNotificationMsg.EventType toolkitEventType, Element element)
           
 
Method Summary
 Element getElement()
           
 String getFullyQualifiedEhcacheName()
           
 CacheEventNotificationMsg.EventType getToolkitEventType()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CacheEventNotificationMsg

public CacheEventNotificationMsg(String fullyQualifiedEhcacheName,
                                 CacheEventNotificationMsg.EventType toolkitEventType,
                                 Element element)
Method Detail

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.