Uses of Class
org.opennms.netmgt.threshd.api.ThresholdInitializationException
-
Packages that use ThresholdInitializationException Package Description org.opennms.netmgt.threshd org.opennms.netmgt.threshd.api -
-
Uses of ThresholdInitializationException in org.opennms.netmgt.threshd
Methods in org.opennms.netmgt.threshd that throw ThresholdInitializationException Modifier and Type Method Description void
ThresholdingSessionImpl. accept(CollectionSet collectionSet)
ThresholdingSession
ThresholdingServiceImpl. createSession(int nodeId, java.lang.String hostAddress, java.lang.String serviceName, RrdRepository repository, ServiceParameters serviceParams)
ThresholdingSet
DefaultThresholdingSetPersister. getThresholdingSet(ThresholdingSession session, ThresholdingEventProxy eventProxy)
ThresholdingVisitorImpl
ThresholdingServiceImpl. getThresholdingVistor(ThresholdingSession session, java.lang.Long sequenceNumber)
protected void
ThresholdingSetImpl. initialize()
protected void
ThresholdingSetImpl. initThresholdsDao()
void
ThresholdingVisitorImpl. reloadScheduledOutages()
Constructors in org.opennms.netmgt.threshd that throw ThresholdInitializationException Constructor Description ThresholdingSetImpl(int nodeId, java.lang.String hostAddress, java.lang.String serviceName, RrdRepository repository, ServiceParameters svcParams, ResourceStorageDao resourceStorageDao, ThresholdingEventProxy eventProxy, ThresholdingSession thresholdingSession, ReadableThreshdDao threshdDao, ReadableThresholdingDao thresholdingDao, ReadablePollOutagesDao pollOutagesDao, IfLabel ifLabelDao, EntityScopeProvider entityScopeProvider)
-
Uses of ThresholdInitializationException in org.opennms.netmgt.threshd.api
Methods in org.opennms.netmgt.threshd.api that throw ThresholdInitializationException Modifier and Type Method Description void
ThresholdingSession. accept(CollectionSet collectionSet)
Accepts aCollectionSet
for threshold evaluation.ThresholdingSession
ThresholdingService. createSession(int nodeId, java.lang.String hostAddress, java.lang.String serviceName, RrdRepository rrdRepository, ServiceParameters serviceParameters)
Creates a session to perform Thresholding against.ThresholdingSet
ThresholdingSetPersister. getThresholdingSet(ThresholdingSession session, ThresholdingEventProxy eventProxy)
-