Uses of Interface
org.glassfish.hk2.api.DynamicConfiguration

Packages that use DynamicConfiguration
org.glassfish.hk2.api   
org.glassfish.hk2.utilities   
 

Uses of DynamicConfiguration in org.glassfish.hk2.api
 

Methods in org.glassfish.hk2.api that return DynamicConfiguration
 DynamicConfiguration DynamicConfigurationService.createDynamicConfiguration()
          Creates a dynamic configuration that can be used to add or remove values to the system
 

Uses of DynamicConfiguration in org.glassfish.hk2.utilities
 

Methods in org.glassfish.hk2.utilities that return DynamicConfiguration
static DynamicConfiguration ServiceLocatorUtilities.createDynamicConfiguration(ServiceLocator locator)
          This method returns a DynamicConfiguration for use with adding and removing services to the given ServiceLocator.
 

Methods in org.glassfish.hk2.utilities with parameters of type DynamicConfiguration
 void Binder.bind(DynamicConfiguration config)
          This method will be called by the ServiceLocatorUtilities.bind(org.glassfish.hk2.api.ServiceLocator, Binder...) method for each binder given.
 



Copyright © 2012 Oracle Corporation. All Rights Reserved.