Class ConfiguredApplication

  • All Implemented Interfaces:
    com.yahoo.jdisc.application.Application

    public final class ConfiguredApplication
    extends java.lang.Object
    implements com.yahoo.jdisc.application.Application
    Author:
    Tony Vaagenes
    • Constructor Summary

      Constructors 
      Constructor Description
      ConfiguredApplication​(com.yahoo.jdisc.application.ContainerActivator activator, com.yahoo.jdisc.application.OsgiFramework osgiFramework, com.yahoo.jdisc.Timer timer, com.yahoo.container.di.config.SubscriberFactory subscriberFactory)  
    • Constructor Detail

      • ConfiguredApplication

        @Inject
        public ConfiguredApplication​(com.yahoo.jdisc.application.ContainerActivator activator,
                                     com.yahoo.jdisc.application.OsgiFramework osgiFramework,
                                     com.yahoo.jdisc.Timer timer,
                                     com.yahoo.container.di.config.SubscriberFactory subscriberFactory)
    • Method Detail

      • ensureVespaLoggingInitialized

        public static void ensureVespaLoggingInitialized()
        Do not delete this method even if it's empty. Calling this methods forces this class to be loaded, which runs the static block.
      • start

        public void start()
        Specified by:
        start in interface com.yahoo.jdisc.application.Application
      • stop

        public void stop()
        Specified by:
        stop in interface com.yahoo.jdisc.application.Application
      • destroy

        public void destroy()
        Specified by:
        destroy in interface com.yahoo.jdisc.application.Application