ehcache

Uses of Class
net.sf.ehcache.event.NotificationScope

Packages that use NotificationScope
net.sf.ehcache.config This package contains the cache configuration code. 
net.sf.ehcache.event This package contains interfaces and classes for listening to events. 
 

Uses of NotificationScope in net.sf.ehcache.config
 

Methods in net.sf.ehcache.config that return NotificationScope
 NotificationScope CacheConfiguration.CacheEventListenerFactoryConfiguration.getListenFor()
          Get the value mode in terms of the mode enum
 

Uses of NotificationScope in net.sf.ehcache.event
 

Methods in net.sf.ehcache.event that return NotificationScope
static NotificationScope NotificationScope.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static NotificationScope[] NotificationScope.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in net.sf.ehcache.event with parameters of type NotificationScope
 boolean RegisteredEventListeners.registerListener(CacheEventListener cacheEventListener, NotificationScope scope)
          Adds a listener to the notification service.
 


ehcache

Copyright 2001-2016, Terracotta, Inc.