| 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 |
| Modifier and Type | Method and Description |
|---|---|
static Action |
Action.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.
|
| Modifier and Type | Method and Description |
|---|---|
static boolean |
Action.isStarting(Action action) |
| Modifier and Type | Method and Description |
|---|---|
Action |
ServerGroupActionEvent.getAction() |
| Modifier and Type | Method and Description |
|---|---|
static void |
ServerGroupActionEvent.fire(com.google.gwt.event.shared.HasHandlers source,
ServerGroup serverGroup,
List<Server> servers,
Action action) |
| Constructor and Description |
|---|
ServerGroupActionEvent(ServerGroup serverGroup,
List<Server> servers,
Action action) |
| Modifier and Type | Method and Description |
|---|---|
Action |
HostActionEvent.getAction() |
| Modifier and Type | Method and Description |
|---|---|
static void |
HostActionEvent.fire(com.google.gwt.event.shared.HasHandlers source,
Host host,
List<Server> servers,
Action action) |
| Constructor and Description |
|---|
HostActionEvent(Host host,
List<Server> servers,
Action action) |
| Modifier and Type | Method and Description |
|---|---|
Action |
ServerActionEvent.getAction() |
| Modifier and Type | Method and Description |
|---|---|
static void |
ServerActionEvent.fire(com.google.gwt.event.shared.HasHandlers source,
Server server,
Action action) |
| Constructor and Description |
|---|
ServerActionEvent(Server server,
Action action) |
Copyright © 2018 JBoss, a division of Red Hat. All rights reserved.