Package | Description |
---|---|
org.jboss.as.controller | |
org.jboss.as.controller.capability.registry |
Modifier and Type | Method and Description |
---|---|
CapabilityRegistration |
CapabilityRegistry.removePossibleCapability(Capability capability,
PathAddress registrationPoint)
Remove a previously registered capability if all registration points for it have been removed.
|
Modifier and Type | Method and Description |
---|---|
Set<CapabilityRegistration> |
CapabilityRegistry.getCapabilities() |
Set<CapabilityRegistration> |
CapabilityRegistry.getPossibleCapabilities() |
Modifier and Type | Class and Description |
---|---|
class |
RuntimeCapabilityRegistration
Registration information for a
RuntimeCapability . |
Modifier and Type | Method and Description |
---|---|
CapabilityRegistration |
PossibleCapabilityRegistry.removePossibleCapability(Capability capability,
PathAddress registrationPoint)
Remove a previously registered possible capability if all registration points for it have been removed.
|
Modifier and Type | Method and Description |
---|---|
Set<CapabilityRegistration> |
ImmutableCapabilityRegistry.getCapabilities()
Returns set of runtime capabilities registered in the registry
|
Set<CapabilityRegistration> |
ImmutableCapabilityRegistry.getPossibleCapabilities()
Returns set of possible capabilities with there registration points registered in the registry
|
Modifier and Type | Method and Description |
---|---|
int |
CapabilityRegistration.compareTo(CapabilityRegistration o) |
Constructor and Description |
---|
CapabilityRegistration(CapabilityRegistration<C> toCopy)
Copy constructor.
|
Copyright © 2023 JBoss by Red Hat. All rights reserved.