Class PerspectiveServiceTracker

  • All Implemented Interfaces:
    org.springframework.beans.factory.DisposableBean

    public class PerspectiveServiceTracker
    extends java.lang.Object
    implements org.springframework.beans.factory.DisposableBean
    • 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

      • destroy

        public void destroy()
                     throws java.lang.Exception
        Specified by:
        destroy in interface org.springframework.beans.factory.DisposableBean
        Throws:
        java.lang.Exception
      • handleEvent

        public void handleEvent​(IEvent event)