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(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. |
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.
|
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, 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 Geronimo1xInstalledLocalContainer(LocalConfiguration configuration)
public String getId()
Container.getId()public String getName()
Container.getName()protected void doStart(JvmLauncher java) throws Exception
RunnableContainer.start() that all
containers extending this class must implement.doStart in class AbstractInstalledLocalContainerjava - the predefined JVM launcher to use to start the containerException - if any error is raised during the container startAbstractInstalledLocalContainer.doStart(JvmLauncher)protected void doStop(JvmLauncher java) throws Exception
RunnableContainer.stop() that all
containers extending this class must implement.doStop in class AbstractInstalledLocalContainerjava - the predefined JVM launcher to use to stop the containerException - if any error is raised during the container stopAbstractInstalledLocalContainer.doStop(JvmLauncher)protected void waitForCompletion(boolean waitForStarting)
throws InterruptedException
waitForCompletion in class AbstractLocalContainerwaitForStarting - if true then wait for container start, if false wait for container
stopInterruptedException - if the thread sleep is interruptedAbstractLocalContainer.waitForCompletion(boolean)public ContainerCapability getCapability()
ContainerCapability of the container in term of ability to deploy such
and such type of Deployables (eg WAR, EAR,
etc).Container.getCapability()Copyright © 2004-2013 Codehaus. All Rights Reserved.