Uses of Class
org.jboss.hal.core.runtime.SuspendState
-
Packages that use SuspendState Package Description org.jboss.hal.core.runtime org.jboss.hal.core.runtime.server -
-
Uses of SuspendState in org.jboss.hal.core.runtime
Methods in org.jboss.hal.core.runtime that return SuspendState Modifier and Type Method Description static SuspendStateSuspendState. valueOf(String name)Returns the enum constant of this type with the specified name.static SuspendState[]SuspendState. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of SuspendState in org.jboss.hal.core.runtime.server
Methods in org.jboss.hal.core.runtime.server that return SuspendState Modifier and Type Method Description SuspendStateServer. getSuspendState()
-