public interface CapabilityReferenceRecorder
| Modifier and Type | Interface and Description |
|---|---|
static class |
CapabilityReferenceRecorder.DefaultCapabilityReferenceRecorder
Default implementation of
CapabilityReferenceRecorder. |
| Modifier and Type | Method and Description |
|---|---|
void |
addCapabilityRequirements(OperationContext context,
String attributeName,
String... attributeValues)
Registers capability requirement information to the given context.
|
String |
getBaseDependentName() |
String |
getBaseRequirementName() |
boolean |
isDynamicDependent() |
void |
removeCapabilityRequirements(OperationContext context,
String attributeName,
String... attributeValues)
Deregisters capability requirement information from the given context.
|
void addCapabilityRequirements(OperationContext context, String attributeName, String... attributeValues)
context - the contextattributeName - the name of the attributeattributeValues - the values of the attributevoid removeCapabilityRequirements(OperationContext context, String attributeName, String... attributeValues)
context - the contextattributeName - the name of the attributeattributeValues - the values of the attributeString getBaseDependentName()
String getBaseRequirementName()
boolean isDynamicDependent()
Copyright © 2015 JBoss by Red Hat. All rights reserved.