public abstract class AbstractOc4j10xInstalledLocalContainer extends AbstractInstalledLocalContainer
| Constructor and Description |
|---|
AbstractOc4j10xInstalledLocalContainer(LocalConfiguration configuration)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
doStart(org.apache.tools.ant.taskdefs.Java java) |
void |
doStop(org.apache.tools.ant.taskdefs.Java java) |
ContainerCapability |
getCapability() |
protected abstract Set |
getContainerClasspathIncludes() |
protected abstract String |
getStartClassname() |
protected abstract String |
getStopClassname() |
addExtraClasspath, addSharedClasspath, addToolsJarToClasspath, getAntUtils, getExtraClasspath, getHome, getHttpUtils, getJdkUtils, getResourceUtils, getSharedClasspath, getSystemProperties, getType, ifPresentAddPathToList, setExtraClasspath, setHome, setJvmToLaunchContainerIn, setLogger, setSharedClasspath, setSystemProperties, startInternal, stopInternal, verifygetConfiguration, getFileHandler, getOutput, getState, getTimeout, isAppend, setAppend, setConfiguration, setFileHandler, setOutput, setState, setTimeout, start, stop, waitForCompletionclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetConfiguration, getFileHandler, setConfiguration, setFileHandlergetOutput, getTimeout, isAppend, setAppend, setOutput, setTimeout, start, stoppublic AbstractOc4j10xInstalledLocalContainer(LocalConfiguration configuration)
configuration - The configuration for the containerpublic ContainerCapability getCapability()
Container.getCapability()public final void doStop(org.apache.tools.ant.taskdefs.Java java)
doStop in class AbstractInstalledLocalContainerAbstractInstalledLocalContainer.doStop(Java)public final void doStart(org.apache.tools.ant.taskdefs.Java java)
throws Exception
doStart in class AbstractInstalledLocalContainerExceptionAbstractInstalledLocalContainer.doStart(Java)protected abstract String getStartClassname()
protected abstract String getStopClassname()
protected abstract Set getContainerClasspathIncludes()
Copyright © 2004-2013 Codehaus. All Rights Reserved.