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.Serializable
Critical 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 boolean
equals(java.lang.Object obj)
java.lang.String
getName()
int
hashCode()
void
setName(java.lang.String name)
-