org.mule.transport
Class SingleAttemptConnectionStrategy
java.lang.Object
org.mule.transport.AbstractConnectionStrategy
org.mule.transport.SingleAttemptConnectionStrategy
- All Implemented Interfaces:
- ConnectionStrategy
public class SingleAttemptConnectionStrategy
- extends AbstractConnectionStrategy
Attempts to make a connection once and fails if there is an exception
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SingleAttemptConnectionStrategy
public SingleAttemptConnectionStrategy()
doConnect
public void doConnect(Connectable connectable)
throws FatalConnectException
- Specified by:
doConnect
in class AbstractConnectionStrategy
- Throws:
FatalConnectException
resetState
public void resetState()
- Resets any state stored in the retry strategy
- Specified by:
resetState
in class AbstractConnectionStrategy
Copyright © 2003-2008 MuleSource, Inc.. All Rights Reserved.