public class Attachments extends Object
Modifier and Type | Field and Description |
---|---|
static AttachmentKey<AttachmentList<ComponentDescription>> |
ADDITIONAL_RESOLVABLE_COMPONENTS
Additional (remote) components that can be resolved but are not installed.
|
static 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 a ear), the EJB spec semantics (for JNDI) expect that the application name is the
.ear name (or any configured value in application.xml).
|
static AttachmentKey<EEApplicationClasses> |
EE_APPLICATION_CLASSES_DESCRIPTION |
static AttachmentKey<EEApplicationDescription> |
EE_APPLICATION_DESCRIPTION |
static AttachmentKey<EEModuleConfiguration> |
EE_MODULE_CONFIGURATION |
static AttachmentKey<EEModuleDescription> |
EE_MODULE_DESCRIPTION |
static AttachmentKey<Set<org.jboss.msc.service.ServiceName>> |
FAILED_COMPONENTS
Components that failed during install.
|
static AttachmentKey<AttachmentList<MessageDestinationInjectionSource>> |
MESSAGE_DESTINATIONS
Any message destinations that need to be resolved.
|
static AttachmentKey<DeploymentDescriptorEnvironment> |
MODULE_DEPLOYMENT_DESCRIPTOR_ENVIRONMENT |
static AttachmentKey<AttachmentList<SetupAction>> |
OTHER_EE_SETUP_ACTIONS
A list of actions that should be performed for other non-web EE threads.
|
static AttachmentKey<EEResourceReferenceProcessorRegistry> |
RESOURCE_REFERENCE_PROCESSOR_REGISTRY |
static AttachmentKey<AttachmentList<SetupAction>> |
WEB_SETUP_ACTIONS
A list of actions that should be performed for every web invocation
|
Constructor and Description |
---|
Attachments() |
public static final AttachmentKey<EEApplicationDescription> EE_APPLICATION_DESCRIPTION
public static final AttachmentKey<EEApplicationClasses> EE_APPLICATION_CLASSES_DESCRIPTION
public static final AttachmentKey<EEModuleDescription> EE_MODULE_DESCRIPTION
public static final AttachmentKey<EEModuleConfiguration> EE_MODULE_CONFIGURATION
public static final AttachmentKey<DeploymentDescriptorEnvironment> MODULE_DEPLOYMENT_DESCRIPTOR_ENVIRONMENT
public static final AttachmentKey<Set<org.jboss.msc.service.ServiceName>> FAILED_COMPONENTS
public static final AttachmentKey<AttachmentList<SetupAction>> WEB_SETUP_ACTIONS
public static final AttachmentKey<AttachmentList<SetupAction>> OTHER_EE_SETUP_ACTIONS
public static final AttachmentKey<AttachmentList<ComponentDescription>> ADDITIONAL_RESOLVABLE_COMPONENTS
public static final AttachmentKey<String> EAR_APPLICATION_NAME
public static final AttachmentKey<AttachmentList<MessageDestinationInjectionSource>> MESSAGE_DESTINATIONS
public static final AttachmentKey<EEResourceReferenceProcessorRegistry> RESOURCE_REFERENCE_PROCESSOR_REGISTRY
Copyright © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.