org.mule.umo.lifecycle
Interface UMOLifecycleAdapter

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

public interface UMOLifecycleAdapter
extends Lifecycle, Initialisable, UMOInterceptor

UMOLifecycleAdapter TODO (document class)

Version:
$Revision: 1.1.1.1 $
Author:
Ross Mason

Method Summary
 UMODescriptor getDescriptor()
           
 boolean isDisposed()
           
 boolean isStarted()
           
 java.lang.Object onCall(UMOEvent event)
           
 
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

public boolean isStarted()

isDisposed

public boolean isDisposed()

getDescriptor

public UMODescriptor getDescriptor()

onCall

public java.lang.Object onCall(UMOEvent event)
                        throws UMOException
Throws:
UMOException


Copyright © 2003-2005 SymphonySoft Limited. All Rights Reserved.