[infinispan-issues] [JBoss JIRA] (ISPN-3644) Make isOriginLocal() an annotation property of the transactional cache event
Paul Ferraro (JIRA)
jira-events at lists.jboss.org
Thu Oct 17 13:46:02 EDT 2013
[ https://issues.jboss.org/browse/ISPN-3644?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Paul Ferraro updated ISPN-3644:
-------------------------------
Summary: Make isOriginLocal() an annotation property of the transactional cache event (was: Make isOriginLocal() a property of the transactional cache event annotations)
> Make isOriginLocal() an annotation property of the transactional cache event
> ----------------------------------------------------------------------------
>
> Key: ISPN-3644
> URL: https://issues.jboss.org/browse/ISPN-3644
> Project: Infinispan
> Issue Type: Enhancement
> Components: Listeners
> Affects Versions: 6.0.0.CR1
> Reporter: Paul Ferraro
> Assignee: Mircea Markus
>
> Like ISPN-3642, but for isOriginLocal().
> e.g.
> @CacheEntryCreated(local=true, remote=false)
> public void created(CacheEntryCreatedEvent<K, V> event) {
> // This now only invoked for locally triggered cache entry creation events
> }
--
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