Uses of Class
org.glassfish.hk2.utilities.binding.AbstractBinder
-
Packages that use AbstractBinder Package Description org.glassfish.hk2.extras.events.internal org.glassfish.hk2.runlevel org.glassfish.hk2.utilities -
-
Uses of AbstractBinder in org.glassfish.hk2.extras.events.internal
Subclasses of AbstractBinder in org.glassfish.hk2.extras.events.internal Modifier and Type Class Description class
TopicDistributionModule
This module can be used to enable the default HK2 implementation of Topic distribution. -
Uses of AbstractBinder in org.glassfish.hk2.runlevel
Subclasses of AbstractBinder in org.glassfish.hk2.runlevel 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 AbstractBinder in org.glassfish.hk2.utilities
Subclasses of AbstractBinder in org.glassfish.hk2.utilities 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.
-