Uses of Class
org.glassfish.hk2.runlevel.RunLevelController.ThreadingPolicy
-
Packages that use RunLevelController.ThreadingPolicy Package Description org.glassfish.hk2.runlevel org.glassfish.hk2.runlevel.internal -
-
Uses of RunLevelController.ThreadingPolicy in org.glassfish.hk2.runlevel
Methods in org.glassfish.hk2.runlevel that return RunLevelController.ThreadingPolicy Modifier and Type Method Description RunLevelController.ThreadingPolicyRunLevelController. getThreadingPolicy()Returns the threading policy currently being used by this controllerstatic RunLevelController.ThreadingPolicyRunLevelController.ThreadingPolicy. valueOf(java.lang.String name)Returns 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.ThreadingPolicy Modifier and Type Method Description voidRunLevelController. 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.ThreadingPolicy Modifier and Type Field Description private RunLevelController.ThreadingPolicyAsyncRunLevelContext. policyMethods in org.glassfish.hk2.runlevel.internal that return RunLevelController.ThreadingPolicy Modifier and Type Method Description (package private) RunLevelController.ThreadingPolicyAsyncRunLevelContext. getPolicy()RunLevelController.ThreadingPolicyRunLevelControllerImpl. getThreadingPolicy()Methods in org.glassfish.hk2.runlevel.internal with parameters of type RunLevelController.ThreadingPolicy Modifier and Type Method Description (package private) voidAsyncRunLevelContext. setPolicy(RunLevelController.ThreadingPolicy policy)voidRunLevelControllerImpl. setThreadingPolicy(RunLevelController.ThreadingPolicy policy)
-