Class ConfigurationChangedEventImpl
java.lang.Object
org.infinispan.notifications.cachemanagerlistener.event.impl.ConfigurationChangedEventImpl
- All Implemented Interfaces:
ConfigurationChangedEvent, Event
-
Nested Class Summary
Nested classes/interfaces inherited from interface ConfigurationChangedEvent
ConfigurationChangedEvent.EventTypeNested classes/interfaces inherited from interface Event
Event.Type -
Field Summary
Fields inherited from interface ConfigurationChangedEvent
CACHE, COUNTER, SCHEMA, TEMPLATE -
Constructor Summary
ConstructorsConstructorDescriptionConfigurationChangedEventImpl(EmbeddedCacheManager cacheManager, ConfigurationChangedEvent.EventType eventType, String entityType, String entityName, Map<String, Object> entityValue) -
Method Summary
-
Constructor Details
-
ConfigurationChangedEventImpl
public ConfigurationChangedEventImpl(EmbeddedCacheManager cacheManager, ConfigurationChangedEvent.EventType eventType, String entityType, String entityName, Map<String, Object> entityValue)
-
-
Method Details
-
getConfigurationEventType
- Specified by:
getConfigurationEventTypein interfaceConfigurationChangedEvent
-
getConfigurationEntityType
- Specified by:
getConfigurationEntityTypein interfaceConfigurationChangedEvent
-
getConfigurationEntityName
- Specified by:
getConfigurationEntityNamein interfaceConfigurationChangedEvent
-
getCacheManager
- Specified by:
getCacheManagerin interfaceEvent
-
getConfigurationEntityValue
- Specified by:
getConfigurationEntityValuein interfaceConfigurationChangedEvent
-
getType
-