public class WebServerComponent extends Object implements ExternalComponent
| Constructor and Description |
|---|
WebServerComponent() |
| Modifier and Type | Method and Description |
|---|---|
void |
cleanupWebTemporaryFiles(List<org.eclipse.jetty.webapp.WebAppContext> webContexts) |
void |
configure(ComponentDTO config,
String artemisInstance,
String artemisHome) |
int |
getPort() |
void |
internalStop() |
boolean |
isStarted() |
void |
start() |
void |
stop() |
void |
stop(boolean isShutdown) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitasyncStoppublic void configure(ComponentDTO config, String artemisInstance, String artemisHome) throws Exception
configure in interface ExternalComponentExceptionpublic void start()
throws Exception
start in interface ActiveMQComponentExceptionpublic void cleanupWebTemporaryFiles(List<org.eclipse.jetty.webapp.WebAppContext> webContexts) throws Exception
Exceptionpublic boolean isStarted()
isStarted in interface ActiveMQComponentpublic int getPort()
public void stop()
throws Exception
stop in interface ActiveMQComponentExceptionpublic void stop(boolean isShutdown)
throws Exception
stop in interface ServiceComponentExceptionCopyright © 2019 The Apache Software Foundation. All Rights Reserved.