Interface TimerAnnotationHelper.ManagedTimerGroup

    • Method Detail

      • add

        @ManagedOperation
        @Description("Add a new Timer or TimerGroup to this TimerGroup")
        boolean add​(org.glassfish.pfl.tf.timer.spi.Controllable con)
        Specified by:
        add in interface org.glassfish.pfl.tf.timer.spi.TimerGroup
      • remove

        @ManagedOperation
        @Description("Remove a new Timer or TimerGroup from this TimerGroup")
        boolean remove​(org.glassfish.pfl.tf.timer.spi.Controllable con)
        Specified by:
        remove in interface org.glassfish.pfl.tf.timer.spi.TimerGroup