Class AbstractProvider

  • All Implemented Interfaces:
    Provider
    Direct Known Subclasses:
    AbstractDeviceProvider

    public abstract class AbstractProvider
    extends java.lang.Object
    implements Provider
    Base provider implementation.
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected AbstractProvider​(ProviderId id)
      Creates a provider with the supplied identifier.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      ProviderId id()
      Returns the provider identifier.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • AbstractProvider

        protected AbstractProvider​(ProviderId id)
        Creates a provider with the supplied identifier.
        Parameters:
        id - provider id
    • Method Detail

      • id

        public ProviderId id()
        Description copied from interface: Provider
        Returns the provider identifier.
        Specified by:
        id in interface Provider
        Returns:
        provider identification