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.ThreadingPolicy
RunLevelController. getThreadingPolicy()
Returns the threading policy currently being used by this controllerstatic RunLevelController.ThreadingPolicy
RunLevelController.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 void
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.ThreadingPolicy Modifier and Type Field Description private RunLevelController.ThreadingPolicy
AsyncRunLevelContext. policy
Methods in org.glassfish.hk2.runlevel.internal that return RunLevelController.ThreadingPolicy Modifier and Type Method Description (package private) RunLevelController.ThreadingPolicy
AsyncRunLevelContext. getPolicy()
RunLevelController.ThreadingPolicy
RunLevelControllerImpl. getThreadingPolicy()
Methods in org.glassfish.hk2.runlevel.internal with parameters of type RunLevelController.ThreadingPolicy Modifier and Type Method Description (package private) void
AsyncRunLevelContext. setPolicy(RunLevelController.ThreadingPolicy policy)
void
RunLevelControllerImpl. setThreadingPolicy(RunLevelController.ThreadingPolicy policy)
-