Uses of Class
org.jboss.as.clustering.controller.UnaryCapabilityNameResolver
-
Packages that use UnaryCapabilityNameResolver Package Description org.jboss.as.clustering.controller -
-
Uses of UnaryCapabilityNameResolver in org.jboss.as.clustering.controller
Methods in org.jboss.as.clustering.controller that return UnaryCapabilityNameResolver Modifier and Type Method Description static UnaryCapabilityNameResolverUnaryCapabilityNameResolver. 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.Methods in org.jboss.as.clustering.controller with parameters of type UnaryCapabilityNameResolver Modifier and Type Method Description default org.jboss.msc.service.ServiceNameUnaryServiceNameFactory. getServiceName(org.jboss.as.controller.OperationContext context, UnaryCapabilityNameResolver resolver)Creates aServiceNameappropriate for the address of the specifiedOperationContextConstructors in org.jboss.as.clustering.controller with parameters of type UnaryCapabilityNameResolver Constructor Description PredicateCapabilityReference(Capability capability, UnaryRequirement requirement, UnaryCapabilityNameResolver requirementNameResolver)Creates a new reference between the specified capability and the specified requirementPredicateCapabilityReference(Capability capability, UnaryRequirement requirement, UnaryCapabilityNameResolver requirementNameResolver, Predicate<org.jboss.dmr.ModelNode> predicate)Creates a new reference between the specified capability and the specified requirementResourceCapabilityReference(Capability capability, UnaryRequirement requirement, UnaryCapabilityNameResolver requirementNameResolver)Creates a new reference between the specified capability and the specified requirementUnaryRequirementCapability(UnaryRequirement requirement, UnaryCapabilityNameResolver resolver)Creates a new capability based on the specified unary requirement
-