Schnittstelle ReconnectingCDOSessionConfiguration

Alle Superschnittstellen:
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.
Seit:
4.0
Autor:
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.
  • Methodendetails

    • getReconnectInterval

      long getReconnectInterval()
    • setReconnectInterval

      void setReconnectInterval(long interval)
    • getMaxReconnectAttempts

      int getMaxReconnectAttempts()
    • setMaxReconnectAttempts

      void setMaxReconnectAttempts(int attempts)