|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ConnectionStrategy
Allows developers to plug in customised reconnection behaviour
Method Summary | |
---|---|
void |
connect(Connectable connectable)
Attempts to connect to a resource according the strategy implemented |
Method Detail |
---|
void connect(Connectable connectable) throws FatalConnectException
connectable
- the object to connect to a resource
FatalConnectException
- is thrown if the strategy finally fails to make
a connection.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |