Uses of Enum Class
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 class with the specified name.static RunLevelController.ThreadingPolicy[]RunLevelController.ThreadingPolicy.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.glassfish.hk2.runlevel with parameters of type RunLevelController.ThreadingPolicyModifier and TypeMethodDescriptionvoidRunLevelController.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
Methods in org.glassfish.hk2.runlevel.internal that return RunLevelController.ThreadingPolicyMethods in org.glassfish.hk2.runlevel.internal with parameters of type RunLevelController.ThreadingPolicyModifier and TypeMethodDescriptionvoidRunLevelControllerImpl.setThreadingPolicy(RunLevelController.ThreadingPolicy policy)