Uses of Interface
org.glassfish.hk2.api.DynamicConfiguration
-
-
Uses of DynamicConfiguration in org.glassfish.hk2.api
Methods in org.glassfish.hk2.api that return DynamicConfiguration Modifier and Type Method Description 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.extras.events.internal
Classes in org.glassfish.hk2.extras.events.internal that implement DynamicConfiguration Modifier and Type Class Description class
TopicDistributionModule
This module can be used to enable the default HK2 implementation of Topic distribution. -
Uses of DynamicConfiguration in org.glassfish.hk2.runlevel
Classes in org.glassfish.hk2.runlevel that implement DynamicConfiguration Modifier and Type Class Description class
RunLevelServiceModule
This module can be used to enable the RunLevelService in a system not using automatic service discovery. -
Uses of DynamicConfiguration in org.glassfish.hk2.utilities
Classes in org.glassfish.hk2.utilities that implement DynamicConfiguration Modifier and Type Class Description class
EnableLookupExceptionsModule
This module can be used to enable exceptions to be thrown from getService API when a descriptor throws an exception during reification or other errors.class
ImmediateScopeModule
This module can be used to enable theImmediate
scope feature.class
InheritableThreadScopeModule
This module can be used to enable theInheritableThread
scope feature.class
PerThreadScopeModule
This module can be used to enable thePerThread
scope feature.Methods in org.glassfish.hk2.utilities that return DynamicConfiguration Modifier and Type Method Description static DynamicConfiguration
ServiceLocatorUtilities. createDynamicConfiguration(ServiceLocator locator)
This method returns aDynamicConfiguration
for use with adding and removing services to the givenServiceLocator
.Methods in org.glassfish.hk2.utilities with parameters of type DynamicConfiguration Modifier and Type Method Description void
Binder. bind(DynamicConfiguration config)
This method will be called by theServiceLocatorUtilities.bind(org.glassfish.hk2.api.ServiceLocator, Binder...)
method for each binder given. -
Uses of DynamicConfiguration in org.glassfish.hk2.utilities.binding
Classes in org.glassfish.hk2.utilities.binding that implement DynamicConfiguration Modifier and Type Class Description class
AbstractBinder
Skeleton implementation of injection binder with convenience methods for binding definitions.Methods in org.glassfish.hk2.utilities.binding with parameters of type DynamicConfiguration Modifier and Type Method Description static void
BindingBuilderFactory. addBinding(BindingBuilder<?> builder, DynamicConfiguration configuration)
Add a binding represented by the binding builder to the HK2 dynamic configuration.static void
BindingBuilderFactory. addBinding(BindingBuilder<?> builder, DynamicConfiguration configuration, HK2Loader defaultLoader)
Add a binding represented by the binding builder to the HK2 dynamic configuration.void
AbstractBinder. bind(DynamicConfiguration configuration)
-
Uses of DynamicConfiguration in org.jvnet.hk2.internal
Classes in org.jvnet.hk2.internal that implement DynamicConfiguration Modifier and Type Class Description class
DynamicConfigurationImpl
The system implementation of the DynamicConfiguration serviceMethods in org.jvnet.hk2.internal that return DynamicConfiguration Modifier and Type Method Description DynamicConfiguration
DynamicConfigurationServiceImpl. createDynamicConfiguration()
-
Uses of DynamicConfiguration in org.jvnet.hk2.testing.junit
Methods in org.jvnet.hk2.testing.junit with parameters of type DynamicConfiguration Modifier and Type Method Description void
ServiceLocatorTestRule. bind(DynamicConfiguration dynamicConfiguration)
Called at the appropriate time by theServiceLocatorTestRule.configureServiceLocator(ServiceLocator, Description)
method in case subclasses wish to add services to theServiceLocator
being configured.void
HK2TestModule. configure(DynamicConfiguration config)
Allows the test to easily configure their test
-