Interface ReconnectingCDOSessionConfiguration

All Superinterfaces:
CDONet4jSessionConfiguration, CDOSessionConfiguration, CDOSessionConfiguration, org.eclipse.net4j.util.event.INotifier, RecoveringCDOSessionConfiguration

public interface ReconnectingCDOSessionConfiguration extends RecoveringCDOSessionConfiguration
A session configuration that recovers from network problems by attempting to reconnect to the same repository in specific intervals.
Since:
4.0
Author:
Caspar De Groot
No Implement
This interface is not intended to be implemented by clients.
No Extend
This interface is not intended to be extended by clients.
  • Method Details

    • getReconnectInterval

      long getReconnectInterval()
    • setReconnectInterval

      void setReconnectInterval(long interval)
    • getMaxReconnectAttempts

      int getMaxReconnectAttempts()
    • setMaxReconnectAttempts

      void setMaxReconnectAttempts(int attempts)