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.
|
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 attributeattributeValue - the values of the attributevoid removeCapabilityRequirements(OperationContext context, String attributeName, String... attributeValues)
context - the contextattributeName - the name of the attributeattributeValue - the values of the attributeCopyright © 2015 JBoss by Red Hat. All rights reserved.