org.mule.api.lifecycle
Interface Stoppable

All Known Subinterfaces:
Agent, Connector, Lifecycle, LifecycleAdapter, MessageReceiver, Model, MuleContext, MuleProxy, PersistenceManager, Service
All Known Implementing Classes:
AbstractAgent, AbstractConnector, AbstractJndiConnector, AbstractMessageReceiver, AbstractModel, AbstractNotificationLoggerAgent, AbstractPollingMessageReceiver, AbstractService, ConfigScannerAgent, DefaultLifecycleAdapter, DefaultMuleContext, DefaultMuleProxy, DirectModel, DirectService, EndpointNotificationLoggerAgent, InheritedModel, Log4jNotificationLoggerAgent, MuleAdminAgent, OptimisedMuleProxy, OptimisedSedaModel, OptimisedSedaService, PipelineModel, PipelineService, SedaModel, SedaService, TestAgent, TestConnector, TestConnector2, TestDefaultLifecycleAdapter, TestMuleProxy, TestSedaService, TransactedPollingMessageReceiver, WaterMelon

public interface Stoppable

Stoppable TODO (document class)


Field Summary
static String PHASE_NAME
           
 
Method Summary
 void stop()
           
 

Field Detail

PHASE_NAME

static final String PHASE_NAME
See Also:
Constant Field Values
Method Detail

stop

void stop()
          throws MuleException
Throws:
MuleException


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