public class TanukiWrapperMuleInstanceManager extends Object implements MuleInstanceManager
MuleInstanceManager that uses Tanuki's WrapperManager.| Constructor and Description |
|---|
TanukiWrapperMuleInstanceManager() |
| Modifier and Type | Method and Description |
|---|---|
void |
restart()
This method requests that the JVM be restarted but then returns.
|
void |
stop(int exitCode)
This method requests that the JVM be shutdown but then returns.
|
public void restart()
MuleInstanceManagerrestart in interface MuleInstanceManagerpublic void stop(int exitCode)
MuleInstanceManager
Note that when running Mule as a service, since Mule will be running as a service in the background, there will be no way of
retrieving the passed exitCode from outside the wrapper.
stop in interface MuleInstanceManagerexitCode - The exit code that the Wrapper will return when it exits.Copyright © 2006–2022 MuleSoft, Inc.. All rights reserved.