Uses of Class
org.terracotta.modules.ehcache.event.CacheEventNotificationMsg.EventType

Packages that use CacheEventNotificationMsg.EventType
org.terracotta.modules.ehcache.event   
 

Uses of CacheEventNotificationMsg.EventType in org.terracotta.modules.ehcache.event
 

Methods in org.terracotta.modules.ehcache.event that return CacheEventNotificationMsg.EventType
 CacheEventNotificationMsg.EventType CacheEventNotificationMsg.getToolkitEventType()
           
static CacheEventNotificationMsg.EventType CacheEventNotificationMsg.EventType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static CacheEventNotificationMsg.EventType[] CacheEventNotificationMsg.EventType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in org.terracotta.modules.ehcache.event with parameters of type CacheEventNotificationMsg.EventType
CacheEventNotificationMsg(String fullyQualifiedEhcacheName, CacheEventNotificationMsg.EventType toolkitEventType, Element element)
           
 



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