Class PerspectiveServiceTracker
- java.lang.Object
-
- org.opennms.netmgt.perspectivepoller.PerspectiveServiceTracker
-
- All Implemented Interfaces:
org.springframework.beans.factory.DisposableBean
public class PerspectiveServiceTracker extends java.lang.Object implements org.springframework.beans.factory.DisposableBean
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfacePerspectiveServiceTracker.Listenerstatic classPerspectiveServiceTracker.ServicePerspectiveRef
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringREFRESH_RATE_LIMIT_PROPERTY
-
Constructor Summary
Constructors Constructor Description PerspectiveServiceTracker(SessionUtils sessionUtils, ApplicationDao applicationDao)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddestroy()voidhandleEvent(IEvent event)java.lang.AutoCloseabletrack(PerspectiveServiceTracker.Listener listener)
-
-
-
Field Detail
-
REFRESH_RATE_LIMIT_PROPERTY
public static final java.lang.String REFRESH_RATE_LIMIT_PROPERTY
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
PerspectiveServiceTracker
@Autowired public PerspectiveServiceTracker(SessionUtils sessionUtils, ApplicationDao applicationDao)
-
-
Method Detail
-
track
public java.lang.AutoCloseable track(PerspectiveServiceTracker.Listener listener)
-
destroy
public void destroy() throws java.lang.Exception- Specified by:
destroyin interfaceorg.springframework.beans.factory.DisposableBean- Throws:
java.lang.Exception
-
handleEvent
public void handleEvent(IEvent event)
-
-