public class Geronimo1xInstalledLocalContainer extends AbstractInstalledLocalContainer
| Modifier and Type | Field and Description |
|---|---|
static String |
ID
Geronimo 1.x series unique id.
|
| Constructor and Description |
|---|
Geronimo1xInstalledLocalContainer(LocalConfiguration configuration) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
doStart(org.apache.tools.ant.taskdefs.Java java) |
protected void |
doStop(org.apache.tools.ant.taskdefs.Java java) |
ContainerCapability |
getCapability() |
String |
getId() |
String |
getName() |
protected String |
getVersion(String defaultVersion)
Parse installed Geronimo version.
|
protected void |
waitForCompletion(boolean waitForStarting)
Replace default CPC progress monitor by a log progress monitor.
|
addToolsJarToClasspath, getAntUtils, getExtraClasspath, getFileHandler, getHome, getHttpUtils, getJdkUtils, getResourceUtils, getSystemProperties, getType, setExtraClasspath, setFileHandler, setHome, setLogger, setSystemProperties, startInternal, stopInternal, verifygetConfiguration, getOutput, getState, getTimeout, isAppend, setAppend, setConfiguration, setOutput, setState, setTimeout, start, stopclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetConfiguration, setConfigurationgetOutput, getTimeout, isAppend, setAppend, setOutput, setTimeout, start, stoppublic static final String ID
public Geronimo1xInstalledLocalContainer(LocalConfiguration configuration)
public String getId()
Container.getId()public String getName()
Container.getName()protected void doStart(org.apache.tools.ant.taskdefs.Java java)
throws Exception
doStart in class AbstractInstalledLocalContainerExceptionAbstractInstalledLocalContainer.doStart(org.apache.tools.ant.taskdefs.Java)protected void doStop(org.apache.tools.ant.taskdefs.Java java)
throws Exception
doStop in class AbstractInstalledLocalContainerExceptionAbstractInstalledLocalContainer.doStop(org.apache.tools.ant.taskdefs.Java)protected void waitForCompletion(boolean waitForStarting)
throws InterruptedException
waitForCompletion in class AbstractLocalContainerInterruptedExceptionAbstractLocalContainer.waitForCompletion(boolean)public ContainerCapability getCapability()
Container.getCapability()Copyright © 2004-2013 Codehaus. All Rights Reserved.