[infinispan-issues] [JBoss JIRA] (ISPN-2766) Improve and adapt notification model to fit JSR107 notification model
Vladimir Blagojevic (JIRA)
jira-events at lists.jboss.org
Mon Jan 28 12:06:47 EST 2013
Vladimir Blagojevic created ISPN-2766:
-----------------------------------------
Summary: Improve and adapt notification model to fit JSR107 notification model
Key: ISPN-2766
URL: https://issues.jboss.org/browse/ISPN-2766
Project: Infinispan
Issue Type: Feature Request
Components: Listeners
Affects Versions: 5.2.0.CR3
Reporter: Vladimir Blagojevic
Assignee: Mircea Markus
Out current notification (listener) model does not fit JSR 107 notification model and thus needs a slight adaptation in order to implement JSR 107.
More specifically the problem is with JSR107 CacheEntryCreatedListener and CacheEntryExpiredListener.
The first one is not easy to implement because we need both key/value pair for jsr listener and our CacheEntryCreatedEvent does not provide value.
The second is related to CacheEntryExpired event. True, spec is not rigorous that such an event has to be fired immediately after an entry has expired but eventually (which might be on access). However, we do not have such an event at all as of now.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the infinispan-issues
mailing list