public class CapabilityServiceNameRegistry<R extends org.wildfly.clustering.service.Requirement,C extends Capability> extends Object implements org.wildfly.clustering.service.ServiceNameRegistry<R>
ServiceNameRegistry for a specific set of requirements.| Constructor and Description |
|---|
CapabilityServiceNameRegistry(Map<R,C> capabilities,
org.jboss.as.controller.PathAddress address)
Constructs a new service name registry.
|
| Modifier and Type | Method and Description |
|---|---|
org.jboss.msc.service.ServiceName |
getServiceName(R requirement) |
public CapabilityServiceNameRegistry(Map<R,C> capabilities, org.jboss.as.controller.PathAddress address)
capabilities - a map of requirement to capabilityaddress - the resource address from which to resolve service namesCopyright © 2022 JBoss by Red Hat. All rights reserved.