[jboss-jira] [JBoss JIRA] Resolved: (JBCACHE-1080) Add filtering capabilities to notification listeners
Jason T. Greene (JIRA)
jira-events at lists.jboss.org
Wed May 30 16:50:09 EDT 2007
[ http://jira.jboss.com/jira/browse/JBCACHE-1080?page=all ]
Jason T. Greene resolved JBCACHE-1080.
--------------------------------------
Resolution: Done
/**
* Add a PojoCacheListener that will only monitor a specific ID(FQN) pattern.
* A given listener instance can only be added once, whether or not there is
* a pattern. To have a duplicate listener simply create a new instance.
*
* @param listener the listener instance to register
* @param pattern the ID pattern for notifications of interest
*/
void addListener(PojoCacheListener listener, Pattern pattern);
> Add filtering capabilities to notification listeners
> ----------------------------------------------------
>
> Key: JBCACHE-1080
> URL: http://jira.jboss.com/jira/browse/JBCACHE-1080
> Project: JBoss Cache
> Issue Type: Feature Request
> Security Level: Public(Everyone can see)
> Components: PojoCache
> Reporter: Jason T. Greene
> Assigned To: Jason T. Greene
> Fix For: 2.0.0.CR2, 2.0.0.GA
>
>
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list