Uses of Interface
org.mule.umo.provider.UMOConnectable

Packages that use UMOConnectable
org.mule.impl.internal.notifications Internal server notificationicationicationicationicationicationicationicationicationicationicationicationicationicationicationicationicationicationicationicationicationication types fired via the MuleManager. 
org.mule.providers Contains Abstract classes providing common functionality for all Mule providers. 
org.mule.umo.provider Contains the interfaces that comprise a provider implementation. 
 

Uses of UMOConnectable in org.mule.impl.internal.notifications
 

Constructors in org.mule.impl.internal.notifications with parameters of type UMOConnectable
ConnectionNotification(UMOConnectable resource, String identifier, int action)
           
 

Uses of UMOConnectable in org.mule.providers
 

Classes in org.mule.providers that implement UMOConnectable
 class AbstractConnector
          AbstractConnector provides base functionality for all connectors provided with Mule.
 class AbstractJndiConnector
          Code by (c) 2005 P.Oikari.
 class AbstractMessageDispatcher
          

AbstractMessageDispatcher provides a default dispatch (client) support for handling threads lifecycle and validation.

 class AbstractMessageReceiver
          AbstractMessageReceiver provides common methods for all Message Receivers provided with Mule.
 class AbstractServiceEnabledConnector
          AbstractServiceEnabledConnector initialises a connector from a service descriptor.
 class PollingMessageReceiver
           PollingMessageReceiver implements a polling message receiver.
 class TransactedPollingMessageReceiver
          The TransactedPollingMessageReceiver is an abstract receiver that handles polling and transaction management.
 

Methods in org.mule.providers with parameters of type UMOConnectable
 void AbstractConnectionStrategy.connect(UMOConnectable connectable)
           
abstract  void AbstractConnectionStrategy.doConnect(UMOConnectable connectable)
           
protected  String AbstractConnectionStrategy.getDescription(UMOConnectable connectable)
           
 void SimpleRetryConnectionStrategy.doConnect(UMOConnectable connectable)
           
 void ConnectionStrategy.connect(UMOConnectable connectable)
          Attempts to connect to a resource according the strategy implemented
 void SingleAttemptConnectionStrategy.doConnect(UMOConnectable connectable)
           
 

Uses of UMOConnectable in org.mule.umo.provider
 

Subinterfaces of UMOConnectable in org.mule.umo.provider
 interface UMOMessageDispatcher
          UMOMessageDispatcher is the interface responsible for distpatching events to a particular transport.
 interface UMOMessageReceiver
          UMOMessageReceiver is used to receive data from an external system.
 



Copyright © 2003-2006 MuleSource Inc.. All Rights Reserved.