public class EjbDeploymentAttachmentKeys extends Object
DeploymentUnitProcessor
attachment keys specific to EJB3 deployment
unit processors
Author: Jaikiran PaiModifier and Type | Field and Description |
---|---|
static AttachmentKey<ApplicationExceptionDescriptions> |
APPLICATION_EXCEPTION_DESCRIPTIONS |
static AttachmentKey<ApplicationExceptions> |
APPLICATION_EXCEPTION_DETAILS |
static AttachmentKey<org.jboss.ejb.client.EJBClientContext> |
EJB_CLIENT_CONTEXT |
static AttachmentKey<AttachmentList<EjbInjectionSource>> |
EJB_INJECTIONS |
static AttachmentKey<EjbJarDescription> |
EJB_JAR_DESCRIPTION |
static 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 AttachmentKey<AttachmentList<EjbJaccConfig>> |
JACC_PERMISSIONS |
static AttachmentKey<AttachmentList<InstalledComponent>> |
MANAGED_COMPONENTS
components that have been registered with the management API
|
Constructor and Description |
---|
EjbDeploymentAttachmentKeys() |
public static final 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 AttachmentKey<EjbJarDescription> EJB_JAR_DESCRIPTION
public static final AttachmentKey<ApplicationExceptionDescriptions> APPLICATION_EXCEPTION_DESCRIPTIONS
public static final AttachmentKey<ApplicationExceptions> APPLICATION_EXCEPTION_DETAILS
public static final AttachmentKey<AttachmentList<EjbInjectionSource>> EJB_INJECTIONS
public static final AttachmentKey<org.jboss.ejb.client.EJBClientContext> EJB_CLIENT_CONTEXT
public static final AttachmentKey<AttachmentList<InstalledComponent>> MANAGED_COMPONENTS
public static final AttachmentKey<AttachmentList<EjbJaccConfig>> JACC_PERMISSIONS
Copyright © 2015 JBoss by Red Hat. All rights reserved.