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.SetupActionpublic void teardown(Map<String,Object> properties)
teardown in interface org.jboss.as.server.deployment.SetupActionpublic int priority()
priority in interface org.jboss.as.server.deployment.SetupActionpublic Set<org.jboss.msc.service.ServiceName> dependencies()
dependencies in interface org.jboss.as.server.deployment.SetupActionpublic ConcurrentContext getConcurrentContext()
Copyright © 2020 JBoss by Red Hat. All rights reserved.