org.mule.api.component
Interface LifecycleAdapter
- All Superinterfaces:
- Disposable, Initialisable, Lifecycle, Startable, Stoppable
- All Known Implementing Classes:
- DefaultLifecycleAdapter, NullLifecycleAdapter
public interface LifecycleAdapter
- extends Lifecycle
LifecycleAdapter is a wrapper around a pojo service that adds
Lifecycle methods to the pojo. It also associates the pojo service with its
Service object.
- See Also:
Service
| Methods inherited from interface org.mule.api.lifecycle.Startable |
start |
| Methods inherited from interface org.mule.api.lifecycle.Stoppable |
stop |
isStarted
boolean isStarted()
isDisposed
boolean isDisposed()
invoke
Object invoke(MuleEvent message)
throws MuleException
- Throws:
MuleException
Copyright © 2003-2009 MuleSource, Inc.. All Rights Reserved.