public class Tomcat5xEmbeddedLocalContainer extends AbstractEmbeddedLocalContainer
Constructor and Description |
---|
Tomcat5xEmbeddedLocalContainer(LocalConfiguration configuration)
Creates a Tomcat 5.x
EmbeddedLocalContainer . |
Modifier and Type | Method and Description |
---|---|
protected void |
doStart() |
protected void |
doStop() |
ContainerCapability |
getCapability() |
String |
getId() |
String |
getName() |
protected void |
waitForCompletion(boolean waitForStarting)
Tomcat's start/stop methods are synchronous, so no need for waiting.
|
getClassLoader, getType, setClassLoader, startInternal, stopInternal
getConfiguration, getOutput, getState, getTimeout, isAppend, setAppend, setConfiguration, setOutput, setState, setTimeout, start, stop, verify
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getConfiguration, setConfiguration
getOutput, getTimeout, isAppend, setAppend, setOutput, setTimeout, start, stop
public Tomcat5xEmbeddedLocalContainer(LocalConfiguration configuration)
EmbeddedLocalContainer
.configuration
- the configuration of the newly created container.protected void doStart() throws Exception
doStart
in class AbstractEmbeddedLocalContainer
Exception
AbstractEmbeddedLocalContainer.doStart()
protected void waitForCompletion(boolean waitForStarting)
waitForCompletion
in class AbstractLocalContainer
waitForStarting
- never usedprotected void doStop() throws Exception
doStop
in class AbstractEmbeddedLocalContainer
Exception
AbstractEmbeddedLocalContainer.doStop()
public String getId()
Container.getId()
public String getName()
Container.getName()
public ContainerCapability getCapability()
Container.getCapability()
Copyright © 2004-2013 Codehaus. All Rights Reserved.