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, stopInternal
getConfiguration, getOutput, getState, getTimeout, isAppend, setAppend, setConfiguration, setOutput, setState, setTimeout, start, stop, verify, waitForCompletion
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getConfiguration, setConfiguration
getOutput, getTimeout, isAppend, setAppend, setOutput, setTimeout, start, stop
protected 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 AbstractEmbeddedLocalContainer
Exception
AbstractEmbeddedLocalContainer.doStop()
Copyright © 2004-2013 Codehaus. All Rights Reserved.