|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use ConnectionStrategy | |
| org.mule.config | Providers Mule Xml configuration support and general configuration classes. |
| org.mule.providers | Contains Abstract classes providing common functionality for all Mule providers. |
| Uses of ConnectionStrategy in org.mule.config |
| Methods in org.mule.config that return ConnectionStrategy | |
ConnectionStrategy |
MuleConfiguration.getConnectionStrategy()
Returns a clone of the default Connection strategy. |
| Methods in org.mule.config with parameters of type ConnectionStrategy | |
void |
MuleConfiguration.setConnectionStrategy(ConnectionStrategy connectionStrategy)
Sets the connection strategy used by all connectors managed in this Mule instance if the connector has no connection strategy specifically set on it. |
| Uses of ConnectionStrategy in org.mule.providers |
| Classes in org.mule.providers that implement ConnectionStrategy | |
class |
AbstractConnectionStrategy
TODO document |
class |
SimpleRetryConnectionStrategy
A simple connection retry strategy where the a connection will be attempted X number of retryCount every Y milliseconds. |
class |
SingleAttemptConnectionStrategy
Attempts to make a connection once and fails if there is an exception |
| Fields in org.mule.providers declared as ConnectionStrategy | |
protected ConnectionStrategy |
AbstractMessageDispatcher.connectionStrategy
|
protected ConnectionStrategy |
AbstractMessageReceiver.connectionStrategy
|
| Methods in org.mule.providers that return ConnectionStrategy | |
ConnectionStrategy |
AbstractConnector.getConnectionStrategy()
|
| Methods in org.mule.providers with parameters of type ConnectionStrategy | |
void |
AbstractConnector.setConnectionStrategy(ConnectionStrategy connectionStrategy)
|
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||