Uses of Class
org.jboss.hal.core.runtime.server.Server
-
-
Uses of Server in org.jboss.hal.client.runtime.server
Methods in org.jboss.hal.client.runtime.server with parameters of type Server Modifier and Type Method Description voidServerStatusSwitch. accept(Server server)voidServerPresenter.MyView. updateServer(Server server)voidServerView. updateServer(Server server) -
Uses of Server in org.jboss.hal.core.deployment
Methods in org.jboss.hal.core.deployment that return Server Modifier and Type Method Description ServerDeployment. getReferenceServer()Constructors in org.jboss.hal.core.deployment with parameters of type Server Constructor Description Deployment(Server referenceServer, ModelNode node) -
Uses of Server in org.jboss.hal.core.runtime
Methods in org.jboss.hal.core.runtime that return types with arguments of type Server Modifier and Type Method Description List<Server>HasServersNode. getServers()List<Server>HasServersNode. getServers(Predicate<Server> predicate)Methods in org.jboss.hal.core.runtime with parameters of type Server Modifier and Type Method Description voidHasServersNode. addServer(Server server)Method parameters in org.jboss.hal.core.runtime with type arguments of type Server Modifier and Type Method Description List<Server>HasServersNode. getServers(Predicate<Server> predicate)booleanHasServersNode. hasServers(Predicate<Server> predicate)static Map<String,Composite>TopologyTasks. startedServerOperations(List<Server> serverConfigs)Returns a map of composite operations to read the runtime attributes of started servers. -
Uses of Server in org.jboss.hal.core.runtime.group
Methods in org.jboss.hal.core.runtime.group that return types with arguments of type Server Modifier and Type Method Description List<Server>ServerGroupActionEvent. getServers()List<Server>ServerGroupResultEvent. getServers()Method parameters in org.jboss.hal.core.runtime.group with type arguments of type Server Modifier and Type Method Description static voidServerGroupActionEvent. fire(com.google.gwt.event.shared.HasHandlers source, ServerGroup serverGroup, List<Server> servers, Action action)static voidServerGroupResultEvent. fire(com.google.gwt.event.shared.HasHandlers source, ServerGroup serverGroup, List<Server> servers, FlowStatus status)Constructor parameters in org.jboss.hal.core.runtime.group with type arguments of type Server Constructor Description ServerGroupActionEvent(ServerGroup serverGroup, List<Server> servers, Action action)ServerGroupResultEvent(ServerGroup serverGroup, List<Server> servers, FlowStatus status) -
Uses of Server in org.jboss.hal.core.runtime.host
Methods in org.jboss.hal.core.runtime.host that return types with arguments of type Server Modifier and Type Method Description List<Server>HostActionEvent. getServers()List<Server>HostResultEvent. getServers()Method parameters in org.jboss.hal.core.runtime.host with type arguments of type Server Modifier and Type Method Description static voidHostActionEvent. fire(com.google.gwt.event.shared.HasHandlers source, Host host, List<Server> servers, Action action)static voidHostResultEvent. fire(com.google.gwt.event.shared.HasHandlers source, Host host, List<Server> servers, FlowStatus status)Constructor parameters in org.jboss.hal.core.runtime.host with type arguments of type Server Constructor Description HostActionEvent(Host host, List<Server> servers, Action action)HostResultEvent(Host host, List<Server> servers, FlowStatus status) -
Uses of Server in org.jboss.hal.core.runtime.server
Fields in org.jboss.hal.core.runtime.server declared as Server Modifier and Type Field Description static ServerServer. STANDALONEMethods in org.jboss.hal.core.runtime.server that return Server Modifier and Type Method Description ServerServerActionEvent. getServer()ServerServerResultEvent. getServer()Methods in org.jboss.hal.core.runtime.server with parameters of type Server Modifier and Type Method Description voidServerActions. clearPending(Server server)voidServerActions. copyServer(Server server, Callback callback)voidServerActions. destroy(Server server)voidServerActions. editUrl(Server server, Callback callback)static voidServerActionEvent. fire(com.google.gwt.event.shared.HasHandlers source, Server server, Action action)static voidServerResultEvent. fire(com.google.gwt.event.shared.HasHandlers source, Server server, FlowStatus status)booleanServerActions. isPending(Server server)voidServerActions. kill(Server server)voidServerActions. markAsPending(Server server)voidServerActions. readUrl(Server server, elemental2.dom.HTMLElement element)Reads the URL and updates the specified HTML elementstatic voidServerPreviewAttributes. refresh(Server server, PreviewAttributes<Server> serverAttributes)voidServerActions. reload(Server server)voidServerActions. restart(Server server)voidServerActions. restartStandalone(Server server, com.google.gwt.safehtml.shared.SafeHtml question)voidServerActions. resume(Server server)voidServerActions. start(Server server)voidServerActions. startInSuspendedMode(Server server)voidServerActions. stop(Server server)voidServerActions. stopNow(Server server)Call/host={host}/server-config={sever}:stop(blocking=false)the intended action is to immediately stop the server.voidServerActions. suspend(Server server)Method parameters in org.jboss.hal.core.runtime.server with type arguments of type Server Modifier and Type Method Description static voidServerPreviewAttributes. refresh(Server server, PreviewAttributes<Server> serverAttributes)Constructors in org.jboss.hal.core.runtime.server with parameters of type Server Constructor Description ServerActionEvent(Server server, Action action)ServerResultEvent(Server server, FlowStatus status)
-