Uses of Class
org.jboss.hal.core.runtime.Action
-
Packages that use Action Package Description org.jboss.hal.core.runtime org.jboss.hal.core.runtime.group org.jboss.hal.core.runtime.host org.jboss.hal.core.runtime.server -
-
Uses of Action in org.jboss.hal.core.runtime
Methods in org.jboss.hal.core.runtime that return Action Modifier and Type Method Description static ActionAction. valueOf(String name)Returns the enum constant of this type with the specified name.static Action[]Action. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.jboss.hal.core.runtime with parameters of type Action Modifier and Type Method Description static intTimeouts. hostTimeout(Host host, Action action)static booleanAction. isStart(Action action)static booleanAction. isStop(Action action)static intTimeouts. serverGroupTimeout(ServerGroup serverGroup, Action action) -
Uses of Action in org.jboss.hal.core.runtime.group
Methods in org.jboss.hal.core.runtime.group that return Action Modifier and Type Method Description ActionServerGroupActionEvent. getAction()Methods in org.jboss.hal.core.runtime.group with parameters of type Action Modifier and Type Method Description static voidServerGroupActionEvent. fire(com.google.gwt.event.shared.HasHandlers source, ServerGroup serverGroup, List<Server> servers, Action action)Constructors in org.jboss.hal.core.runtime.group with parameters of type Action Constructor Description ServerGroupActionEvent(ServerGroup serverGroup, List<Server> servers, Action action) -
Uses of Action in org.jboss.hal.core.runtime.host
Methods in org.jboss.hal.core.runtime.host that return Action Modifier and Type Method Description ActionHostActionEvent. getAction()Methods in org.jboss.hal.core.runtime.host with parameters of type Action Modifier and Type Method Description static voidHostActionEvent. fire(com.google.gwt.event.shared.HasHandlers source, Host host, List<Server> servers, Action action)Constructors in org.jboss.hal.core.runtime.host with parameters of type Action Constructor Description HostActionEvent(Host host, List<Server> servers, Action action) -
Uses of Action in org.jboss.hal.core.runtime.server
Methods in org.jboss.hal.core.runtime.server that return Action Modifier and Type Method Description ActionServerActionEvent. getAction()Methods in org.jboss.hal.core.runtime.server with parameters of type Action Modifier and Type Method Description static voidServerActionEvent. fire(com.google.gwt.event.shared.HasHandlers source, Server server, Action action)Constructors in org.jboss.hal.core.runtime.server with parameters of type Action Constructor Description ServerActionEvent(Server server, Action action)
-