Package org.jboss.as.ee.component
Class ConcurrencyAttachments
java.lang.Object
org.jboss.as.ee.component.ConcurrencyAttachments
- Author:
- emartins
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final org.jboss.as.server.deployment.AttachmentKey<Map<ComponentConfiguration,List<ContextHandleFactory>>> static final org.jboss.as.server.deployment.AttachmentKey<org.jboss.as.server.deployment.AttachmentList<ContextHandleFactory>>static final org.jboss.as.server.deployment.AttachmentKey<org.jboss.as.server.deployment.SetupAction> -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
ADDITIONAL_FACTORIES
public static final org.jboss.as.server.deployment.AttachmentKey<org.jboss.as.server.deployment.AttachmentList<ContextHandleFactory>> ADDITIONAL_FACTORIES -
ADDITIONAL_COMPONENT_FACTORIES
public static final org.jboss.as.server.deployment.AttachmentKey<Map<ComponentConfiguration,List<ContextHandleFactory>>> ADDITIONAL_COMPONENT_FACTORIES -
CONCURRENT_CONTEXT_SETUP_ACTION
public static final org.jboss.as.server.deployment.AttachmentKey<org.jboss.as.server.deployment.SetupAction> CONCURRENT_CONTEXT_SETUP_ACTION
-
-
Constructor Details
-
ConcurrencyAttachments
public ConcurrencyAttachments()
-