Interface SingletonStatus

All Known Subinterfaces:
SingletonState

public interface SingletonStatus
Author:
Paul Ferraro
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Indicates whether this member is the primary provider of the singleton.
  • Method Details

    • isPrimaryProvider

      boolean isPrimaryProvider()
      Indicates whether this member is the primary provider of the singleton.
      Returns:
      true, if this member is the primary provider of the singleton, false otherwise.