Uses of Enum
org.infinispan.notifications.cachemanagerlistener.event.ConfigurationChangedEvent.EventType
Packages that use ConfigurationChangedEvent.EventType
Package
Description
CacheManager-specific notifications and eventing.EmbeddedCacheManager-specific listener events-
Uses of ConfigurationChangedEvent.EventType in org.infinispan.notifications.cachemanagerlistener
Methods in org.infinispan.notifications.cachemanagerlistener with parameters of type ConfigurationChangedEvent.EventTypeModifier and TypeMethodDescriptionCacheManagerNotifier.notifyConfigurationChanged(ConfigurationChangedEvent.EventType eventType, String entityType, String entityName) Notifies all registered listeners of a configurationChange event.CacheManagerNotifierImpl.notifyConfigurationChanged(ConfigurationChangedEvent.EventType eventType, String entityType, String entityName) -
Uses of ConfigurationChangedEvent.EventType in org.infinispan.notifications.cachemanagerlistener.event
Methods in org.infinispan.notifications.cachemanagerlistener.event that return ConfigurationChangedEvent.EventTypeModifier and TypeMethodDescriptionConfigurationChangedEvent.getConfigurationEventType()Returns the enum constant of this type with the specified name.static ConfigurationChangedEvent.EventType[]ConfigurationChangedEvent.EventType.values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ConfigurationChangedEvent.EventType in org.infinispan.notifications.cachemanagerlistener.event.impl
Methods in org.infinispan.notifications.cachemanagerlistener.event.impl that return ConfigurationChangedEvent.EventTypeMethods in org.infinispan.notifications.cachemanagerlistener.event.impl with parameters of type ConfigurationChangedEvent.EventTypeModifier and TypeMethodDescriptionvoidEventImpl.setConfigurationEventType(ConfigurationChangedEvent.EventType eventType)