org.glassfish.hk2.api
Interface DynamicConfigurationService

All Known Implementing Classes:
DynamicConfigurationServiceImpl

@Contract
public interface DynamicConfigurationService

The dynamic configuration service is the source of DynamicConfiguration instances, which can be used to bind and unbind entities into the system

Author:
jwells

Method Summary
 DynamicConfiguration createDynamicConfiguration()
          Creates a dynamic configuration that can be used to add or remove values to the system
 

Method Detail

createDynamicConfiguration

DynamicConfiguration createDynamicConfiguration()
Creates a dynamic configuration that can be used to add or remove values to the system

Returns:
A dynamic configuration to be used to add values to the system


Copyright © 2013 Oracle Corporation. All Rights Reserved.