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