Interface RWSConfig

  • All Known Implementing Classes:
    RWSConfigFactory, RWSConfigManager

    public interface RWSConfig

    RWSConfig interface.

    Version:
    $Id: $
    Author:
    Mathew Brozowski TODO To change the template for this generated type comment go to Window - Preferences - Java - Code Style - Code Templates
    • Method Detail

      • getBase

        org.opennms.rancid.ConnectionProperties getBase()

        getBase

        Returns:
        a ConnectionProperties object.
      • getStandBy

        org.opennms.rancid.ConnectionProperties[] getStandBy()

        getStandBy

        Returns:
        an array of ConnectionProperties objects.
      • getNextStandBy

        org.opennms.rancid.ConnectionProperties getNextStandBy()

        getNextStandBy

        Returns:
        a ConnectionProperties object.
      • getBaseUrl

        BaseUrl getBaseUrl()

        getBaseUrl

        Returns:
        a BaseUrl object.
      • getStandbyUrls

        java.util.List<StandbyUrl> getStandbyUrls()

        getStandbyUrls

        Returns:
        an array of StandbyUrl objects.
      • hasStandbyUrl

        boolean hasStandbyUrl()

        hasStandbyUrl

        Returns:
        a boolean.
      • getReadLock

        java.util.concurrent.locks.Lock getReadLock()
      • getWriteLock

        java.util.concurrent.locks.Lock getWriteLock()