org.mule.umo.lifecycle
Interface UMOLifecycleAdapter

All Superinterfaces:
Disposable, Initialisable, Lifecycle, Startable, Stoppable, UMOInterceptor
All Known Implementing Classes:
DefaultLifecycleAdapter, TestDefaultLifecycleAdapter

public interface UMOLifecycleAdapter
extends Lifecycle, Initialisable, UMOInterceptor

UMOLifecycleAdapter TODO (document class)


Method Summary
 UMODescriptor getDescriptor()
           
 boolean isDisposed()
           
 boolean isStarted()
           
 
Methods inherited from interface org.mule.umo.lifecycle.Startable
start
 
Methods inherited from interface org.mule.umo.lifecycle.Stoppable
stop
 
Methods inherited from interface org.mule.umo.lifecycle.Disposable
dispose
 
Methods inherited from interface org.mule.umo.lifecycle.Initialisable
initialise
 
Methods inherited from interface org.mule.umo.UMOInterceptor
intercept
 

Method Detail

isStarted

boolean isStarted()

isDisposed

boolean isDisposed()

getDescriptor

UMODescriptor getDescriptor()


Copyright © 2003-2008 MuleSource, Inc.. All Rights Reserved.