Interface ServiceProviderRegistration<T>

Type Parameters:
T - a service type
All Superinterfaces:
AutoCloseable, Registration

@Deprecated(forRemoval=true) public interface ServiceProviderRegistration<T> extends Registration
Deprecated, for removal: This API element is subject to removal in a future version.
Replaced by ServiceProviderRegistration.
Registration of a provided service.
Author:
Paul Ferraro
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static interface 
    Deprecated, for removal: This API element is subject to removal in a future version.
    Listener for service provider changes.
  • Method Summary

    Modifier and Type
    Method
    Description
    Deprecated, 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

      Set<Node> 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