public class Geronimo2xInstalledLocalContainer extends Geronimo1xInstalledLocalContainer
| Modifier and Type | Field and Description |
|---|---|
static String |
ID
Geronimo 2.x series unique id.
|
| Constructor and Description |
|---|
Geronimo2xInstalledLocalContainer(LocalConfiguration configuration) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
doStart(JvmLauncher java)
Implementation of
RunnableContainer.start() that all
containers extending this class must implement. |
protected void |
doStop(JvmLauncher java)
Implementation of
RunnableContainer.stop() that all
containers extending this class must implement. |
String |
getId() |
String |
getName() |
protected String |
getVersion(String defaultVersion)
Parse installed Geronimo version.
|
getCapability, waitForCompletionaddExtraClasspath, 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, restart, setAppend, setConfiguration, setFileHandler, setOutput, setState, setTimeout, start, stopgetLoggerclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetConfiguration, getFileHandler, setConfiguration, setFileHandlergetOutput, getTimeout, isAppend, restart, setAppend, setOutput, setTimeout, start, stoppublic static final String ID
public Geronimo2xInstalledLocalContainer(LocalConfiguration configuration)
public String getId()
getId in interface ContainergetId in class Geronimo1xInstalledLocalContainerContainer.getId()public String getName()
getName in interface ContainergetName in class Geronimo1xInstalledLocalContainerContainer.getName()protected void doStart(JvmLauncher java) throws Exception
RunnableContainer.start() that all
containers extending this class must implement.doStart in class Geronimo1xInstalledLocalContainerjava - the predefined JVM launcher to use to start the containerException - if any error is raised during the container startAbstractInstalledLocalContainer.doStop(JvmLauncher)protected void doStop(JvmLauncher java) throws Exception
RunnableContainer.stop() that all
containers extending this class must implement.doStop in class Geronimo1xInstalledLocalContainerjava - the predefined JVM launcher to use to stop the containerException - if any error is raised during the container stopAbstractInstalledLocalContainer.doStop(JvmLauncher)protected String getVersion(String defaultVersion)
getVersion in class Geronimo1xInstalledLocalContainerdefaultVersion - the default version used if the exact Geronimo version can't be
determineddefaultVersion if the version number could not
be determinedGeronimo1xInstalledLocalContainer.getVersion(String)Copyright © 2004-2013 Codehaus. All Rights Reserved.