| Package | Description |
|---|---|
| org.codehaus.cargo.container.spi | |
| org.codehaus.cargo.container.spi.jvm |
| Modifier and Type | Method and Description |
|---|---|
protected JvmLauncher |
AbstractInstalledLocalContainer.createJvmLauncher(boolean server)
Creates a preinitialized instance of a JVM launcher to be used for starting, stopping and
controlling the container.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractInstalledLocalContainer.addExtraClasspath(JvmLauncher java)
Add extra container classpath entries specified by the user.
|
protected void |
AbstractInstalledLocalContainer.addMemoryArguments(JvmLauncher java)
Adds the JVM memory arguments.
|
protected void |
AbstractInstalledLocalContainer.addRuntimeArgs(JvmLauncher java)
Add command line arguments to the java command.
|
protected void |
AbstractInstalledLocalContainer.addToolsJarToClasspath(JvmLauncher java)
Adds the tools.jar to the classpath, except for Mac OSX as it is not needed.
|
protected abstract void |
AbstractInstalledLocalContainer.doStart(JvmLauncher java)
Implementation of
RunnableContainer.start() that all
containers extending this class must implement. |
protected abstract void |
AbstractInstalledLocalContainer.doStop(JvmLauncher java)
Implementation of
RunnableContainer.stop() that all
containers extending this class must implement. |
protected void |
AbstractInstalledLocalContainer.setJvmToLaunchContainerIn(JvmLauncher java)
Determines which java virtual machine will run the container.
|
| Modifier and Type | Method and Description |
|---|---|
JvmLauncher |
JvmLauncherFactory.createJvmLauncher(JvmLauncherRequest request)
Creates a new JVM launcher for the specified request.
|
JvmLauncher |
DefaultJvmLauncherFactory.createJvmLauncher(JvmLauncherRequest request)
Creates a new JVM launcher for the specified request.
|
Copyright © 2004-2013 Codehaus. All Rights Reserved.