Class ManagerUtilities
java.lang.Object
org.glassfish.hk2.configuration.hub.api.ManagerUtilities
- Author:
- jwells
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidenableConfigurationHub(org.glassfish.hk2.api.ServiceLocator locator) This method will add the Hub service to the given service locator.
-
Constructor Details
-
ManagerUtilities
public ManagerUtilities()
-
-
Method Details
-
enableConfigurationHub
public static void enableConfigurationHub(org.glassfish.hk2.api.ServiceLocator locator) This method will add the Hub service to the given service locator. If there is already a Hub service available this method will do nothing- Parameters:
locator- The non-null ServiceLocator to add the configuration Hub service to
-