| 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 Result |
Result.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Result[] |
Result.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Result |
ServerGroupResultEvent.getResult() |
| Modifier and Type | Method and Description |
|---|---|
static void |
ServerGroupResultEvent.fire(com.google.gwt.event.shared.HasHandlers source,
ServerGroup serverGroup,
List<Server> servers,
Result result) |
| Constructor and Description |
|---|
ServerGroupResultEvent(ServerGroup serverGroup,
List<Server> servers,
Result result) |
| Modifier and Type | Method and Description |
|---|---|
Result |
HostResultEvent.getResult() |
| Modifier and Type | Method and Description |
|---|---|
static void |
HostResultEvent.fire(com.google.gwt.event.shared.HasHandlers source,
Host host,
List<Server> servers,
Result result) |
| Constructor and Description |
|---|
HostResultEvent(Host host,
List<Server> servers,
Result result) |
| Modifier and Type | Method and Description |
|---|---|
Result |
ServerResultEvent.getResult() |
| Modifier and Type | Method and Description |
|---|---|
static void |
ServerResultEvent.fire(com.google.gwt.event.shared.HasHandlers source,
Server server,
Result result) |
| Constructor and Description |
|---|
ServerResultEvent(Server server,
Result result) |
Copyright © 2018 JBoss, a division of Red Hat. All rights reserved.