Package org.wildfly.clustering.service
Interface ServiceNameRegistry<R extends Requirement>
Deprecated, for removal: This API element is subject to removal in a future version.
To be removed without replacement.
Registry of services names for a set of requirements.
- Author:
- Paul Ferraro
-
Method Summary
Modifier and TypeMethodDescriptionorg.jboss.msc.service.ServiceNamegetServiceName(R requirement) Deprecated, for removal: This API element is subject to removal in a future version.Returns the service name for the specified requirement
-
Method Details
-
getServiceName
Deprecated, for removal: This API element is subject to removal in a future version.Returns the service name for the specified requirement- Parameters:
requirement- a requirement- Returns:
- a service name.
-