Class TimerServiceResource

    • Nested Class Summary

      • Nested classes/interfaces inherited from class org.jboss.as.controller.registry.DelegatingResource

        org.jboss.as.controller.registry.DelegatingResource.ResourceDelegateProvider
      • Nested classes/interfaces inherited from interface org.jboss.as.controller.registry.Resource

        org.jboss.as.controller.registry.Resource.Factory, org.jboss.as.controller.registry.Resource.NoSuchResourceException, org.jboss.as.controller.registry.Resource.ResourceEntry, org.jboss.as.controller.registry.Resource.Tools
    • Constructor Detail

      • TimerServiceResource

        public TimerServiceResource()
    • Method Detail

      • timerAdded

        public void timerAdded​(String id)
        Description copied from interface: TimerListener
        Registers a timer with the specified identifier.
        Specified by:
        timerAdded in interface TimerListener
        Parameters:
        id - an timer identifier.
      • timerRemoved

        public void timerRemoved​(String id)
        Description copied from interface: TimerListener
        Unregisters a timer with the specified identifier.
        Specified by:
        timerRemoved in interface TimerListener
        Parameters:
        id - an timer identifier.