Class ConcurrentContextSetupAction

java.lang.Object
org.jboss.as.ee.concurrent.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 Details

    • ConcurrentContextSetupAction

      public ConcurrentContextSetupAction(ConcurrentContext concurrentContext)
  • Method Details

    • 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
    • getConcurrentContext

      public ConcurrentContext getConcurrentContext()