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, stopInternalgetConfiguration, getOutput, getState, getTimeout, isAppend, setAppend, setConfiguration, setOutput, setState, setTimeout, start, stop, verifyclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetConfiguration, setConfigurationgetOutput, getTimeout, isAppend, setAppend, setOutput, setTimeout, start, stoppublic Tomcat5xEmbeddedLocalContainer(LocalConfiguration configuration)
EmbeddedLocalContainer.configuration - the configuration of the newly created container.protected void doStart()
throws Exception
doStart in class AbstractEmbeddedLocalContainerExceptionAbstractEmbeddedLocalContainer.doStart()protected void waitForCompletion(boolean waitForStarting)
waitForCompletion in class AbstractLocalContainerwaitForStarting - never usedprotected void doStop()
throws Exception
doStop in class AbstractEmbeddedLocalContainerExceptionAbstractEmbeddedLocalContainer.doStop()public String getId()
Container.getId()public String getName()
Container.getName()public ContainerCapability getCapability()
Container.getCapability()Copyright © 2004-2013 Codehaus. All Rights Reserved.