Package | Description |
---|---|
org.opennms.netmgt.config | |
org.opennms.netmgt.config.xmlrpcd |
Modifier and Type | Method and Description |
---|---|
Collection<ExternalServers> |
XmlrpcdConfigFactory.getExternalServerCollection()
Retrieves configured list of xmlrpc servers and the events to which
they subscribe.
|
Enumeration<ExternalServers> |
XmlrpcdConfigFactory.getExternalServerEnumeration()
Retrieves configured list of xmlrpc servers and the events to which
they subscribe.
|
Modifier and Type | Method and Description |
---|---|
List<SubscribedEvent> |
XmlrpcdConfigFactory.getEventList(ExternalServers server)
Retrieves configured list of subscribed event uei for the given
subscribing server.
|
Modifier and Type | Method and Description |
---|---|
ExternalServers[] |
XmlrpcdConfiguration.getExternalServers()
Method getExternalServers.Returns the contents of the
collection in an Array.
|
ExternalServers |
XmlrpcdConfiguration.getExternalServers(int index)
Method getExternalServers.
|
ExternalServers |
XmlrpcdConfiguration.removeExternalServersAt(int index)
Method removeExternalServersAt.
|
static ExternalServers |
ExternalServers.unmarshal(Reader reader)
Method unmarshal.
|
Modifier and Type | Method and Description |
---|---|
Enumeration<ExternalServers> |
XmlrpcdConfiguration.enumerateExternalServers()
Method enumerateExternalServers.
|
List<ExternalServers> |
XmlrpcdConfiguration.getExternalServersCollection()
Method getExternalServersCollection.Returns a reference to
'_externalServersList'.
|
Iterator<ExternalServers> |
XmlrpcdConfiguration.iterateExternalServers()
Method iterateExternalServers.
|
Modifier and Type | Method and Description |
---|---|
void |
XmlrpcdConfiguration.addExternalServers(ExternalServers vExternalServers) |
void |
XmlrpcdConfiguration.addExternalServers(int index,
ExternalServers vExternalServers) |
boolean |
XmlrpcdConfiguration.removeExternalServers(ExternalServers vExternalServers)
Method removeExternalServers.
|
void |
XmlrpcdConfiguration.setExternalServers(ExternalServers[] vExternalServersArray) |
void |
XmlrpcdConfiguration.setExternalServers(int index,
ExternalServers vExternalServers) |
Modifier and Type | Method and Description |
---|---|
void |
XmlrpcdConfiguration.setExternalServers(List<ExternalServers> vExternalServersList)
Sets the value of '_externalServersList' by copying the
given Vector.
|
void |
XmlrpcdConfiguration.setExternalServersCollection(List<ExternalServers> externalServersList)
Deprecated.
|
Copyright © 2015. All rights reserved.