|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.devexperts.qd.qtp.ReconnectHelper
public final class ReconnectHelper
Helper class to manage reconnection delay for message connectors.
New instance of this class is require to track reconnection "from scratch" which
usually happens when connector is restarted via user action.
This class should be used only from com.devexperts.qd.qtp
subpackages.
Constructor Summary | |
---|---|
ReconnectHelper(long reconnectDelay)
|
Method Summary | |
---|---|
void |
sleepBeforeConnection()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ReconnectHelper(long reconnectDelay)
Method Detail |
---|
public void sleepBeforeConnection() throws java.lang.InterruptedException
java.lang.InterruptedException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |