Class ConcurrencyManagementAnnotationInformationFactory
- java.lang.Object
-
- org.jboss.as.ee.metadata.ClassAnnotationInformationFactory<javax.ejb.ConcurrencyManagement,javax.ejb.ConcurrencyManagementType>
-
- org.jboss.as.ejb3.deployment.processors.annotation.ConcurrencyManagementAnnotationInformationFactory
-
public class ConcurrencyManagementAnnotationInformationFactory extends ClassAnnotationInformationFactory<javax.ejb.ConcurrencyManagement,javax.ejb.ConcurrencyManagementType>
Processes theConcurrencyManagementannotation on a session bean- Author:
- Stuart Douglas
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedConcurrencyManagementAnnotationInformationFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected javax.ejb.ConcurrencyManagementTypefromAnnotation(org.jboss.jandex.AnnotationInstance annotationInstance, org.jboss.metadata.property.PropertyReplacer propertyReplacer)-
Methods inherited from class org.jboss.as.ee.metadata.ClassAnnotationInformationFactory
createAnnotationInformation, fromMultiAnnotation, getAnnotationType, getMultiAnnotationType
-
-
-
-
Method Detail
-
fromAnnotation
protected javax.ejb.ConcurrencyManagementType fromAnnotation(org.jboss.jandex.AnnotationInstance annotationInstance, org.jboss.metadata.property.PropertyReplacer propertyReplacer)- Specified by:
fromAnnotationin classClassAnnotationInformationFactory<javax.ejb.ConcurrencyManagement,javax.ejb.ConcurrencyManagementType>
-
-