Uses of Class
org.jboss.hal.core.runtime.host.Host
-
Packages that use Host Package Description org.jboss.hal.client.runtime.host org.jboss.hal.client.runtime.server org.jboss.hal.client.shared.sslwizard org.jboss.hal.core.runtime org.jboss.hal.core.runtime.host -
-
Uses of Host in org.jboss.hal.client.runtime.host
Methods in org.jboss.hal.client.runtime.host with parameters of type Host Modifier and Type Method Description voidHostPresenter. reloadServer(Host host, String urlConsole)voidHostPreview. update(Host host)voidHostPresenter.MyView. updateHost(Host host)voidHostView. updateHost(Host host)Constructors in org.jboss.hal.client.runtime.host with parameters of type Host Constructor Description HostDisplay(Host item, HostActions hostActions, Resources resources)HostPreview(Dispatcher dispatcher, HostActions hostActions, Host host, Resources resources) -
Uses of Host in org.jboss.hal.client.runtime.server
Methods in org.jboss.hal.client.runtime.server with parameters of type Host Modifier and Type Method Description voidStandaloneServerPresenter. reloadServer(Host host, String urlConsole) -
Uses of Host in org.jboss.hal.client.shared.sslwizard
Methods in org.jboss.hal.client.shared.sslwizard with parameters of type Host Modifier and Type Method Description EnableSSLWizard.BuilderEnableSSLWizard.Builder. host(Host host)default voidEnableSSLPresenter. reloadServer(Host host, String urlConsole) -
Uses of Host in org.jboss.hal.core.runtime
Methods in org.jboss.hal.core.runtime with parameters of type Host Modifier and Type Method Description static intTimeouts. hostTimeout(Host host, Action action) -
Uses of Host in org.jboss.hal.core.runtime.host
Methods in org.jboss.hal.core.runtime.host that return Host Modifier and Type Method Description static HostHost. booting(String name)Marks a host as booting.static HostHost. disconnected(String name, Date disconnected, Date lastConnected)static HostHost. failed(String name)HostHostActionEvent. getHost()HostHostResultEvent. getHost()Methods in org.jboss.hal.core.runtime.host that return types with arguments of type Host Modifier and Type Method Description static List<Host>Host. sort(List<Host> hosts)Sorts the specified hosts alphabetically with the domain controller as first element.Methods in org.jboss.hal.core.runtime.host with parameters of type Host 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)booleanHostActions. isPending(Host host)static voidHostPreviewAttributes. refresh(Host host, PreviewAttributes<Host> attributes, HostActions hostActions)voidHostActions. reload(Host host)voidHostActions. restart(Host host)voidHostActions. restart(Host host, com.google.gwt.safehtml.shared.SafeHtml question)Method parameters in org.jboss.hal.core.runtime.host with type arguments of type Host Modifier and Type Method Description static voidHostPreviewAttributes. refresh(Host host, PreviewAttributes<Host> attributes, HostActions hostActions)static List<Host>Host. sort(List<Host> hosts)Sorts the specified hosts alphabetically with the domain controller as first element.Constructors in org.jboss.hal.core.runtime.host with parameters of type Host Constructor Description HostActionEvent(Host host, List<Server> servers, Action action)HostResultEvent(Host host, List<Server> servers, FlowStatus status)
-