Package org.mule.tests.api.pojos
Class LifecycleObject
java.lang.Object
org.mule.tests.internal.BaseLifecycleTracker
org.mule.tests.api.pojos.LifecycleObject
- All Implemented Interfaces:
org.mule.runtime.api.lifecycle.Disposable,org.mule.runtime.api.lifecycle.Initialisable,org.mule.runtime.api.lifecycle.Lifecycle,org.mule.runtime.api.lifecycle.Startable,org.mule.runtime.api.lifecycle.Stoppable,org.mule.runtime.core.api.context.MuleContextAware,LifecycleTracker
-
Field Summary
Fields inherited from interface org.mule.runtime.api.lifecycle.Disposable
PHASE_NAMEFields inherited from interface org.mule.runtime.api.lifecycle.Initialisable
PHASE_NAMEFields inherited from interface org.mule.runtime.api.lifecycle.Startable
PHASE_NAMEFields inherited from interface org.mule.runtime.api.lifecycle.Stoppable
PHASE_NAME -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidprotected voidonInit(org.mule.runtime.core.api.MuleContext muleContext) protected voidonSetMuleContext(org.mule.runtime.core.api.MuleContext muleContext) protected voidonStart()protected voidonStop()Methods inherited from class org.mule.tests.internal.BaseLifecycleTracker
addTrackingDataToRegistry, addTrackingDataToRegistry, dispose, getCalledPhases, initialise, setMuleContext, start, stop
-
Constructor Details
-
LifecycleObject
public LifecycleObject()
-
-
Method Details
-
onSetMuleContext
protected void onSetMuleContext(org.mule.runtime.core.api.MuleContext muleContext) - Overrides:
onSetMuleContextin classBaseLifecycleTracker
-
onInit
protected void onInit(org.mule.runtime.core.api.MuleContext muleContext) throws org.mule.runtime.api.lifecycle.InitialisationException - Overrides:
onInitin classBaseLifecycleTracker- Throws:
org.mule.runtime.api.lifecycle.InitialisationException
-
onStart
protected void onStart() throws org.mule.runtime.api.exception.MuleException- Overrides:
onStartin classBaseLifecycleTracker- Throws:
org.mule.runtime.api.exception.MuleException
-
onStop
protected void onStop() throws org.mule.runtime.api.exception.MuleException- Overrides:
onStopin classBaseLifecycleTracker- Throws:
org.mule.runtime.api.exception.MuleException
-
onDispose
protected void onDispose()- Overrides:
onDisposein classBaseLifecycleTracker
-
getOtherLifecycleObject
-