Package org.wildfly.clustering.provider
Interface ServiceProviderRegistration<T>
- Type Parameters:
T- a service type
- All Superinterfaces:
AutoCloseable,Registration
Deprecated, for removal: This API element is subject to removal in a future version.
Registration of a provided service.
- Author:
- Paul Ferraro
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceDeprecated, for removal: This API element is subject to removal in a future version.Listener for service provider changes. -
Method Summary
Modifier and TypeMethodDescriptionDeprecated, for removal: This API element is subject to removal in a future version.Returns the set of nodes that can provide this service.Deprecated, for removal: This API element is subject to removal in a future version.The provided service.Methods inherited from interface org.wildfly.clustering.Registration
close
-
Method Details
-
getService
T getService()Deprecated, for removal: This API element is subject to removal in a future version.The provided service.- Returns:
- a service identifier
-
getProviders
Deprecated, for removal: This API element is subject to removal in a future version.Returns the set of nodes that can provide this service.- Returns:
- a set of nodes
-
ServiceProviderRegistration.