public abstract class AbstractJettyEmbeddedLocalContainer extends AbstractEmbeddedLocalContainer
| Modifier and Type | Field and Description |
|---|---|
protected Object |
server
Jetty Server object.
|
| Constructor and Description |
|---|
AbstractJettyEmbeddedLocalContainer(LocalConfiguration configuration) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
createServerObject()
Create a Jetty Server Object.
|
protected void |
doStop() |
ContainerCapability |
getCapability() |
Object |
getServer() |
doStart, getClassLoader, getType, setClassLoader, startInternal, stopInternalgetConfiguration, getOutput, getState, getTimeout, isAppend, setAppend, setConfiguration, setOutput, setState, setTimeout, start, stop, verify, waitForCompletionclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetConfiguration, setConfigurationgetOutput, getTimeout, isAppend, setAppend, setOutput, setTimeout, start, stopprotected Object server
public AbstractJettyEmbeddedLocalContainer(LocalConfiguration configuration)
public Object getServer()
protected void createServerObject()
throws Exception
Exception - in case of errorpublic ContainerCapability getCapability()
Container.getCapability()protected void doStop()
throws Exception
doStop in class AbstractEmbeddedLocalContainerExceptionAbstractEmbeddedLocalContainer.doStop()Copyright © 2004-2013 Codehaus. All Rights Reserved.