public class LifecycleObject extends Object implements org.mule.runtime.api.lifecycle.Lifecycle
| Constructor and Description |
|---|
LifecycleObject() |
| Modifier and Type | Method and Description |
|---|---|
void |
dispose() |
org.springframework.context.ApplicationContext |
getApplicationContext() |
List<String> |
getLifecycleInvocations() |
MuleContext |
getMuleContext() |
LifecycleObject |
getOtherLifecycleObject() |
void |
initialise() |
void |
setFailurePhase(String failurePhase) |
void |
setOtherLifecycleObject(LifecycleObject otherLifecycleObject) |
void |
start() |
void |
stop() |
public void setOtherLifecycleObject(LifecycleObject otherLifecycleObject)
public void setFailurePhase(String failurePhase)
public 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.Disposablepublic void start()
throws org.mule.runtime.api.exception.MuleException
start in interface org.mule.runtime.api.lifecycle.Startableorg.mule.runtime.api.exception.MuleExceptionpublic void initialise()
throws org.mule.runtime.api.lifecycle.InitialisationException
initialise in interface org.mule.runtime.api.lifecycle.Initialisableorg.mule.runtime.api.lifecycle.InitialisationExceptionpublic LifecycleObject getOtherLifecycleObject()
public org.springframework.context.ApplicationContext getApplicationContext()
public MuleContext getMuleContext()
Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.