Package org.mule.tests.api
Class LifecycleTrackerConfiguration
java.lang.Object
org.mule.tests.internal.BaseLifecycleTracker
org.mule.tests.api.LifecycleTrackerConfiguration
- 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
@Configuration(name="lifecycleTrackerConfig")
@Operations(LifecycleTrackerOperations.class)
@Sources(LifecycleTrackerSource.class)
public class LifecycleTrackerConfiguration
extends BaseLifecycleTracker
-
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
Methods inherited from class org.mule.tests.internal.BaseLifecycleTracker
addTrackingDataToRegistry, addTrackingDataToRegistry, dispose, getCalledPhases, initialise, onDispose, onSetMuleContext, onStart, onStop, setMuleContext, start, stop
-
Constructor Details
-
LifecycleTrackerConfiguration
public LifecycleTrackerConfiguration()
-
-
Method Details
-
getNested
-
setNested
-
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
-