public class HealthApplicationContainer extends MicroProfileApplicationContainer
appClassLoader, appName, ctx| Modifier | Constructor and Description |
|---|---|
protected |
HealthApplicationContainer(HealthCheckService healthService,
DeploymentContext ctx) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
resume()
Resumes this application container.
|
boolean |
start(ApplicationContext ctx)
Starts an application container.
|
boolean |
stop(ApplicationContext ctx)
Stop the application container
|
boolean |
suspend()
Suspends this application container.
|
getClassLoader, getDescriptorclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitinitializeprotected HealthApplicationContainer(HealthCheckService healthService, DeploymentContext ctx)
public boolean start(ApplicationContext ctx) throws Exception
ApplicationContainerstart in interface ApplicationContainer<Object>start in class MicroProfileApplicationContainerctx - the start up contextException - if this application container could not be startedpublic boolean stop(ApplicationContext ctx)
ApplicationContainerstop in interface ApplicationContainer<Object>stop in class MicroProfileApplicationContainerpublic boolean resume()
throws Exception
ApplicationContainerresume in interface ApplicationContainer<Object>resume in class MicroProfileApplicationContainerException - if this application container could not be
resumedpublic boolean suspend()
ApplicationContainersuspend in interface ApplicationContainer<Object>suspend in class MicroProfileApplicationContainerCopyright © 2021. All rights reserved.