public interface TemporaryArtifact
extends org.mule.runtime.api.lifecycle.Startable, org.mule.runtime.api.lifecycle.Disposable
| Modifier and Type | Method and Description |
|---|---|
void |
dispose()
Destroys all the resource allocated for the artifact.
|
ConnectivityTestingService |
getConnectivityTestingService() |
MuleContext |
getMuleContext() |
boolean |
isStarted() |
void |
start()
Initialises and starts the tooling context.
|
void start()
throws org.mule.runtime.api.exception.MuleException
start in interface org.mule.runtime.api.lifecycle.Startableorg.mule.runtime.api.exception.MuleException - which can be an InitialisationException or
ConfigurationException that represents a failure in the configuration of
components.boolean isStarted()
ConnectivityTestingService getConnectivityTestingService()
MuleContext getMuleContext()
MuleContext created by the artifact.void dispose()
dispose in interface org.mule.runtime.api.lifecycle.DisposableCopyright © 2003–2016 MuleSoft, Inc.. All rights reserved.