public class HeisenbergOperationLifecycleValidator extends Object implements org.mule.runtime.api.lifecycle.Initialisable, org.mule.runtime.api.lifecycle.Startable, org.mule.runtime.api.lifecycle.Stoppable, org.mule.runtime.api.lifecycle.Disposable
| Modifier and Type | Field and Description |
|---|---|
static String |
NOT_INITIALISED |
| Constructor and Description |
|---|
HeisenbergOperationLifecycleValidator() |
| Modifier and Type | Method and Description |
|---|---|
void |
dispose() |
void |
initialise() |
void |
lifecycleValidator(String expected) |
void |
start() |
void |
stop() |
public static final String NOT_INITIALISED
public HeisenbergOperationLifecycleValidator()
@MediaType(value="*/*") public void lifecycleValidator(String expected)
public void initialise()
throws org.mule.runtime.api.lifecycle.InitialisationException
initialise in interface org.mule.runtime.api.lifecycle.Initialisableorg.mule.runtime.api.lifecycle.InitialisationExceptionpublic void start()
throws org.mule.runtime.api.exception.MuleException
start in interface org.mule.runtime.api.lifecycle.Startableorg.mule.runtime.api.exception.MuleExceptionpublic void stop()
throws org.mule.runtime.api.exception.MuleException
stop in interface org.mule.runtime.api.lifecycle.Stoppableorg.mule.runtime.api.exception.MuleExceptionpublic void dispose()
dispose in interface org.mule.runtime.api.lifecycle.DisposableCopyright © 2003–2021 MuleSoft, Inc.. All rights reserved.