org.mule.umo.lifecycle
Interface Disposable

All Known Subinterfaces:
Lifecycle, LifecycleInterceptor, UMOAgent, UMOComponent, UMOConnector, UMOLifecycleAdapter, UMOManager, UMOMessageDispatcher, UMOMessageReceiver, UMOModel
All Known Implementing Classes:
AbstractConnector, AbstractEventLoggerAgent, AbstractMessageDispatcher, AbstractMessageReceiver, AbstractScriptComponent, BoundedPersistentQueue, DefaultLifecycleAdapter, DisposableThreadPool, ExpiryMonitor, JdmkAgent, JmsReplyToHandler, JmxAgent, Log4jAgent, MuleAdminAgent, MuleComponent, MuleManager, MuleModel, MuleProxy, Mx4jAgent, ServerEventManager, TcpMessageReceiver.TcpWorker, UdpMessageReceiver.UdpWorker

public interface Disposable

Disposable is a lifecycle interface that gets called at the dispose lifecycle stage of the implementing component as the component is being destroyed.

Version:
$Revision: 1.1.1.1 $
Author:
Ross Mason

Method Summary
 void dispose()
           
 

Method Detail

dispose

public void dispose()
             throws UMOException
Throws:
UMOException


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