Class StandaloneContainerApplication

java.lang.Object
com.yahoo.container.standalone.StandaloneContainerApplication
All Implemented Interfaces:
com.yahoo.jdisc.application.Application

public class StandaloneContainerApplication extends Object implements com.yahoo.jdisc.application.Application
Author:
Tony Vaagenes, gjoranv, ollivir
  • Field Details

    • PACKAGE_NAME

      public static final String PACKAGE_NAME
      See Also:
    • APPLICATION_LOCATION_INSTALL_VARIABLE

      public static final String APPLICATION_LOCATION_INSTALL_VARIABLE
      See Also:
    • DEPLOYMENT_PROFILE_INSTALL_VARIABLE

      public static final String DEPLOYMENT_PROFILE_INSTALL_VARIABLE
      See Also:
    • DISABLE_NETWORKING_ANNOTATION

      public static final String DISABLE_NETWORKING_ANNOTATION
      See Also:
    • APPLICATION_PATH_NAME

      public static final com.google.inject.name.Named APPLICATION_PATH_NAME
    • CONFIG_MODEL_REPO_NAME

      public static final com.google.inject.name.Named CONFIG_MODEL_REPO_NAME
  • Constructor Details

    • StandaloneContainerApplication

      @Inject public StandaloneContainerApplication(com.google.inject.Injector injector)
  • Method Details

    • 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
    • container

      public com.yahoo.vespa.model.container.Container container()