public class LockAnnotationInformationFactory extends ClassAnnotationInformationFactory<javax.ejb.Lock,javax.ejb.LockType>
Lock annotation on a session bean, which allows concurrent access (like @Singleton and @Stateful beans),
and its methods and updates the SessionBeanComponentDescription accordingly.| Modifier | Constructor and Description |
|---|---|
protected |
LockAnnotationInformationFactory() |
| Modifier and Type | Method and Description |
|---|---|
protected javax.ejb.LockType |
fromAnnotation(org.jboss.jandex.AnnotationInstance annotationInstance,
org.jboss.metadata.property.PropertyReplacer propertyReplacer) |
createAnnotationInformation, fromMultiAnnotation, getAnnotationType, getMultiAnnotationTypeprotected javax.ejb.LockType fromAnnotation(org.jboss.jandex.AnnotationInstance annotationInstance,
org.jboss.metadata.property.PropertyReplacer propertyReplacer)
fromAnnotation in class ClassAnnotationInformationFactory<javax.ejb.Lock,javax.ejb.LockType>Copyright © 2019 JBoss by Red Hat. All rights reserved.