|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.codehaus.cargo.util.log.LoggedObject
org.codehaus.cargo.container.spi.AbstractContainer
org.codehaus.cargo.container.spi.AbstractLocalContainer
org.codehaus.cargo.container.spi.AbstractInstalledLocalContainer
org.mule.tools.cargo.container.Mule3xInstalledLocalContainer
public class Mule3xInstalledLocalContainer
Start an embedded MuleContainer using maven dependencies.
Configured MuleApplicationDeployable is deployed on startup.
| Field Summary | |
|---|---|
static String |
ID
|
static String |
NAME
|
| Constructor Summary | |
|---|---|
Mule3xInstalledLocalContainer(org.codehaus.cargo.container.configuration.LocalConfiguration configuration)
|
|
| Method Summary | |
|---|---|
protected org.mule.module.launcher.MuleContainer |
createContainer()
|
protected URLClassLoader |
createContainerSystemClassLoader()
|
protected void |
doStart(org.codehaus.cargo.container.spi.jvm.JvmLauncher launcher)
|
protected void |
doStop(org.codehaus.cargo.container.spi.jvm.JvmLauncher launcher)
|
protected void |
ensureValidMuleHome(String home)
|
org.codehaus.cargo.container.ContainerCapability |
getCapability()
|
String |
getId()
|
String |
getName()
|
protected void |
waitForCompletion(boolean waitForStarting)
|
| Methods inherited from class org.codehaus.cargo.container.spi.AbstractInstalledLocalContainer |
|---|
addExtraClasspath, addExtraClasspath, addMemoryArguments, addSharedClasspath, addToolsJarToClasspath, createJvmLauncher, getAntUtils, getExtraClasspath, getHome, getHttpUtils, getJavaHome, getJdkUtils, getJvmLauncherFactory, getResourceUtils, getSharedClasspath, getSystemProperties, getType, ifPresentAddPathToList, setExtraClasspath, setHome, setJvmLauncherFactory, setJvmToLaunchContainerIn, setLogger, setSharedClasspath, setSystemProperties, startInternal, stopInternal, verify |
| Methods inherited from class org.codehaus.cargo.container.spi.AbstractLocalContainer |
|---|
getConfiguration, getFileHandler, getOutput, getState, getTimeout, isAppend, setAppend, setConfiguration, setFileHandler, setOutput, setState, setTimeout, start, stop, waitForPortShutdown |
| Methods inherited from class org.codehaus.cargo.util.log.LoggedObject |
|---|
getLogger |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.codehaus.cargo.container.LocalContainer |
|---|
getConfiguration, getFileHandler, setConfiguration, setFileHandler |
| Methods inherited from interface org.codehaus.cargo.container.Container |
|---|
getState |
| Methods inherited from interface org.codehaus.cargo.util.log.Loggable |
|---|
getLogger |
| Methods inherited from interface org.codehaus.cargo.container.internal.RunnableContainer |
|---|
getOutput, getTimeout, isAppend, setAppend, setOutput, setTimeout, start, stop |
| Field Detail |
|---|
public static final String ID
public static final String NAME
| Constructor Detail |
|---|
public Mule3xInstalledLocalContainer(org.codehaus.cargo.container.configuration.LocalConfiguration configuration)
| Method Detail |
|---|
public String getId()
public String getName()
public org.codehaus.cargo.container.ContainerCapability getCapability()
protected final URLClassLoader createContainerSystemClassLoader()
throws Exception
Exceptionprotected org.mule.module.launcher.MuleContainer createContainer()
MuleContainerprotected final void ensureValidMuleHome(String home)
protected void doStart(org.codehaus.cargo.container.spi.jvm.JvmLauncher launcher)
throws Exception
doStart in class org.codehaus.cargo.container.spi.AbstractInstalledLocalContainerException
protected void waitForCompletion(boolean waitForStarting)
throws InterruptedException
waitForCompletion in class org.codehaus.cargo.container.spi.AbstractLocalContainerInterruptedException
protected void doStop(org.codehaus.cargo.container.spi.jvm.JvmLauncher launcher)
throws Exception
doStop in class org.codehaus.cargo.container.spi.AbstractInstalledLocalContainerException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||