Uses of Interface
org.codehaus.cargo.container.spi.jvm.JvmLauncher
-
-
Uses of JvmLauncher in org.codehaus.cargo.container.geronimo
Methods in org.codehaus.cargo.container.geronimo with parameters of type JvmLauncher Modifier and Type Method Description protected void
Geronimo1xInstalledLocalContainer. doStart(JvmLauncher java)
Implementation ofRunnableContainer.start()
that all containers extending this class must implement.protected void
Geronimo2xInstalledLocalContainer. doStart(JvmLauncher java)
Implementation ofRunnableContainer.start()
that all containers extending this class must implement.protected void
Geronimo3xInstalledLocalContainer. doStart(JvmLauncher java)
Implementation ofRunnableContainer.start()
that all containers extending this class must implement.protected void
Geronimo1xInstalledLocalContainer. doStop(JvmLauncher java)
Implementation ofRunnableContainer.stop()
that all containers extending this class must implement.protected void
Geronimo2xInstalledLocalContainer. doStop(JvmLauncher java)
Implementation ofRunnableContainer.stop()
that all containers extending this class must implement.protected void
Geronimo3xInstalledLocalContainer. doStop(JvmLauncher java)
Implementation ofRunnableContainer.stop()
that all containers extending this class must implement.void
Geronimo3xInstalledLocalContainer. prepareJvmLauncher(JvmLauncher java)
Prepare JVM launcher. -
Uses of JvmLauncher in org.codehaus.cargo.container.glassfish
Methods in org.codehaus.cargo.container.glassfish with parameters of type JvmLauncher Modifier and Type Method Description protected void
GlassFish5xInstalledLocalContainer. doStart(JvmLauncher java)
Implementation ofRunnableContainer.start()
that all containers extending this class must implement. -
Uses of JvmLauncher in org.codehaus.cargo.container.glassfish.internal
Methods in org.codehaus.cargo.container.glassfish.internal with parameters of type JvmLauncher Modifier and Type Method Description protected void
AbstractGlassFishInstalledLocalContainer. doStart(JvmLauncher java)
Implementation ofRunnableContainer.start()
that all containers extending this class must implement.protected void
AbstractGlassFishInstalledLocalContainer. doStop(JvmLauncher java)
Implementation ofRunnableContainer.stop()
that all containers extending this class must implement.abstract int
AbstractAsAdmin. invokeAsAdmin(boolean async, JvmLauncher java, String[] args)
Invokes asadmin using a Java container.int
AbstractGlassFishInstalledLocalContainer. invokeAsAdmin(boolean async, JvmLauncher java, String... args)
Invokes asadmin using a Java container.int
GlassFish2xAsAdmin. invokeAsAdmin(boolean async, JvmLauncher java, String[] args)
Invokes asadmin using a Java container.int
GlassFish3xAsAdmin. invokeAsAdmin(boolean async, JvmLauncher java, String[] args)
Invokes asadmin using a Java container. -
Uses of JvmLauncher in org.codehaus.cargo.container.jboss
Methods in org.codehaus.cargo.container.jboss with parameters of type JvmLauncher Modifier and Type Method Description protected void
JBoss7xInstalledLocalContainer. addRuntimeArgs(JvmLauncher java)
Add command line arguments to the java command.protected void
JBoss61xInstalledLocalContainer. doStart(JvmLauncher java)
Implementation ofRunnableContainer.start()
that all containers extending this class must implement.protected void
JBoss71xInstalledLocalContainer. doStart(JvmLauncher java)
Implementation ofRunnableContainer.start()
that all containers extending this class must implement.protected void
JBoss72xInstalledLocalContainer. doStart(JvmLauncher java)
Implementation ofRunnableContainer.start()
that all containers extending this class must implement.protected void
JBoss7xInstalledLocalContainer. doStart(JvmLauncher java)
Implementation ofRunnableContainer.start()
that all containers extending this class must implement.protected void
JBoss6xInstalledLocalContainer. doStop(JvmLauncher java)
Implementation ofRunnableContainer.stop()
that all containers extending this class must implement.protected void
JBoss71xInstalledLocalContainer. doStop(JvmLauncher java)
Implementation ofRunnableContainer.stop()
that all containers extending this class must implement.protected void
JBoss7xInstalledLocalContainer. doStop(JvmLauncher java)
Implementation ofRunnableContainer.stop()
that all containers extending this class must implement.protected void
JBoss7xInstalledLocalContainer. setProperties(JvmLauncher java)
Set the properties on the JVM launcher. -
Uses of JvmLauncher in org.codehaus.cargo.container.jboss.internal
Methods in org.codehaus.cargo.container.jboss.internal with parameters of type JvmLauncher Modifier and Type Method Description protected void
AbstractJBoss5xInstalledLocalContainer. doStart(JvmLauncher java)
Implementation ofRunnableContainer.start()
that all containers extending this class must implement.protected void
AbstractJBossInstalledLocalContainer. doStart(JvmLauncher java)
Implementation ofRunnableContainer.start()
that all containers extending this class must implement.protected void
AbstractJBossInstalledLocalContainer. doStop(JvmLauncher java)
Implementation ofRunnableContainer.stop()
that all containers extending this class must implement. -
Uses of JvmLauncher in org.codehaus.cargo.container.jetty
Methods in org.codehaus.cargo.container.jetty with parameters of type JvmLauncher Modifier and Type Method Description void
Jetty6xInstalledLocalContainer. doStart(JvmLauncher java)
Implementation ofRunnableContainer.start()
that all containers extending this class must implement.void
Jetty9xInstalledLocalContainer. doStart(JvmLauncher java)
Implementation ofRunnableContainer.start()
that all containers extending this class must implement.void
Jetty6xInstalledLocalContainer. doStop(JvmLauncher java)
Implementation ofRunnableContainer.stop()
that all containers extending this class must implement.protected void
Jetty10xInstalledLocalContainer. invoke(JvmLauncher java, boolean isGettingStarted)
protected void
Jetty6xInstalledLocalContainer. invoke(JvmLauncher java, boolean isGettingStarted)
protected void
Jetty7xInstalledLocalContainer. invoke(JvmLauncher java, boolean isGettingStarted)
-
Uses of JvmLauncher in org.codehaus.cargo.container.jo
Methods in org.codehaus.cargo.container.jo with parameters of type JvmLauncher Modifier and Type Method Description void
Jo1xInstalledLocalContainer. doStart(JvmLauncher java)
Implementation ofRunnableContainer.start()
to all container extending this class must implement.void
Jo1xInstalledLocalContainer. doStop(JvmLauncher java)
Implementation ofRunnableContainer.stop()
to all container extending this class must implement. -
Uses of JvmLauncher in org.codehaus.cargo.container.jonas
Methods in org.codehaus.cargo.container.jonas with parameters of type JvmLauncher Modifier and Type Method Description void
Jonas4xInstalledLocalContainer. doAction(JvmLauncher java)
Configuring the target java to launch a JOnAS command.void
Jonas5xInstalledLocalContainer. doAction(JvmLauncher java)
Configuring the target java ant task to launch a JOnAS command.void
Jonas4xInstalledLocalContainer. doStart(JvmLauncher java)
Implementation ofRunnableContainer.start()
that all containers extending this class must implement.void
Jonas5xInstalledLocalContainer. doStart(JvmLauncher java)
Implementation ofRunnableContainer.start()
that all containers extending this class must implement.void
Jonas4xInstalledLocalContainer. doStop(JvmLauncher java)
Implementation ofRunnableContainer.stop()
that all containers extending this class must implement.void
Jonas5xInstalledLocalContainer. doStop(JvmLauncher java)
Implementation ofRunnableContainer.stop()
that all containers extending this class must implement.protected void
Jonas5xInstalledLocalContainer. doUsernameAndPasswordArgs(JvmLauncher java)
Setup of the username and password for the JOnAS admin command call.protected void
Jonas4xInstalledLocalContainer. setupExtraSysProps(JvmLauncher java, Map<String,String> configuredSysProps)
Setup of the Extra required java system properties to configure JOnAS properly.protected void
Jonas5xInstalledLocalContainer. setupExtraSysProps(JvmLauncher java, Map<String,String> configuredSysProps)
Setup of the Extra required java system properties to configure JOnAS properly. -
Uses of JvmLauncher in org.codehaus.cargo.container.jonas.internal
Methods in org.codehaus.cargo.container.jonas.internal with parameters of type JvmLauncher Modifier and Type Method Description void
AbstractJonasInstalledLocalContainer. addSysProp(JvmLauncher java, Map<String,String> configuredSysProps, String name, String value)
Add java system properties (to configure JOnAS properly).void
AbstractJonasInstalledLocalContainer. doServerAndDomainNameArgs(JvmLauncher java)
Setup of the target server and domain name for the JOnAS admin command call.void
AbstractJonasInstalledLocalContainer. doServerAndDomainNameParam(JvmLauncher java)
Setup of the target server and domain name for the JOnAS admin command call.abstract void
AbstractJonasInstalledLocalContainer. doStart(JvmLauncher java)
Implementation ofRunnableContainer.start()
that all containers extending this class must implement.abstract void
AbstractJonasInstalledLocalContainer. doStop(JvmLauncher java)
Implementation ofRunnableContainer.stop()
that all containers extending this class must implement.protected abstract void
AbstractJonasInstalledLocalContainer. setupExtraSysProps(JvmLauncher java, Map<String,String> configuredSysProps)
Setup of the Extra required java system properties to configure JOnAS properly.void
AbstractJonasInstalledLocalContainer. setupSysProps(JvmLauncher java)
Setup of the required java system properties to configure JOnAS properly. -
Uses of JvmLauncher in org.codehaus.cargo.container.jrun
Methods in org.codehaus.cargo.container.jrun with parameters of type JvmLauncher Modifier and Type Method Description protected void
JRun4xInstalledLocalContainer. startUpAdditions(JvmLauncher java)
Allow specific version implementations to add custom settings to the Java container that will be started. -
Uses of JvmLauncher in org.codehaus.cargo.container.jrun.internal
Methods in org.codehaus.cargo.container.jrun.internal with parameters of type JvmLauncher Modifier and Type Method Description void
AbstractJRunInstalledLocalContainer. doStart(JvmLauncher java)
Implementation ofRunnableContainer.start()
that all containers extending this class must implement.void
AbstractJRunInstalledLocalContainer. doStop(JvmLauncher java)
Implementation ofRunnableContainer.stop()
that all containers extending this class must implement.protected abstract void
AbstractJRunInstalledLocalContainer. startUpAdditions(JvmLauncher java)
Allow specific version implementations to add custom settings to the Java container that will be started. -
Uses of JvmLauncher in org.codehaus.cargo.container.liberty
Methods in org.codehaus.cargo.container.liberty with parameters of type JvmLauncher Modifier and Type Method Description protected void
LibertyInstalledLocalContainer. doStart(JvmLauncher java)
Start the container.protected void
LibertyInstalledLocalContainer. doStop(JvmLauncher java)
Stop the container -
Uses of JvmLauncher in org.codehaus.cargo.container.orion.internal
Methods in org.codehaus.cargo.container.orion.internal with parameters of type JvmLauncher Modifier and Type Method Description void
AbstractOc4j10xInstalledLocalContainer. doStart(JvmLauncher java)
Implementation ofRunnableContainer.start()
that all containers extending this class must implement.void
AbstractOrionInstalledLocalContainer. doStart(JvmLauncher java)
Implementation ofRunnableContainer.start()
that all containers extending this class must implement.void
AbstractOc4j10xInstalledLocalContainer. doStop(JvmLauncher java)
Implementation ofRunnableContainer.stop()
that all containers extending this class must implement.void
AbstractOrionInstalledLocalContainer. doStop(JvmLauncher java)
Implementation ofRunnableContainer.stop()
that all containers extending this class must implement. -
Uses of JvmLauncher in org.codehaus.cargo.container.resin
Methods in org.codehaus.cargo.container.resin with parameters of type JvmLauncher Modifier and Type Method Description void
Resin4xInstalledLocalContainer. doStart(JvmLauncher java)
Implementation ofRunnableContainer.start()
that all containers extending this class must implement.void
Resin4xInstalledLocalContainer. doStop(JvmLauncher java)
Implementation ofRunnableContainer.stop()
that all containers extending this class must implement.protected void
Resin3xInstalledLocalContainer. startUpAdditions(JvmLauncher java)
Allow specific version implementations to add custom settings to the Java container that will be started.protected void
Resin4xInstalledLocalContainer. startUpAdditions(JvmLauncher java)
Allow specific version implementations to add custom settings to the Java container that will be started. -
Uses of JvmLauncher in org.codehaus.cargo.container.resin.internal
Methods in org.codehaus.cargo.container.resin.internal with parameters of type JvmLauncher Modifier and Type Method Description void
AbstractResinInstalledLocalContainer. doStart(JvmLauncher java)
Implementation ofRunnableContainer.start()
that all containers extending this class must implement.void
AbstractResinInstalledLocalContainer. doStop(JvmLauncher java)
Implementation ofRunnableContainer.stop()
that all containers extending this class must implement.protected abstract void
AbstractResinInstalledLocalContainer. startUpAdditions(JvmLauncher javaContainer)
Allow specific version implementations to add custom settings to the Java container that will be started. -
Uses of JvmLauncher in org.codehaus.cargo.container.spi
Methods in org.codehaus.cargo.container.spi that return JvmLauncher Modifier and Type Method 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.Methods in org.codehaus.cargo.container.spi with parameters of type JvmLauncher Modifier and Type Method 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 and Java 9 or above - As these JVMs do not need the tools.jar.protected abstract void
AbstractInstalledLocalContainer. doStart(JvmLauncher java)
Implementation ofRunnableContainer.start()
that all containers extending this class must implement.protected abstract void
AbstractInstalledLocalContainer. doStop(JvmLauncher java)
Implementation ofRunnableContainer.stop()
that all containers extending this class must implement.void
AbstractInstalledLocalContainer. setJvmToLaunchContainerIn(JvmLauncher java)
Determines which java virtual machine will run the container. -
Uses of JvmLauncher in org.codehaus.cargo.container.spi.jvm
Classes in org.codehaus.cargo.container.spi.jvm that implement JvmLauncher Modifier and Type Class Description class
DefaultJvmLauncher
A JVM launcher that launches a new Process, that can be forcibly killed if needed.Methods in org.codehaus.cargo.container.spi.jvm that return JvmLauncher Modifier and Type Method Description JvmLauncher
DefaultJvmLauncherFactory. createJvmLauncher(JvmLauncherRequest request)
Creates a new JVM launcher for the specified request.JvmLauncher
JvmLauncherFactory. createJvmLauncher(JvmLauncherRequest request)
Creates a new JVM launcher for the specified request. -
Uses of JvmLauncher in org.codehaus.cargo.container.tomcat
Methods in org.codehaus.cargo.container.tomcat with parameters of type JvmLauncher Modifier and Type Method Description void
Tomcat4xInstalledLocalContainer. doStart(JvmLauncher java)
Implementation ofRunnableContainer.start()
that all containers extending this class must implement.protected void
Tomcat4xInstalledLocalContainer. invokeContainer(String action, JvmLauncher java)
Invokes the container bootstrap class to start or stop the container, depending on the value of the provided argument.protected void
Tomcat7xInstalledLocalContainer. invokeContainer(String action, JvmLauncher java)
Add thetomcat-juli.jar
file to classpath and call parent. -
Uses of JvmLauncher in org.codehaus.cargo.container.tomcat.internal
Methods in org.codehaus.cargo.container.tomcat.internal with parameters of type JvmLauncher Modifier and Type Method Description protected void
AbstractCatalinaInstalledLocalContainer. addExtraClasspath(JvmLauncher java)
Configures the extra classpath if we are not on anAbstractCatalinaStandaloneLocalConfiguration
, does nothing otherwise.void
AbstractCatalinaInstalledLocalContainer. doStart(JvmLauncher java)
Implementation ofRunnableContainer.start()
that all containers extending this class must implement.void
AbstractCatalinaInstalledLocalContainer. doStop(JvmLauncher java)
Implementation ofRunnableContainer.stop()
that all containers extending this class must implement.protected void
AbstractCatalinaInstalledLocalContainer. invokeContainer(String action, JvmLauncher java)
Invokes the container bootstrap class to start or stop the container, depending on the value of the provided argument. -
Uses of JvmLauncher in org.codehaus.cargo.container.weblogic
Methods in org.codehaus.cargo.container.weblogic with parameters of type JvmLauncher Modifier and Type Method Description protected void
WebLogic12xInstalledLocalContainer. addMemoryArguments(JvmLauncher java)
Adds the JVM memory arguments.void
WebLogic121xInstalledLocalContainer. doStop(JvmLauncher java)
Implementation ofRunnableContainer.stop()
that all containers extending this class must implement. -
Uses of JvmLauncher in org.codehaus.cargo.container.weblogic.internal
Methods in org.codehaus.cargo.container.weblogic.internal with parameters of type JvmLauncher Modifier and Type Method Description protected void
AbstractWebLogicInstalledLocalContainer. addWeblogicAdminArguments(JvmLauncher java)
Add WebLogic admin arguments.void
AbstractWebLogicInstalledLocalContainer. doStart(JvmLauncher java)
Implementation ofRunnableContainer.start()
that all containers extending this class must implement.void
AbstractWebLogicInstalledLocalContainer. doStop(JvmLauncher java)
Implementation ofRunnableContainer.stop()
that all containers extending this class must implement. -
Uses of JvmLauncher in org.codehaus.cargo.container.websphere
Methods in org.codehaus.cargo.container.websphere with parameters of type JvmLauncher Modifier and Type Method Description void
WebSphere85xInstalledLocalContainer. doStart(JvmLauncher java)
Implementation ofRunnableContainer.start()
to all container extending this class must implement.void
WebSphere85xInstalledLocalContainer. doStop(JvmLauncher java)
Implementation ofRunnableContainer.stop()
to all container extending this class must implement. -
Uses of JvmLauncher in org.codehaus.cargo.container.wildfly
Methods in org.codehaus.cargo.container.wildfly with parameters of type JvmLauncher Modifier and Type Method Description protected void
WildFly10xInstalledLocalContainer. doStart(JvmLauncher java)
Implementation ofRunnableContainer.start()
that all containers extending this class must implement.protected void
WildFly10xInstalledLocalContainer. doStop(JvmLauncher java)
Implementation ofRunnableContainer.stop()
that all containers extending this class must implement.protected void
WildFly13xInstalledLocalContainer. setProperties(JvmLauncher java)
-
Uses of JvmLauncher in org.codehaus.cargo.container.wildfly.internal
Methods in org.codehaus.cargo.container.wildfly.internal with parameters of type JvmLauncher Modifier and Type Method Description protected void
AbstractWildFlyInstalledLocalContainer. addRuntimeArgs(JvmLauncher java)
Add command line arguments to the java command.protected void
AbstractWildFlyInstalledLocalContainer. doStart(JvmLauncher java)
Implementation ofRunnableContainer.start()
that all containers extending this class must implement.protected void
AbstractWildFlyInstalledLocalContainer. doStop(JvmLauncher java)
Implementation ofRunnableContainer.stop()
that all containers extending this class must implement.protected void
AbstractWildFlyInstalledLocalContainer. setProperties(JvmLauncher java)
Set the properties on the JVM launcher. -
Uses of JvmLauncher in org.codehaus.cargo.container.wildfly.swarm.internal
Methods in org.codehaus.cargo.container.wildfly.swarm.internal with parameters of type JvmLauncher Modifier and Type Method Description protected void
AbstractWildFlySwarmInstalledLocalContainer. doStart(JvmLauncher java)
Implementation ofRunnableContainer.start()
that all containers extending this class must implement.protected void
AbstractWildFlySwarmInstalledLocalContainer. doStop(JvmLauncher java)
Implementation ofRunnableContainer.stop()
that all containers extending this class must implement.
-