Uses of Interface
org.glassfish.hk2.api.ImmediateController
-
Packages that use ImmediateController Package Description org.glassfish.hk2.internal org.glassfish.hk2.utilities -
-
Uses of ImmediateController in org.glassfish.hk2.internal
Classes in org.glassfish.hk2.internal that implement ImmediateController Modifier and Type Class Description class
ImmediateHelper
The implementation of the immediate context. -
Uses of ImmediateController in org.glassfish.hk2.utilities
Methods in org.glassfish.hk2.utilities that return ImmediateController Modifier and Type Method Description static ImmediateController
ServiceLocatorUtilities. enableImmediateScopeSuspended(ServiceLocator locator)
This method will add the ability to use theImmediate
scope to the given locator.
-