| Package | Description |
|---|---|
| org.jboss.as.controller | |
| org.jboss.as.controller.capability.registry |
| Modifier and Type | Method and Description |
|---|---|
Map<CapabilityId,RuntimeCapabilityRegistry.RuntimeStatus> |
CapabilityRegistry.getRuntimeStatus(PathAddress address,
ImmutableManagementResourceRegistration resourceRegistration) |
| Modifier and Type | Method and Description |
|---|---|
static RuntimeCapabilityRegistry.RuntimeStatus |
RuntimeCapabilityRegistry.RuntimeStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RuntimeCapabilityRegistry.RuntimeStatus[] |
RuntimeCapabilityRegistry.RuntimeStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Map<CapabilityId,RuntimeCapabilityRegistry.RuntimeStatus> |
RuntimeCapabilityRegistry.getRuntimeStatus(PathAddress address,
ImmutableManagementResourceRegistration resourceRegistration)
Gets the status of any capabilities associated with the given resource address.
|
Copyright © 2017 JBoss by Red Hat. All rights reserved.