public class PwcWebContainer extends Object implements PwcWebContainerLifecycle
| Constructor and Description |
|---|
PwcWebContainer() |
| Modifier and Type | Method and Description |
|---|---|
Embedded |
getEmbedded() |
Engine |
getEngine() |
void |
onInitialization(String rootDir,
String instanceName,
boolean useNaming,
Logger logger,
String embeddedClassName) |
void |
onReady()
Server has complted loading the applications and is ready to serve requests.
|
void |
onShutdown()
Server is shutting down applications
|
void |
onStartup()
Server is starting up applications
|
void |
onTermination()
Server is terminating the subsystems and the runtime environment.
|
public void onInitialization(String rootDir, String instanceName, boolean useNaming, Logger logger, String embeddedClassName) throws Exception
onInitialization in interface PwcWebContainerLifecycleExceptionpublic void onStartup()
throws Exception
PwcWebContainerLifecycleonStartup in interface PwcWebContainerLifecycleExceptionpublic void onReady()
throws Exception
PwcWebContainerLifecycleonReady in interface PwcWebContainerLifecycleExceptionpublic void onShutdown()
throws Exception
PwcWebContainerLifecycleonShutdown in interface PwcWebContainerLifecycleExceptionpublic void onTermination()
throws Exception
PwcWebContainerLifecycleonTermination in interface PwcWebContainerLifecycleExceptionpublic Engine getEngine()
public Embedded getEmbedded()
Copyright © 2017. All rights reserved.