| Package | Description |
|---|---|
| org.jboss.as.clustering.controller |
| Modifier and Type | Method and Description |
|---|---|
static UnaryCapabilityNameResolver |
UnaryCapabilityNameResolver.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UnaryCapabilityNameResolver[] |
UnaryCapabilityNameResolver.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 |
UnaryServiceNameFactory.getServiceName(org.jboss.as.controller.OperationContext context,
UnaryCapabilityNameResolver resolver)
Creates a
ServiceName appropriate for the address of the specified OperationContext |
| Constructor and Description |
|---|
PredicateCapabilityReference(Capability capability,
UnaryRequirement requirement,
UnaryCapabilityNameResolver requirementNameResolver)
Creates a new reference between the specified capability and the specified requirement
|
PredicateCapabilityReference(Capability capability,
UnaryRequirement requirement,
UnaryCapabilityNameResolver requirementNameResolver,
Predicate<org.jboss.dmr.ModelNode> predicate)
Creates a new reference between the specified capability and the specified requirement
|
ResourceCapabilityReference(Capability capability,
UnaryRequirement requirement,
UnaryCapabilityNameResolver requirementNameResolver)
Creates a new reference between the specified capability and the specified requirement
|
UnaryRequirementCapability(UnaryRequirement requirement,
UnaryCapabilityNameResolver resolver)
Creates a new capability based on the specified unary requirement
|
Copyright © 2020 JBoss by Red Hat. All rights reserved.