Package org.opennms.netmgt.config
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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.opennms.rancid.ConnectionProperties
getBase()
getBaseBaseUrl
getBaseUrl()
getBaseUrlorg.opennms.rancid.ConnectionProperties
getNextStandBy()
getNextStandByStandbyUrl
getNextStandbyUrl()
getNextStandbyUrlLock
getReadLock()
org.opennms.rancid.ConnectionProperties[]
getStandBy()
getStandByList<StandbyUrl>
getStandbyUrls()
getStandbyUrlsLock
getWriteLock()
boolean
hasStandbyUrl()
hasStandbyUrl
-
-
-
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.
-
getStandbyUrls
List<StandbyUrl> getStandbyUrls()
getStandbyUrls
- Returns:
- an array of
StandbyUrl
objects.
-
getNextStandbyUrl
StandbyUrl getNextStandbyUrl()
getNextStandbyUrl
- Returns:
- a
StandbyUrl
object.
-
hasStandbyUrl
boolean hasStandbyUrl()
hasStandbyUrl
- Returns:
- a boolean.
-
getReadLock
Lock getReadLock()
-
getWriteLock
Lock getWriteLock()
-
-