Class PerspectivePollJob

  • All Implemented Interfaces:
    org.quartz.Job

    public class PerspectivePollJob
    extends java.lang.Object
    implements org.quartz.Job
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String BACKEND  
      static java.lang.String SERVICE  
      static java.lang.String TRACER  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void execute​(org.quartz.JobExecutionContext context)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • PerspectivePollJob

        public PerspectivePollJob()
    • Method Detail

      • execute

        public void execute​(org.quartz.JobExecutionContext context)
        Specified by:
        execute in interface org.quartz.Job