public class WeldContextSetup extends Object implements SetupAction
| Constructor and Description |
|---|
WeldContextSetup() |
| Modifier and Type | Method and Description |
|---|---|
Set<org.jboss.msc.service.ServiceName> |
dependencies()
Any dependencies that this action requires
|
int |
priority()
Higher priority setup actions run first
|
void |
setup(Map<String,Object> properties)
Sets up the context.
|
void |
teardown(Map<String,Object> properties)
Tears down the context that was set up and restores the previous context state.
|
public void setup(Map<String,Object> properties)
SetupActionSetupAction.teardown(java.util.Map) method will not be called, so this
method should be implmeneted in an atomic manner.setup in interface SetupActionpublic void teardown(Map<String,Object> properties)
SetupActionteardown in interface SetupActionpublic Set<org.jboss.msc.service.ServiceName> dependencies()
SetupActiondependencies in interface SetupActionpublic int priority()
SetupActionpriority in interface SetupActionCopyright © 2014 JBoss by Red Hat. All rights reserved.