Package | Description |
---|---|
org.jboss.as.controller | |
org.jboss.as.controller.capability.registry |
Modifier and Type | Method and Description |
---|---|
RuntimeCapabilityRegistration |
CapabilityRegistry.removeCapability(String capabilityName,
CapabilityScope scope,
PathAddress registrationPoint)
Remove a previously registered capability if all registration points for it have been removed.
|
Modifier and Type | Method and Description |
---|---|
void |
CapabilityRegistry.registerCapability(RuntimeCapabilityRegistration capabilityRegistration)
Registers a capability with the system.
|
Modifier and Type | Method and Description |
---|---|
RuntimeCapabilityRegistration |
RuntimeCapabilityRegistry.removeCapability(String capabilityName,
CapabilityScope scope,
PathAddress registrationPoint)
Remove a previously registered capability if all registration points for it have been removed.
|
Modifier and Type | Method and Description |
---|---|
void |
RuntimeCapabilityRegistry.registerCapability(RuntimeCapabilityRegistration capability)
Registers a capability with the system.
|
Constructor and Description |
---|
RuntimeCapabilityRegistration(RuntimeCapabilityRegistration toCopy)
Copy constructor.
|
Copyright © 2023 JBoss by Red Hat. All rights reserved.