[infinispan-issues] [JBoss JIRA] (ISPN-1835) ModuleCommandFactory hierachy should be cleaned up

Galder Zamarreño (JIRA) jira-events at lists.jboss.org
Thu Feb 2 04:51:51 EST 2012


Galder Zamarreño created ISPN-1835:
--------------------------------------

             Summary: ModuleCommandFactory hierachy should be cleaned up
                 Key: ISPN-1835
                 URL: https://issues.jboss.org/browse/ISPN-1835
             Project: Infinispan
          Issue Type: Enhancement
            Reporter: Galder Zamarreño
            Assignee: Manik Surtani
             Fix For: 6.0.0.FINAL


The distinction between ModuleCommandFactory and ExtendedModuleCommandFactory should go away, and they should be independent interfaces.

The reason for this is cos ModuleCommandFactory is a global component and so should care about creating global commands, i.e. perform GC.

On the other hand ExtendedModuleCommandFactory (which should be renamed) is a cache component and so cares about creating cache specific global components, i.e. invalidate a named region (or cache) in 2LC.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

       



More information about the infinispan-issues mailing list