public interface MuleProcessController
| Modifier and Type | Method and Description |
|---|---|
boolean |
isRunning() |
void |
start(String[] args)
Starts Mule Runtime.
|
void |
stop()
Stops Mule Runtime.
|
void start(String[] args) throws MuleProcessException
args - array of String arguments to be passed to Mule Runtime when started. They have to be in format
-M-DmySystemProperty=valueor
-Wwrapper.property=value
MuleProcessException - if there was an error while starting it.boolean isRunning()
throws MuleProcessException
true if Mule Runtime is up and running.MuleProcessException - if there was an error while checking the state.void stop() throws MuleProcessException
MuleProcessException - if there was an error while stopping it.Copyright © 2017 MuleSoft, Inc.. All rights reserved.