Class CriticalService
- java.lang.Object
-
- org.opennms.netmgt.config.snmpinterfacepoller.CriticalService
-
- All Implemented Interfaces:
Serializable
public class CriticalService extends Object implements 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(Object obj)
String
getName()
int
hashCode()
void
setName(String name)
-