| Modifier and Type | Method and Description |
|---|---|
void |
ServerStatusSwitch.accept(Server server) |
protected abstract void |
ServerStatusSwitch.onAdminMode(Server server) |
protected abstract void |
ServerStatusSwitch.onBootErrors(Server server) |
protected abstract void |
ServerStatusSwitch.onFailed(Server server) |
protected abstract void |
ServerStatusSwitch.onNeedsReload(Server server) |
protected abstract void |
ServerStatusSwitch.onNeedsRestart(Server server) |
protected abstract void |
ServerStatusSwitch.onPending(Server server) |
protected abstract void |
ServerStatusSwitch.onRunning(Server server) |
protected abstract void |
ServerStatusSwitch.onStarting(Server server) |
protected abstract void |
ServerStatusSwitch.onStopped(Server server) |
protected abstract void |
ServerStatusSwitch.onSuspended(Server server) |
protected abstract void |
ServerStatusSwitch.onUnknown(Server server) |
void |
ServerView.updateServer(Server server) |
void |
ServerPresenter.MyView.updateServer(Server server) |
| Modifier and Type | Method and Description |
|---|---|
Server |
Deployment.getReferenceServer() |
| Constructor and Description |
|---|
Deployment(Server referenceServer,
ModelNode node) |
| Modifier and Type | Method and Description |
|---|---|
List<Server> |
HasServersNode.getServers() |
List<Server> |
HasServersNode.getServers(Predicate<Server> predicate) |
| Modifier and Type | Method and Description |
|---|---|
void |
HasServersNode.addServer(Server server) |
| Modifier and Type | Method and Description |
|---|---|
List<Server> |
HasServersNode.getServers(Predicate<Server> predicate) |
boolean |
HasServersNode.hasServers(Predicate<Server> predicate) |
| Modifier and Type | Method and Description |
|---|---|
List<Server> |
ServerGroupResultEvent.getServers() |
List<Server> |
ServerGroupActionEvent.getServers() |
| Modifier and Type | Method and Description |
|---|---|
static void |
ServerGroupActionEvent.fire(com.google.gwt.event.shared.HasHandlers source,
ServerGroup serverGroup,
List<Server> servers,
Action action) |
static void |
ServerGroupResultEvent.fire(com.google.gwt.event.shared.HasHandlers source,
ServerGroup serverGroup,
List<Server> servers,
Result result) |
| Constructor and Description |
|---|
ServerGroupActionEvent(ServerGroup serverGroup,
List<Server> servers,
Action action) |
ServerGroupResultEvent(ServerGroup serverGroup,
List<Server> servers,
Result result) |
| Modifier and Type | Method and Description |
|---|---|
List<Server> |
HostResultEvent.getServers() |
List<Server> |
HostActionEvent.getServers() |
| Modifier and Type | Method and Description |
|---|---|
static void |
HostActionEvent.fire(com.google.gwt.event.shared.HasHandlers source,
Host host,
List<Server> servers,
Action action) |
static void |
HostResultEvent.fire(com.google.gwt.event.shared.HasHandlers source,
Host host,
List<Server> servers,
Result result) |
| Constructor and Description |
|---|
HostActionEvent(Host host,
List<Server> servers,
Action action) |
HostResultEvent(Host host,
List<Server> servers,
Result result) |
| Modifier and Type | Field and Description |
|---|---|
static Server |
Server.STANDALONE |
| Modifier and Type | Method and Description |
|---|---|
Server |
ServerResultEvent.getServer() |
Server |
ServerActionEvent.getServer() |
| Modifier and Type | Method and Description |
|---|---|
void |
ServerActions.clearPending(Server server) |
void |
ServerActions.copyServer(Server server,
Callback callback) |
void |
ServerActions.editUrl(Server server,
Callback callback) |
static void |
ServerActionEvent.fire(com.google.gwt.event.shared.HasHandlers source,
Server server,
Action action) |
static void |
ServerResultEvent.fire(com.google.gwt.event.shared.HasHandlers source,
Server server,
Result result) |
boolean |
ServerActions.isPending(Server server) |
void |
ServerActions.kill(Server server) |
void |
ServerActions.markAsPending(Server server) |
void |
ServerActions.readUrl(Server server,
com.google.gwt.user.client.rpc.AsyncCallback<ServerUrl> callback)
Reads the URL using the information from the specified server instance
|
void |
ServerActions.readUrl(Server server,
elemental2.dom.HTMLElement element)
Reads the URL and updates the specified HTML element
|
void |
ServerActions.reload(Server server) |
void |
ServerActions.restart(Server server) |
void |
ServerActions.restartStandalone(Server server,
com.google.gwt.safehtml.shared.SafeHtml question) |
void |
ServerActions.resume(Server server) |
void |
ServerActions.start(Server server) |
void |
ServerActions.stop(Server server) |
void |
ServerActions.stopNow(Server server)
Call
/host={host}/server-config={sever}:stop(blocking=false) the intended action is to immediately
stop the server. |
void |
ServerActions.suspend(Server server) |
| Constructor and Description |
|---|
ServerActionEvent(Server server,
Action action) |
ServerResultEvent(Server server,
Result result) |
Copyright © 2018 JBoss, a division of Red Hat. All rights reserved.