org.smallmind.quorum.transport.message
Class ReconnectionPolicy

java.lang.Object
  extended by org.smallmind.quorum.transport.message.ReconnectionPolicy

public class ReconnectionPolicy
extends Object


Constructor Summary
ReconnectionPolicy()
           
 
Method Summary
 int getReconnectionAttempts()
           
 long getReconnectionDelayMilliseconds()
           
 void setReconnectionAttempts(int reconnectionAttempts)
           
 void setReconnectionDelayMilliseconds(long reconnectionDelayMilliseconds)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReconnectionPolicy

public ReconnectionPolicy()
Method Detail

getReconnectionAttempts

public int getReconnectionAttempts()

setReconnectionAttempts

public void setReconnectionAttempts(int reconnectionAttempts)

getReconnectionDelayMilliseconds

public long getReconnectionDelayMilliseconds()

setReconnectionDelayMilliseconds

public void setReconnectionDelayMilliseconds(long reconnectionDelayMilliseconds)


Copyright © 2012. All Rights Reserved.