Package jnr.netdb

Class Service.ServicesDBSingletonHolder

  • Enclosing class:
    Service

    private static final class Service.ServicesDBSingletonHolder
    extends java.lang.Object
    Holds the global lazily-loaded instance of the ServicesDB
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) static ServicesDB INSTANCE  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      private static ServicesDB load()  
      • Methods inherited from class java.lang.Object

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

      • ServicesDBSingletonHolder

        private ServicesDBSingletonHolder()
    • Method Detail