|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.bm.ejb3metadata.annotations.analyzer.AbsAnnotationVisitor<T>
com.bm.ejb3metadata.annotations.analyzer.EnumAnnotationVisitor<T>
com.bm.ejb3metadata.annotations.analyzer.JavaxEjbTransactionAttributeVisitor<T>
T
- An implementation of ITransactionAttribute interface.public class JavaxEjbTransactionAttributeVisitor<T extends ITransactionAttribute>
This class manages the handling of @TransactionAttribute
annotation.
Field Summary | |
---|---|
static java.lang.String |
TYPE
Type of annotation. |
Constructor Summary | |
---|---|
JavaxEjbTransactionAttributeVisitor(T annotationMetadata)
Constructor. |
Method Summary | |
---|---|
java.lang.String |
getType()
|
void |
visitEnd()
Visits the end of the annotation. |
Methods inherited from class com.bm.ejb3metadata.annotations.analyzer.EnumAnnotationVisitor |
---|
getValue, visitEnum |
Methods inherited from class com.bm.ejb3metadata.annotations.analyzer.AbsAnnotationVisitor |
---|
getAnnotationMetadata, visit, visitAnnotation, visitArray |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.ejb3unit.asm.jar.AnnotationVisitor |
---|
visit, visitAnnotation, visitArray |
Field Detail |
---|
public static final java.lang.String TYPE
Constructor Detail |
---|
public JavaxEjbTransactionAttributeVisitor(T annotationMetadata)
annotationMetadata
- linked to a class or method metadataMethod Detail |
---|
public void visitEnd()
visitEnd
in interface org.ejb3unit.asm.jar.AnnotationVisitor
visitEnd
in class AbsAnnotationVisitor<T extends ITransactionAttribute>
public java.lang.String getType()
getType
in interface AnnotationType
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |