Uses of Interface
org.glassfish.hk2.utilities.Binder
-
Packages that use Binder Package Description org.glassfish.hk2.extras.events.internal org.glassfish.hk2.runlevel org.glassfish.hk2.utilities org.glassfish.hk2.utilities.binding org.jvnet.hk2.testing.junit -
-
Uses of Binder in org.glassfish.hk2.extras.events.internal
Classes in org.glassfish.hk2.extras.events.internal that implement Binder Modifier and Type Class Description classTopicDistributionModuleThis module can be used to enable the default HK2 implementation of Topic distribution. -
Uses of Binder in org.glassfish.hk2.runlevel
Classes in org.glassfish.hk2.runlevel that implement Binder Modifier and Type Class Description classRunLevelServiceModuleThis module can be used to enable the RunLevelService in a system not using automatic service discovery. -
Uses of Binder in org.glassfish.hk2.utilities
Classes in org.glassfish.hk2.utilities that implement Binder 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.Methods in org.glassfish.hk2.utilities with parameters of type Binder Modifier and Type Method Description static ServiceLocatorServiceLocatorUtilities. bind(java.lang.String name, Binder... binders)This method will create or find a ServiceLocator with the given name and bind all of the binders given together in a single config transaction.static voidServiceLocatorUtilities. bind(ServiceLocator locator, Binder... binders)This method will bind all of the binders given together in a single config transaction.static ServiceLocatorServiceLocatorUtilities. bind(Binder... binders)This method will create or find a ServiceLocator with the name "default" and bind all of the binders given together in a single config transaction. -
Uses of Binder in org.glassfish.hk2.utilities.binding
Classes in org.glassfish.hk2.utilities.binding that implement Binder Modifier and Type Class Description classAbstractBinderSkeleton implementation of injection binder with convenience methods for binding definitions.Methods in org.glassfish.hk2.utilities.binding with parameters of type Binder Modifier and Type Method Description voidAbstractBinder. install(Binder... binders)Adds all binding definitions from the binders to the binding configuration. -
Uses of Binder in org.jvnet.hk2.testing.junit
Classes in org.jvnet.hk2.testing.junit that implement Binder Modifier and Type Class Description classServiceLocatorTestRule<T>AnExternalResource(and aBinder) that sets up and tears down an HK2ServiceLocatoron a per-test-class or per-test-method basis.
-