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
Methods inherited from interface org.mule.umo.lifecycle.Startable |
start |
Methods inherited from interface org.mule.umo.lifecycle.Stoppable |
stop |
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.