public class EjbDeploymentAttachmentKeys extends Object
DeploymentUnitProcessor attachment keys specific to EJB3 deployment
unit processors
Author: Jaikiran Pai| Modifier and Type | Field and Description |
|---|---|
static org.jboss.as.server.deployment.AttachmentKey<ApplicationExceptionDescriptions> |
APPLICATION_EXCEPTION_DESCRIPTIONS |
static org.jboss.as.server.deployment.AttachmentKey<ApplicationExceptions> |
APPLICATION_EXCEPTION_DETAILS |
static org.jboss.as.server.deployment.AttachmentKey<EJBClientContextService> |
EJB_CLIENT_CONTEXT_SERVICE |
static org.jboss.as.server.deployment.AttachmentKey<org.jboss.msc.service.ServiceName> |
EJB_CLIENT_CONTEXT_SERVICE_NAME |
static org.jboss.as.server.deployment.AttachmentKey<org.jboss.as.server.deployment.AttachmentList<EjbInjectionSource>> |
EJB_INJECTIONS |
static org.jboss.as.server.deployment.AttachmentKey<EjbJarDescription> |
EJB_JAR_DESCRIPTION |
static org.jboss.as.server.deployment.AttachmentKey<org.jboss.metadata.ejb.spec.EjbJarMetaData> |
EJB_JAR_METADATA
Attachment key to the
EjbJarMetaData attachment representing the metadata created out of the ejb-jar.xml
deployment descriptor |
static org.jboss.as.server.deployment.AttachmentKey<org.jboss.msc.service.ServiceName> |
EJB_REMOTING_PROFILE_SERVICE_NAME |
static org.jboss.as.server.deployment.AttachmentKey<org.jboss.as.server.deployment.AttachmentList<EjbJaccConfig>> |
JACC_PERMISSIONS |
static org.jboss.as.server.deployment.AttachmentKey<org.jboss.as.server.deployment.AttachmentList<InstalledComponent>> |
MANAGED_COMPONENTS
components that have been registered with the management API
|
| Constructor and Description |
|---|
EjbDeploymentAttachmentKeys() |
public static final org.jboss.as.server.deployment.AttachmentKey<org.jboss.metadata.ejb.spec.EjbJarMetaData> EJB_JAR_METADATA
EjbJarMetaData attachment representing the metadata created out of the ejb-jar.xml
deployment descriptorpublic static final org.jboss.as.server.deployment.AttachmentKey<EjbJarDescription> EJB_JAR_DESCRIPTION
public static final org.jboss.as.server.deployment.AttachmentKey<ApplicationExceptionDescriptions> APPLICATION_EXCEPTION_DESCRIPTIONS
public static final org.jboss.as.server.deployment.AttachmentKey<ApplicationExceptions> APPLICATION_EXCEPTION_DETAILS
public static final org.jboss.as.server.deployment.AttachmentKey<org.jboss.as.server.deployment.AttachmentList<EjbInjectionSource>> EJB_INJECTIONS
public static final org.jboss.as.server.deployment.AttachmentKey<EJBClientContextService> EJB_CLIENT_CONTEXT_SERVICE
public static final org.jboss.as.server.deployment.AttachmentKey<org.jboss.msc.service.ServiceName> EJB_CLIENT_CONTEXT_SERVICE_NAME
public static final org.jboss.as.server.deployment.AttachmentKey<org.jboss.msc.service.ServiceName> EJB_REMOTING_PROFILE_SERVICE_NAME
public static final org.jboss.as.server.deployment.AttachmentKey<org.jboss.as.server.deployment.AttachmentList<InstalledComponent>> MANAGED_COMPONENTS
public static final org.jboss.as.server.deployment.AttachmentKey<org.jboss.as.server.deployment.AttachmentList<EjbJaccConfig>> JACC_PERMISSIONS
Copyright © 2022 JBoss by Red Hat. All rights reserved.