Package org.glassfish.hk2.utilities
Class PerThreadScopeModule
- java.lang.Object
-
- org.glassfish.hk2.utilities.binding.AbstractBinder
-
- org.glassfish.hk2.utilities.PerThreadScopeModule
-
- All Implemented Interfaces:
DynamicConfiguration
,Binder
public class PerThreadScopeModule extends AbstractBinder
This module can be used to enable thePerThread
scope feature. This module is NOT idempotent.- Author:
- jwells
-
-
Constructor Summary
Constructors Constructor Description PerThreadScopeModule()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
configure()
Implement to provide binding definitions using the exposed binding methods.-
Methods inherited from class org.glassfish.hk2.utilities.binding.AbstractBinder
addActiveDescriptor, addActiveDescriptor, addActiveDescriptor, addActiveFactoryDescriptor, addIdempotentFilter, addUnbindFilter, bind, bind, bind, bind, bind, bind, bind, bindAsContract, bindAsContract, bindAsContract, bindFactory, bindFactory, bindFactory, commit, install, registerTwoPhaseResources
-
-
-
-
Method Detail
-
configure
protected void configure()
Description copied from class:AbstractBinder
Implement to provide binding definitions using the exposed binding methods.- Specified by:
configure
in classAbstractBinder
-
-