Class ConcurrentContextSetupAction

  • All Implemented Interfaces:
    org.jboss.as.server.deployment.SetupAction

    public class ConcurrentContextSetupAction
    extends Object
    implements org.jboss.as.server.deployment.SetupAction
    Author:
    Eduardo Martins
    • Constructor Detail

      • ConcurrentContextSetupAction

        public ConcurrentContextSetupAction​(ConcurrentContext concurrentContext)
    • Method Detail

      • setup

        public void setup​(Map<String,​Object> properties)
        Specified by:
        setup in interface org.jboss.as.server.deployment.SetupAction
      • teardown

        public void teardown​(Map<String,​Object> properties)
        Specified by:
        teardown in interface org.jboss.as.server.deployment.SetupAction
      • priority

        public int priority()
        Specified by:
        priority in interface org.jboss.as.server.deployment.SetupAction
      • dependencies

        public Set<org.jboss.msc.service.ServiceName> dependencies()
        Specified by:
        dependencies in interface org.jboss.as.server.deployment.SetupAction