| Package | Description |
|---|---|
| org.jboss.as.console.client.domain.model.impl | |
| org.jboss.as.console.client.domain.topology |
| Modifier and Type | Method and Description |
|---|---|
static LifecycleOperation |
LifecycleOperation.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LifecycleOperation[] |
LifecycleOperation.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Field and Description |
|---|---|
protected LifecycleOperation |
TopologyOp.op |
| Modifier and Type | Method and Description |
|---|---|
void |
TopologyPresenter.onGroupLifecycle(String group,
LifecycleOperation op) |
void |
TopologyPresenter.onServerInstanceLifecycle(String host,
String server,
LifecycleOperation op) |
| Constructor and Description |
|---|
ServerGroupOp(LifecycleOperation op,
LifecycleCallback callback,
DispatchAsync dispatcher,
ServerGroupStore serverGroupStore,
String group,
Map<HostInfo,List<ServerInstance>> serversPerHost) |
ServerInstanceOp(LifecycleOperation op,
LifecycleCallback callback,
DispatchAsync dispatcher,
HostInformationStore hostInfoStore,
String host,
String server) |
TopologyOp(LifecycleOperation op,
LifecycleCallback callback) |
Copyright © 2014 JBoss, a division of Red Hat. All rights reserved.