Uses of Class
org.opennms.netmgt.passive.PassiveStatusKey
-
Packages that use PassiveStatusKey Package Description org.opennms.netmgt.passive -
-
Uses of PassiveStatusKey in org.opennms.netmgt.passive
Methods in org.opennms.netmgt.passive that return PassiveStatusKey Modifier and Type Method Description PassiveStatusKey
PassiveStatusValue. getKey()
getKeyMethods in org.opennms.netmgt.passive with parameters of type PassiveStatusKey Modifier and Type Method Description void
PassiveStatusKeeper. setStatus(PassiveStatusKey key, PollStatus pollStatus)
setStatusConstructors in org.opennms.netmgt.passive with parameters of type PassiveStatusKey Constructor Description PassiveStatusValue(PassiveStatusKey key, PollStatus status)
Constructor for PassiveStatusValue.
-