Package | Description |
---|---|
org.opennms.netmgt.config.service |
This file is part of OpenNMS(R).
|
Modifier and Type | Method and Description |
---|---|
List<Invoke> |
Service.getInvokes() |
Modifier and Type | Method and Description |
---|---|
void |
Service.addInvoke(Invoke invoke) |
boolean |
Service.removeInvoke(Invoke invoke) |
Modifier and Type | Method and Description |
---|---|
void |
Service.setInvokes(List<Invoke> invokes) |
Constructor and Description |
---|
Service(String name,
String className,
List<Attribute> attributes,
List<Invoke> invokes) |
Copyright © 2021. All rights reserved.