Class CriticalService
- java.lang.Object
-
- org.opennms.netmgt.config.snmpinterfacepoller.CriticalService
-
- All Implemented Interfaces:
java.io.Serializable
public class CriticalService extends java.lang.Object implements java.io.SerializableCritical service. Defining a critical service greatly reduces the traffic generated by the snmp poller when a service is DOWN. The snmp poller stop polling if one of the critical service is down on the SNMP primary node interface.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CriticalService()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object obj)java.lang.StringgetName()inthashCode()voidsetName(java.lang.String name)
-