Class DisabledConnectionLogProvider

  • All Implemented Interfaces:
    com.yahoo.component.Deconstructable, com.yahoo.container.di.componentgraph.Provider<com.yahoo.container.logging.ConnectionLog>

    public class DisabledConnectionLogProvider
    extends java.lang.Object
    implements com.yahoo.container.di.componentgraph.Provider<com.yahoo.container.logging.ConnectionLog>
    Author:
    bjorncs
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void deconstruct()  
      com.yahoo.container.logging.ConnectionLog get()  
      • Methods inherited from class java.lang.Object

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

      • DisabledConnectionLogProvider

        public DisabledConnectionLogProvider()
    • Method Detail

      • get

        public com.yahoo.container.logging.ConnectionLog get()
        Specified by:
        get in interface com.yahoo.container.di.componentgraph.Provider<com.yahoo.container.logging.ConnectionLog>
      • deconstruct

        public void deconstruct()
        Specified by:
        deconstruct in interface com.yahoo.component.Deconstructable