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) |
createAnnotationInformation, fromMultiAnnotation, getAnnotationType, getMultiAnnotationType
protected javax.ejb.LockType fromAnnotation(org.jboss.jandex.AnnotationInstance annotationInstance)
fromAnnotation
in class ClassAnnotationInformationFactory<javax.ejb.Lock,javax.ejb.LockType>
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All rights reserved.