[jboss-jira] [JBoss JIRA] Resolved: (JBCACHE-1308) Genericize getData() Map returned by notication events

Manik Surtani (JIRA) jira-events at lists.jboss.org
Tue Aug 5 07:53:56 EDT 2008


     [ https://jira.jboss.org/jira/browse/JBCACHE-1308?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Manik Surtani resolved JBCACHE-1308.
------------------------------------

    Fix Version/s:     (was: 3.0.0.GA)
       Resolution: Won't Fix


This will be hard to do since listeners are user classes and events are passed in to callbacks.  Unless these are created by the same factory that creates the cache, there is no way to get the same K, V parameters.  Would be very clunky.

> Genericize getData() Map returned by notication events
> ------------------------------------------------------
>
>                 Key: JBCACHE-1308
>                 URL: https://jira.jboss.org/jira/browse/JBCACHE-1308
>             Project: JBoss Cache
>          Issue Type: Feature Request
>      Security Level: Public(Everyone can see) 
>    Affects Versions: 2.1.0.GA
>            Reporter: Brian Stansberry
>            Assignee: Manik Surtani
>            Priority: Minor
>
> The Map returned by getData() in the various notification events is not genericized.  AFAICT it should use the same <K, V> as the Cache<K, V> that emits the events.
> Relevant event classes are NodeActivatedEvent, NodeLoadedEvent, NodeModifiedEvent, NodePassivatedEvent.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the jboss-jira mailing list