Package | Description |
---|---|
org.opennms.netmgt.config.service |
This file is part of OpenNMS(R).
|
Modifier and Type | Method and Description |
---|---|
Attribute[] |
Service.getAttribute()
Method getAttribute.Returns the contents of the collection in an Array.
|
Attribute |
Service.getAttribute(int index)
Method getAttribute.
|
Attribute |
Service.removeAttributeAt(int index)
Method removeAttributeAt.
|
Modifier and Type | Method and Description |
---|---|
Enumeration<Attribute> |
Service.enumerateAttribute()
Method enumerateAttribute.
|
List<Attribute> |
Service.getAttributeCollection()
Method getAttributeCollection.Returns a reference to '_attributeList'.
|
Iterator<Attribute> |
Service.iterateAttribute()
Method iterateAttribute.
|
Modifier and Type | Method and Description |
---|---|
void |
Service.addAttribute(Attribute vAttribute) |
void |
Service.addAttribute(int index,
Attribute vAttribute) |
boolean |
Service.removeAttribute(Attribute vAttribute)
Method removeAttribute.
|
void |
Service.setAttribute(Attribute[] vAttributeArray) |
void |
Service.setAttribute(int index,
Attribute vAttribute) |
Modifier and Type | Method and Description |
---|---|
void |
Service.setAttribute(List<Attribute> vAttributeList)
Sets the value of '_attributeList' by copying the given Vector.
|
Constructor and Description |
---|
Service(String name,
String className,
List<Attribute> attributes,
List<Invoke> invokes) |
Copyright © 2017. All rights reserved.