public class Attachments extends Object
Modifier and Type | Field and Description |
---|---|
static org.jboss.as.server.deployment.AttachmentKey<org.jboss.as.server.deployment.AttachmentList<ComponentDescription>> |
ADDITIONAL_RESOLVABLE_COMPONENTS
Additional (remote) components that can be resolved but are not installed.
|
static org.jboss.as.server.deployment.AttachmentKey<ComponentRegistry> |
COMPONENT_REGISTRY |
static org.jboss.as.server.deployment.AttachmentKey<String> |
EAR_APPLICATION_NAME
Unlike the EE spec which says application name is the name of the top level deployment (even if it is just
a jar and not an ear), the EJB spec semantics (for JNDI) expect that the application name is the
.ear name (or any configured value in application.xml).
|
static org.jboss.as.server.deployment.AttachmentKey<EEApplicationClasses> |
EE_APPLICATION_CLASSES_DESCRIPTION |
static org.jboss.as.server.deployment.AttachmentKey<EEApplicationDescription> |
EE_APPLICATION_DESCRIPTION |
static org.jboss.as.server.deployment.AttachmentKey<EEModuleConfiguration> |
EE_MODULE_CONFIGURATION |
static org.jboss.as.server.deployment.AttachmentKey<EEModuleDescription> |
EE_MODULE_DESCRIPTION |
static org.jboss.as.server.deployment.AttachmentKey<Set<org.jboss.msc.service.ServiceName>> |
FAILED_COMPONENTS
Components that failed during install.
|
static org.jboss.as.server.deployment.AttachmentKey<org.jboss.as.server.deployment.AttachmentList<MessageDestinationInjectionSource>> |
MESSAGE_DESTINATIONS
Any message destinations that need to be resolved.
|
static org.jboss.as.server.deployment.AttachmentKey<DeploymentDescriptorEnvironment> |
MODULE_DEPLOYMENT_DESCRIPTOR_ENVIRONMENT |
static org.jboss.as.server.deployment.AttachmentKey<org.jboss.as.server.deployment.AttachmentList<org.jboss.as.server.deployment.SetupAction>> |
OTHER_EE_SETUP_ACTIONS
A list of actions that should be performed for other non-web EE threads.
|
static org.jboss.as.server.deployment.AttachmentKey<EEResourceReferenceProcessorRegistry> |
RESOURCE_REFERENCE_PROCESSOR_REGISTRY |
static org.jboss.as.server.deployment.AttachmentKey<StartupCountdown> |
STARTUP_COUNTDOWN |
static org.jboss.as.server.deployment.AttachmentKey<org.jboss.as.server.deployment.AttachmentList<org.jboss.as.server.deployment.SetupAction>> |
WEB_SETUP_ACTIONS
A list of actions that should be performed for every web invocation
|
Constructor and Description |
---|
Attachments() |
public static final org.jboss.as.server.deployment.AttachmentKey<EEApplicationDescription> EE_APPLICATION_DESCRIPTION
public static final org.jboss.as.server.deployment.AttachmentKey<EEApplicationClasses> EE_APPLICATION_CLASSES_DESCRIPTION
public static final org.jboss.as.server.deployment.AttachmentKey<EEModuleDescription> EE_MODULE_DESCRIPTION
public static final org.jboss.as.server.deployment.AttachmentKey<EEModuleConfiguration> EE_MODULE_CONFIGURATION
public static final org.jboss.as.server.deployment.AttachmentKey<DeploymentDescriptorEnvironment> MODULE_DEPLOYMENT_DESCRIPTOR_ENVIRONMENT
public static final org.jboss.as.server.deployment.AttachmentKey<Set<org.jboss.msc.service.ServiceName>> FAILED_COMPONENTS
public static final org.jboss.as.server.deployment.AttachmentKey<org.jboss.as.server.deployment.AttachmentList<org.jboss.as.server.deployment.SetupAction>> WEB_SETUP_ACTIONS
public static final org.jboss.as.server.deployment.AttachmentKey<org.jboss.as.server.deployment.AttachmentList<org.jboss.as.server.deployment.SetupAction>> OTHER_EE_SETUP_ACTIONS
public static final org.jboss.as.server.deployment.AttachmentKey<org.jboss.as.server.deployment.AttachmentList<ComponentDescription>> ADDITIONAL_RESOLVABLE_COMPONENTS
public static final org.jboss.as.server.deployment.AttachmentKey<String> EAR_APPLICATION_NAME
public static final org.jboss.as.server.deployment.AttachmentKey<org.jboss.as.server.deployment.AttachmentList<MessageDestinationInjectionSource>> MESSAGE_DESTINATIONS
public static final org.jboss.as.server.deployment.AttachmentKey<EEResourceReferenceProcessorRegistry> RESOURCE_REFERENCE_PROCESSOR_REGISTRY
public static final org.jboss.as.server.deployment.AttachmentKey<StartupCountdown> STARTUP_COUNTDOWN
public static final org.jboss.as.server.deployment.AttachmentKey<ComponentRegistry> COMPONENT_REGISTRY
Copyright © 2016 JBoss by Red Hat. All rights reserved.