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