Package | Description |
---|---|
org.opennms.netmgt.config | |
org.opennms.netmgt.config.api | |
org.opennms.netmgt.config.service |
This file is part of OpenNMS(R).
|
Modifier and Type | Method and Description |
---|---|
Service[] |
ServiceConfigFactory.getServices()
Returns an array of all the defined configuration information for the
Services.
|
Modifier and Type | Method and Description |
---|---|
Service[] |
ServiceConfigFactory.getServices() |
Modifier and Type | Method and Description |
---|---|
Service[] |
ServiceConfiguration.getService()
Method getService.Returns the contents of the collection in an Array.
|
Service |
ServiceConfiguration.getService(int index)
Method getService.
|
Service |
ServiceConfiguration.removeServiceAt(int index)
Method removeServiceAt.
|
Modifier and Type | Method and Description |
---|---|
Enumeration<Service> |
ServiceConfiguration.enumerateService()
Method enumerateService.
|
List<Service> |
ServiceConfiguration.getServiceCollection()
Method getServiceCollection.Returns a reference to '_serviceList'.
|
Iterator<Service> |
ServiceConfiguration.iterateService()
Method iterateService.
|
Modifier and Type | Method and Description |
---|---|
void |
ServiceConfiguration.addService(int index,
Service vService) |
void |
ServiceConfiguration.addService(Service vService) |
boolean |
ServiceConfiguration.removeService(Service vService)
Method removeService.
|
void |
ServiceConfiguration.setService(int index,
Service vService) |
void |
ServiceConfiguration.setService(Service[] vServiceArray) |
Modifier and Type | Method and Description |
---|---|
void |
ServiceConfiguration.setService(List<Service> vServiceList)
Sets the value of '_serviceList' by copying the given Vector.
|
Constructor and Description |
---|
ServiceConfiguration(List<Service> serviceList) |
Copyright © 2015. All rights reserved.