Uses of Enum
org.glassfish.hk2.runlevel.RunLevelController.ThreadingPolicy
Packages that use RunLevelController.ThreadingPolicy
-
Uses of RunLevelController.ThreadingPolicy in org.glassfish.hk2.runlevel
Methods in org.glassfish.hk2.runlevel that return RunLevelController.ThreadingPolicyModifier and TypeMethodDescriptionRunLevelController.getThreadingPolicy()
Returns the threading policy currently being used by this controllerReturns the enum constant of this type with the specified name.static RunLevelController.ThreadingPolicy[]
RunLevelController.ThreadingPolicy.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.glassfish.hk2.runlevel with parameters of type RunLevelController.ThreadingPolicyModifier and TypeMethodDescriptionvoid
RunLevelController.setThreadingPolicy
(RunLevelController.ThreadingPolicy policy) Sets the threading policy that will be used by this controller. -
Uses of RunLevelController.ThreadingPolicy in org.glassfish.hk2.runlevel.internal
Fields in org.glassfish.hk2.runlevel.internal declared as RunLevelController.ThreadingPolicyMethods in org.glassfish.hk2.runlevel.internal that return RunLevelController.ThreadingPolicyModifier and TypeMethodDescription(package private) RunLevelController.ThreadingPolicy
AsyncRunLevelContext.getPolicy()
RunLevelControllerImpl.getThreadingPolicy()
Methods in org.glassfish.hk2.runlevel.internal with parameters of type RunLevelController.ThreadingPolicyModifier and TypeMethodDescription(package private) void
AsyncRunLevelContext.setPolicy
(RunLevelController.ThreadingPolicy policy) void
RunLevelControllerImpl.setThreadingPolicy
(RunLevelController.ThreadingPolicy policy)