You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "Kirk Lund (JIRA)" <ji...@apache.org> on 2018/02/03 00:30:00 UTC

[jira] [Updated] (GEODE-4530) Remove singleton calls from product code in org.apache.geode.management.internal

     [ https://issues.apache.org/jira/browse/GEODE-4530?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Kirk Lund updated GEODE-4530:
-----------------------------
    Description: 
These product classes in org.apache.geode.management.internal invoke singleton getters.

CacheFactory.getAnyInstance():
* ManagementAgent
* RestAgent
* StartJmxManagerFunction

GemFireCacheImpl.getInstance():
* ManagementFunction

  was:
These product classes in org.apache.geode.management.internal invoke singleton getters.

CacheFactory.getAnyInstance():
* ManagementAgent
* RestAgent
* StartJmxManagerFunction


> Remove singleton calls from product code in org.apache.geode.management.internal
> --------------------------------------------------------------------------------
>
>                 Key: GEODE-4530
>                 URL: https://issues.apache.org/jira/browse/GEODE-4530
>             Project: Geode
>          Issue Type: Sub-task
>          Components: jmx, management, rest (admin)
>            Reporter: Kirk Lund
>            Priority: Major
>
> These product classes in org.apache.geode.management.internal invoke singleton getters.
> CacheFactory.getAnyInstance():
> * ManagementAgent
> * RestAgent
> * StartJmxManagerFunction
> GemFireCacheImpl.getInstance():
> * ManagementFunction



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)