| Package | Description |
|---|---|
| org.jboss.as.controller.capability.registry | |
| org.jboss.as.controller.logging |
| Modifier and Type | Method and Description |
|---|---|
RegistrationPoint |
CapabilityRegistration.getOldestRegistrationPoint()
Gets the registration point that been associated with the registration for the longest period.
|
RegistrationPoint |
RequirementRegistration.getOldestRegistrationPoint()
Gets the registration point that been associated with the registration for the longest period.
|
| Modifier and Type | Method and Description |
|---|---|
Set<RegistrationPoint> |
CapabilityRegistration.getRegistrationPoints()
Get all registration points associated with this registration.
|
Set<RegistrationPoint> |
RequirementRegistration.getRegistrationPoints()
Get all registration points associated with this registration.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
CapabilityRegistration.addRegistrationPoint(RegistrationPoint toAdd) |
boolean |
RequirementRegistration.addRegistrationPoint(RegistrationPoint toAdd) |
boolean |
CapabilityRegistration.removeRegistrationPoint(RegistrationPoint toAdd) |
boolean |
RequirementRegistration.removeRegistrationPoint(RegistrationPoint toRemove) |
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
OperationFailedRuntimeException |
ControllerLogger_$logger.capabilityAlreadyRegisteredInContext(String capability,
RegistrationPoint newPoint,
String context,
Set<RegistrationPoint> oldPoints) |
OperationFailedRuntimeException |
ControllerLogger.capabilityAlreadyRegisteredInContext(String capability,
RegistrationPoint newPoint,
String context,
Set<RegistrationPoint> oldPoints) |
| Modifier and Type | Method and Description |
|---|---|
OperationFailedRuntimeException |
ControllerLogger_$logger.capabilityAlreadyRegisteredInContext(String capability,
RegistrationPoint newPoint,
String context,
Set<RegistrationPoint> oldPoints) |
OperationFailedRuntimeException |
ControllerLogger.capabilityAlreadyRegisteredInContext(String capability,
RegistrationPoint newPoint,
String context,
Set<RegistrationPoint> oldPoints) |
Copyright © 2018 JBoss by Red Hat. All rights reserved.