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 classTopicDistributionModuleThis 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 classRunLevelServiceModuleThis 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 classEnableLookupExceptionsModuleThis module can be used to enable exceptions to be thrown from getService API when a descriptor throws an exception during reification or other errors.classImmediateScopeModuleThis module can be used to enable theImmediatescope feature.classInheritableThreadScopeModuleThis module can be used to enable theInheritableThreadscope feature.classPerThreadScopeModuleThis module can be used to enable thePerThreadscope feature.
-