Uses of Class
javax.cache.event.NotificationScope

Packages that use NotificationScope
javax.cache This package contains the API for JCache.. 
javax.cache.event This package contains listeners and scoping interfaces. 
 

Uses of NotificationScope in javax.cache
 

Methods in javax.cache with parameters of type NotificationScope
 CacheBuilder<K,V> CacheBuilder.registerCacheEntryListener(CacheEntryListener<K,V> cacheEntryListener, NotificationScope scope, boolean synchronous)
          Registers a listener.
 boolean Cache.registerCacheEntryListener(CacheEntryListener<K,V> cacheEntryListener, NotificationScope scope, boolean synchronous)
          Adds a listener to the notification service.
 

Uses of NotificationScope in javax.cache.event
 

Methods in javax.cache.event that return NotificationScope
 NotificationScope CacheEntryListener.getNotificationScope()
           
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.
 



Copyright © 2011. All Rights Reserved.