Michael Dodge created GEODE-4415:
------------------------------------

             Summary: Modify PoolManager to avoid mandating singletons
                 Key: GEODE-4415
                 URL: https://issues.apache.org/jira/browse/GEODE-4415
             Project: Geode
          Issue Type: Improvement
          Components: client/server
            Reporter: Michael Dodge


`PoolManager` is a class that consists of nothing but static methods. Thus it 
mandates the use of singletons in order to fulfill its contract. It seems that 
conceptually its methods overlap with the responsibilities of `PoolFactory`, 
which is an interface. The methods of `PoolManager` belong on a class that does 
not use singletons for their fulfillment.



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

Reply via email to