public interface ConnectionStrategy
Modifier and Type | Method and Description |
---|---|
void |
connect(Connectable connectable)
Attempts to connect to a resource according the strategy implemented
|
void connect(Connectable connectable) throws FatalConnectException
connectable
- the object to connect to a resourceFatalConnectException
- is thrown if the strategy finally fails to make
a connection.Copyright © 2003–2013 MuleSource, Inc.. All rights reserved.