Uses of Class
org.jboss.as.server.suspend.SuspendController.State
-
Packages that use SuspendController.State Package Description org.jboss.as.server.suspend -
-
Uses of SuspendController.State in org.jboss.as.server.suspend
Methods in org.jboss.as.server.suspend that return SuspendController.State Modifier and Type Method Description SuspendController.StateSuspendController. getState()static SuspendController.StateSuspendController.State. valueOf(String name)Returns the enum constant of this type with the specified name.static SuspendController.State[]SuspendController.State. values()Returns an array containing the constants of this enum type, in the order they are declared.
-