Class TimerServiceResourceDefinition<T extends EJBComponent>

  • All Implemented Interfaces:
    org.jboss.as.controller.ResourceDefinition

    public class TimerServiceResourceDefinition<T extends EJBComponent>
    extends org.jboss.as.controller.SimpleResourceDefinition
    ResourceDefinition for the timer-service resource for runtime ejb deployment. As of now this is dummy path impl, since mgmt ops are supported by top level service=timer-service
    Author:
    baranowb
    • Nested Class Summary

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

        org.jboss.as.controller.SimpleResourceDefinition.Parameters
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void registerChildren​(org.jboss.as.controller.registry.ManagementResourceRegistration resourceRegistration)  
      • Methods inherited from class org.jboss.as.controller.SimpleResourceDefinition

        getAccessConstraints, getAddOperationParameters, getDeprecationData, getDescriptionProvider, getFlagsSet, getMaxOccurs, getMinOccurs, getPathElement, getResourceDescriptionResolver, isFeature, isOrderedChild, isRuntime, registerAdditionalRuntimePackages, registerAddOperation, registerAddOperation, registerAttributes, registerCapabilities, registerNotifications, registerOperations, registerRemoveOperation, registerRemoveOperation, setDeprecated
    • Method Detail

      • registerChildren

        public void registerChildren​(org.jboss.as.controller.registry.ManagementResourceRegistration resourceRegistration)
        Specified by:
        registerChildren in interface org.jboss.as.controller.ResourceDefinition
        Overrides:
        registerChildren in class org.jboss.as.controller.SimpleResourceDefinition