Class LockAnnotationInformationFactory
java.lang.Object
org.jboss.as.ee.metadata.ClassAnnotationInformationFactory<jakarta.ejb.Lock,jakarta.ejb.LockType>
org.jboss.as.ejb3.deployment.processors.annotation.LockAnnotationInformationFactory
public class LockAnnotationInformationFactory
extends ClassAnnotationInformationFactory<jakarta.ejb.Lock,jakarta.ejb.LockType>
Processes the
Lock annotation on a session bean, which allows concurrent access (like @Singleton and @Stateful beans),
and its methods and updates the SessionBeanComponentDescription accordingly.- Author:
- Stuart Douglas
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected jakarta.ejb.LockTypefromAnnotation(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
-
Constructor Details
-
LockAnnotationInformationFactory
protected LockAnnotationInformationFactory()
-
-
Method Details
-
fromAnnotation
protected jakarta.ejb.LockType fromAnnotation(org.jboss.jandex.AnnotationInstance annotationInstance, org.jboss.metadata.property.PropertyReplacer propertyReplacer) - Specified by:
fromAnnotationin classClassAnnotationInformationFactory<jakarta.ejb.Lock,jakarta.ejb.LockType>
-