Package | Description |
---|---|
org.jboss.as.controller.capability.registry |
Modifier and Type | Method and Description |
---|---|
RegistrationPoint |
RequirementRegistration.getOldestRegistrationPoint()
Gets the registration point that been associated with the registration for the longest period.
|
RegistrationPoint |
CapabilityRegistration.getOldestRegistrationPoint()
Gets the registration point that been associated with the registration for the longest period.
|
Modifier and Type | Method and Description |
---|---|
Set<RegistrationPoint> |
RequirementRegistration.getRegistrationPoints()
Get all registration points associated with this registration.
|
Set<RegistrationPoint> |
CapabilityRegistration.getRegistrationPoints()
Get all registration points associated with this registration.
|
Modifier and Type | Method and Description |
---|---|
boolean |
RequirementRegistration.addRegistrationPoint(RegistrationPoint toAdd) |
boolean |
CapabilityRegistration.addRegistrationPoint(RegistrationPoint toAdd) |
boolean |
RequirementRegistration.removeRegistrationPoint(RegistrationPoint toAdd) |
boolean |
CapabilityRegistration.removeRegistrationPoint(RegistrationPoint toAdd) |
Constructor and Description |
---|
CapabilityRegistration(C capability,
CapabilityScope scope,
RegistrationPoint registrationPoint) |
RequirementRegistration(String requiredName,
String dependentName,
CapabilityScope dependentContext,
RegistrationPoint registrationPoint)
Creates a new requirement registration.
|
RuntimeCapabilityRegistration(RuntimeCapability capability,
CapabilityScope context,
RegistrationPoint registrationPoint) |
RuntimeRequirementRegistration(String requiredName,
String dependentName,
CapabilityScope dependentScope,
RegistrationPoint registrationPoint)
Creates a new requirement registration.
|
RuntimeRequirementRegistration(String requiredName,
String dependentName,
CapabilityScope dependentScope,
RegistrationPoint registrationPoint,
boolean runtimeOnly)
Creates a new requirement registration.
|
Copyright © 2023 JBoss by Red Hat. All rights reserved.