Package | Description |
---|---|
org.opennms.netmgt.config.service |
This file is part of OpenNMS(R).
|
Modifier and Type | Method and Description |
---|---|
Invoke[] |
Service.getInvoke()
Method getInvoke.Returns the contents of the collection in an Array.
|
Invoke |
Service.getInvoke(int index)
Method getInvoke.
|
Invoke |
Service.removeInvokeAt(int index)
Method removeInvokeAt.
|
Modifier and Type | Method and Description |
---|---|
Enumeration<Invoke> |
Service.enumerateInvoke()
Method enumerateInvoke.
|
List<Invoke> |
Service.getInvokeCollection()
Method getInvokeCollection.Returns a reference to '_invokeList'.
|
Iterator<Invoke> |
Service.iterateInvoke()
Method iterateInvoke.
|
Modifier and Type | Method and Description |
---|---|
void |
Service.addInvoke(int index,
Invoke vInvoke) |
void |
Service.addInvoke(Invoke vInvoke) |
boolean |
Service.removeInvoke(Invoke vInvoke)
Method removeInvoke.
|
void |
Service.setInvoke(int index,
Invoke vInvoke) |
void |
Service.setInvoke(Invoke[] vInvokeArray) |
Modifier and Type | Method and Description |
---|---|
void |
Service.setInvoke(List<Invoke> vInvokeList)
Sets the value of '_invokeList' by copying the given Vector.
|
Constructor and Description |
---|
Service(String name,
String className,
List<Attribute> attributes,
List<Invoke> invokes) |
Copyright © 2017. All rights reserved.