Uses of Class
org.jboss.hal.flow.FlowStatus
-
Packages that use FlowStatus 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 org.jboss.hal.flow -
-
Uses of FlowStatus in org.jboss.hal.core.runtime
Methods in org.jboss.hal.core.runtime that return types with arguments of type FlowStatus Modifier and Type Method Description static elemental2.promise.Promise<FlowStatus>TimeoutHandler. repeatCompositeUntil(Dispatcher dispatcher, Composite composite, int timeout)Executes the composite operation until the operation successfully returns.static elemental2.promise.Promise<FlowStatus>TimeoutHandler. repeatCompositeUntil(Dispatcher dispatcher, Composite composite, Predicate<CompositeResult> until, int timeout)Executes the composite operation until the predicate no longer is true.static elemental2.promise.Promise<FlowStatus>TimeoutHandler. repeatOperationUntil(Dispatcher dispatcher, Operation operation, Predicate<ModelNode> until, int timeout)Executes the operation until the predicate no longer is true.static elemental2.promise.Promise<FlowStatus>TimeoutHandler. repeatUntilTimeout(Dispatcher dispatcher, Operation operation, int timeout)Executes the operation until it successfully returns. -
Uses of FlowStatus in org.jboss.hal.core.runtime.group
Methods in org.jboss.hal.core.runtime.group that return FlowStatus Modifier and Type Method Description FlowStatusServerGroupResultEvent. getStatus()Methods in org.jboss.hal.core.runtime.group with parameters of type FlowStatus Modifier and Type Method Description static voidServerGroupResultEvent. fire(com.google.gwt.event.shared.HasHandlers source, ServerGroup serverGroup, List<Server> servers, FlowStatus status)Constructors in org.jboss.hal.core.runtime.group with parameters of type FlowStatus Constructor Description ServerGroupResultEvent(ServerGroup serverGroup, List<Server> servers, FlowStatus status) -
Uses of FlowStatus in org.jboss.hal.core.runtime.host
Methods in org.jboss.hal.core.runtime.host that return FlowStatus Modifier and Type Method Description FlowStatusHostResultEvent. getStatus()Methods in org.jboss.hal.core.runtime.host with parameters of type FlowStatus Modifier and Type Method Description static voidHostResultEvent. fire(com.google.gwt.event.shared.HasHandlers source, Host host, List<Server> servers, FlowStatus status)Constructors in org.jboss.hal.core.runtime.host with parameters of type FlowStatus Constructor Description HostResultEvent(Host host, List<Server> servers, FlowStatus status) -
Uses of FlowStatus in org.jboss.hal.core.runtime.server
Methods in org.jboss.hal.core.runtime.server that return FlowStatus Modifier and Type Method Description FlowStatusServerResultEvent. getStatus()Methods in org.jboss.hal.core.runtime.server with parameters of type FlowStatus Modifier and Type Method Description static voidServerResultEvent. fire(com.google.gwt.event.shared.HasHandlers source, Server server, FlowStatus status)Constructors in org.jboss.hal.core.runtime.server with parameters of type FlowStatus Constructor Description ServerResultEvent(Server server, FlowStatus status) -
Uses of FlowStatus in org.jboss.hal.flow
Methods in org.jboss.hal.flow that return FlowStatus Modifier and Type Method Description static FlowStatusFlowStatus. fromError(Object error)FlowStatusFlowContext. status()static FlowStatusFlowStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static FlowStatus[]FlowStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.
-