[infinispan-issues] [JBoss JIRA] Commented: (ISPN-609) Make the JGroupsTransport Listenable

Manik Surtani (JIRA) jira-events at lists.jboss.org
Tue Sep 7 06:51:52 EDT 2010


    [ https://jira.jboss.org/browse/ISPN-609?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12549363#action_12549363 ] 

Manik Surtani commented on ISPN-609:
------------------------------------

I can see how a merge view notification is generically useful.  So I will be adding a PartitionHealedEvent - along the lines of http://docs.jboss.org/infinispan/4.1/apidocs/org/infinispan/notifications/cachemanagerlistener/event/ViewChangedEvent.html

> Make the JGroupsTransport Listenable
> ------------------------------------
>
>                 Key: ISPN-609
>                 URL: https://jira.jboss.org/browse/ISPN-609
>             Project: Infinispan
>          Issue Type: Feature Request
>          Components: Core API
>    Affects Versions: 4.1.0.CR3
>            Reporter: craig bomba
>            Assignee: Manik Surtani
>            Priority: Minor
>             Fix For: 4.2.0.BETA1, 4.2.0.Final
>
>         Attachments: infinispan-core-jgroups-trans.jar
>
>
> We needed to make the JGroupsTransport listenable. We needed events for detecting that a merge has taken place
> org.infinispan.factories.EmptyConstructorFactory
> Just added JGroupsTransportNotifier.class to the @DefaultFactoryFor annotation.
> org.infinispan.notifications.jgroupstransport.JGroupsTransportNotifier
> Interface for the JGroupsTransportNotifier notifier.
> org.infinispan.notifications.jgroupstransport.JGroupsTransportNotifierImpl
> The JGroupsTransportNotifier notifier implementation. Supports events for a merge.
> org.infinispan.notifications.jgroupstransport.annotation.MergeViewAccepted
> The bare annotations to add to JGroupsTransport listeners.
> org.infinispan.notifications.jgroupstransport.event.Event
> The interface for the merge view accepted event implementations.
> org.infinispan.notifications.replicationqueuelistener.event.MergeViewAcceptedEvent
> The event implementations.
> org.infinispan.transport.Transport
> Updated to implement listenable.
> org.infinispan.transport.jgroups.JGroupsTransport
> Updated to throw an event when a merge view is accepted.

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

        


More information about the infinispan-issues mailing list