Package | Description |
---|---|
org.opennms.netmgt.config | |
org.opennms.netmgt.config.service |
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[] |
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.
|
static Service |
Service.unmarshal(Reader reader)
Method unmarshal.
|
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.
|
void |
ServiceConfiguration.setServiceCollection(List<Service> serviceList)
Deprecated.
|
Copyright © 2015. All Rights Reserved.