Uses of Enum
org.glassfish.hk2.runlevel.RunLevelController.ThreadingPolicy
Packages that use RunLevelController.ThreadingPolicy
-
Uses of RunLevelController.ThreadingPolicy in org.glassfish.hk2.runlevel
Subclasses with type arguments of type RunLevelController.ThreadingPolicy in org.glassfish.hk2.runlevelModifier and TypeClassDescriptionstatic enumThese are the policies for how the RunLevelController will use threadsMethods 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 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
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.ThreadingPolicyAsyncRunLevelContext.getPolicy()RunLevelControllerImpl.getThreadingPolicy()Methods in org.glassfish.hk2.runlevel.internal with parameters of type RunLevelController.ThreadingPolicyModifier and TypeMethodDescription(package private) voidAsyncRunLevelContext.setPolicy(RunLevelController.ThreadingPolicy policy) voidRunLevelControllerImpl.setThreadingPolicy(RunLevelController.ThreadingPolicy policy)