| Package | Description |
|---|---|
| org.jboss.as.clustering.controller |
| Modifier and Type | Method and Description |
|---|---|
static BinaryCapabilityNameResolver |
BinaryCapabilityNameResolver.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BinaryCapabilityNameResolver[] |
BinaryCapabilityNameResolver.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
default org.jboss.msc.service.ServiceName |
BinaryServiceNameFactory.getServiceName(org.jboss.as.controller.OperationContext context,
BinaryCapabilityNameResolver resolver)
Creates a
ServiceName appropriate for the address of the specified OperationContext |
| Constructor and Description |
|---|
BinaryRequirementCapability(BinaryRequirement requirement,
BinaryCapabilityNameResolver resolver)
Creates a new capability based on the specified requirement
|
PredicateCapabilityReference(Capability capability,
BinaryRequirement requirement,
BinaryCapabilityNameResolver requirementNameResolver)
Creates a new reference between the specified capability and the specified requirement
|
PredicateCapabilityReference(Capability capability,
BinaryRequirement requirement,
BinaryCapabilityNameResolver requirementNameResolver,
Predicate<org.jboss.dmr.ModelNode> predicate)
Creates a new reference between the specified capability and the specified requirement
|
ResourceCapabilityReference(Capability capability,
BinaryRequirement requirement,
BinaryCapabilityNameResolver requirementNameResolver)
Creates a new reference between the specified capability and the specified requirement
|
Copyright © 2022 JBoss by Red Hat. All rights reserved.