public abstract class AbstractOrionInstalledLocalContainer extends AbstractInstalledLocalContainer
| Constructor and Description |
|---|
AbstractOrionInstalledLocalContainer(LocalConfiguration configuration) |
| Modifier and Type | Method and Description |
|---|---|
void |
doStart(JvmLauncher java) |
void |
doStop(JvmLauncher java) |
ContainerCapability |
getCapability() |
protected abstract String |
getContainerClasspathIncludes() |
protected abstract String |
getStartClassname() |
protected abstract String |
getStopClassname() |
addExtraClasspath, addExtraClasspath, addMemoryArguments, addRuntimeArgs, addSharedClasspath, addToolsJarToClasspath, createJvmLauncher, forceStopInternal, getAntUtils, getExtraClasspath, getHome, getHttpUtils, getJavaHome, getJdkUtils, getJvmLauncherFactory, getResourceUtils, getSharedClasspath, getSystemProperties, getType, ifPresentAddPathToList, setExtraClasspath, setHome, setJvmLauncherFactory, setJvmToLaunchContainerIn, setLogger, setSharedClasspath, setSystemProperties, startInternal, stopInternal, verifyexecutePostStartTasks, getConfiguration, getFileHandler, getOutput, getState, getTimeout, isAppend, setAppend, setConfiguration, setFileHandler, setOutput, setState, setTimeout, start, stop, waitForCompletion, waitForPortShutdowngetLoggerclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetConfiguration, getFileHandler, setConfiguration, setFileHandlergetOutput, getTimeout, isAppend, setAppend, setOutput, setTimeout, start, stoppublic AbstractOrionInstalledLocalContainer(LocalConfiguration configuration)
public ContainerCapability getCapability()
Container.getCapability()public final void doStop(JvmLauncher java)
doStop in class AbstractInstalledLocalContainerAbstractInstalledLocalContainer.doStop(JvmLauncher)public final void doStart(JvmLauncher java) throws Exception
doStart in class AbstractInstalledLocalContainerExceptionAbstractInstalledLocalContainer.doStart(JvmLauncher)protected abstract String getStartClassname()
protected abstract String getStopClassname()
protected abstract String getContainerClasspathIncludes()
Copyright © 2004-2013 Codehaus. All Rights Reserved.