Class ServiceConfiguration
- java.lang.Object
-
- org.opennms.netmgt.config.service.ServiceConfiguration
-
- All Implemented Interfaces:
Serializable
public class ServiceConfiguration extends Object implements Serializable
Top-level element for the service-configuration.xml configuration file.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ServiceConfiguration()
ServiceConfiguration(List<Service> services)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addService(Service service)
boolean
equals(Object obj)
List<Service>
getServices()
int
hashCode()
boolean
removeService(Service service)
void
setServices(List<Service> services)
-