public class WebServerComponent extends Object implements ExternalComponent
Constructor and Description |
---|
WebServerComponent() |
Modifier and Type | Method and Description |
---|---|
void |
configure(ComponentDTO config,
String artemisInstance,
String artemisHome) |
boolean |
isStarted() |
void |
start() |
void |
stop() |
public void configure(ComponentDTO config, String artemisInstance, String artemisHome) throws Exception
configure
in interface ExternalComponent
Exception
public void start() throws Exception
start
in interface ActiveMQComponent
Exception
public void stop() throws Exception
stop
in interface ActiveMQComponent
Exception
public boolean isStarted()
isStarted
in interface ActiveMQComponent
Copyright © 2016 The Apache Software Foundation. All rights reserved.