Package | Description |
---|---|
org.opennms.netmgt.config | |
org.opennms.netmgt.config.rws |
Modifier and Type | Method and Description |
---|---|
StandbyUrl |
RWSConfig.getNextStandbyUrl()
getNextStandbyUrl
|
StandbyUrl |
RWSConfigManager.getNextStandbyUrl()
getNextStandbyUrl
|
StandbyUrl[] |
RWSConfig.getStanbyUrls()
getStanbyUrls
|
StandbyUrl[] |
RWSConfigManager.getStanbyUrls()
getStanbyUrls
|
Modifier and Type | Method and Description |
---|---|
StandbyUrl[] |
RwsConfiguration.getStandbyUrl()
Method getStandbyUrl.Returns the contents of the collection
in an Array.
|
StandbyUrl |
RwsConfiguration.getStandbyUrl(int index)
Method getStandbyUrl.
|
StandbyUrl |
RwsConfiguration.removeStandbyUrlAt(int index)
Method removeStandbyUrlAt.
|
static StandbyUrl |
StandbyUrl.unmarshal(Reader reader)
Method unmarshal.
|
Modifier and Type | Method and Description |
---|---|
Enumeration<StandbyUrl> |
RwsConfiguration.enumerateStandbyUrl()
Method enumerateStandbyUrl.
|
List<StandbyUrl> |
RwsConfiguration.getStandbyUrlCollection()
Method getStandbyUrlCollection.Returns a reference to
'_standbyUrlList'.
|
Iterator<StandbyUrl> |
RwsConfiguration.iterateStandbyUrl()
Method iterateStandbyUrl.
|
Modifier and Type | Method and Description |
---|---|
void |
RwsConfiguration.addStandbyUrl(int index,
StandbyUrl vStandbyUrl) |
void |
RwsConfiguration.addStandbyUrl(StandbyUrl vStandbyUrl) |
boolean |
RwsConfiguration.removeStandbyUrl(StandbyUrl vStandbyUrl)
Method removeStandbyUrl.
|
void |
RwsConfiguration.setStandbyUrl(int index,
StandbyUrl vStandbyUrl) |
void |
RwsConfiguration.setStandbyUrl(StandbyUrl[] vStandbyUrlArray) |
Modifier and Type | Method and Description |
---|---|
void |
RwsConfiguration.setStandbyUrl(List<StandbyUrl> vStandbyUrlList)
Sets the value of '_standbyUrlList' by copying the given
Vector.
|
void |
RwsConfiguration.setStandbyUrlCollection(List<StandbyUrl> standbyUrlList)
Deprecated.
|
Copyright © 2017. All rights reserved.