Class PerspectiveServiceTracker
- java.lang.Object
-
- org.opennms.netmgt.perspectivepoller.PerspectiveServiceTracker
-
- All Implemented Interfaces:
org.springframework.beans.factory.DisposableBean
public class PerspectiveServiceTracker extends Object implements org.springframework.beans.factory.DisposableBean
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
PerspectiveServiceTracker.Listener
static class
PerspectiveServiceTracker.ServicePerspectiveRef
-
Field Summary
Fields Modifier and Type Field Description static String
REFRESH_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 void
destroy()
void
handleEvent(IEvent event)
AutoCloseable
track(PerspectiveServiceTracker.Listener listener)
-
-
-
Field Detail
-
REFRESH_RATE_LIMIT_PROPERTY
public static final String REFRESH_RATE_LIMIT_PROPERTY
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
PerspectiveServiceTracker
@Autowired public PerspectiveServiceTracker(SessionUtils sessionUtils, ApplicationDao applicationDao)
-
-
Method Detail
-
track
public AutoCloseable track(PerspectiveServiceTracker.Listener listener)
-
destroy
public void destroy() throws Exception
- Specified by:
destroy
in interfaceorg.springframework.beans.factory.DisposableBean
- Throws:
Exception
-
handleEvent
public void handleEvent(IEvent event)
-
-