Package com.yahoo.container.standalone
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
- See Also:
-
APPLICATION_LOCATION_INSTALL_VARIABLE
- See Also:
-
DEPLOYMENT_PROFILE_INSTALL_VARIABLE
- See Also:
-
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:
startin interfacecom.yahoo.jdisc.application.Application
-
stop
public void stop()- Specified by:
stopin interfacecom.yahoo.jdisc.application.Application
-
destroy
public void destroy()- Specified by:
destroyin interfacecom.yahoo.jdisc.application.Application
-
container
public com.yahoo.vespa.model.container.Container container()
-