public class ConcurrentContextSetupAction extends Object implements org.jboss.as.server.deployment.SetupAction
Constructor and Description |
---|
ConcurrentContextSetupAction(ConcurrentContext concurrentContext) |
Modifier and Type | Method and Description |
---|---|
Set<org.jboss.msc.service.ServiceName> |
dependencies() |
ConcurrentContext |
getConcurrentContext() |
int |
priority() |
void |
setup(Map<String,Object> properties) |
void |
teardown(Map<String,Object> properties) |
public ConcurrentContextSetupAction(ConcurrentContext concurrentContext)
public void setup(Map<String,Object> properties)
setup
in interface org.jboss.as.server.deployment.SetupAction
public void teardown(Map<String,Object> properties)
teardown
in interface org.jboss.as.server.deployment.SetupAction
public int priority()
priority
in interface org.jboss.as.server.deployment.SetupAction
public Set<org.jboss.msc.service.ServiceName> dependencies()
dependencies
in interface org.jboss.as.server.deployment.SetupAction
public ConcurrentContext getConcurrentContext()
Copyright © 2016 JBoss by Red Hat. All rights reserved.