|
||||||||||
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.JavaxEjbEJBVisitor<ClassAnnotationMetadata>
com.bm.ejb3metadata.annotations.analyzer.classes.JavaxEjbEJBsVisitor
public class JavaxEjbEJBsVisitor
This class manages the handling of @EJBs
annotation.
Field Summary | |
---|---|
static java.lang.String |
TYPE
Type of annotation. |
Constructor Summary | |
---|---|
JavaxEjbEJBsVisitor(ClassAnnotationMetadata annotationMetadata)
Constructor. |
Method Summary | |
---|---|
java.lang.String |
getType()
|
void |
visit(java.lang.String name,
java.lang.Object value)
Visits a primitive value of the annotation. |
void |
visitEnd()
Visits the end of the annotation. |
Methods inherited from class com.bm.ejb3metadata.annotations.analyzer.JavaxEjbEJBVisitor |
---|
getJEjbEJB, setJEjbEJB |
Methods inherited from class com.bm.ejb3metadata.annotations.analyzer.AbsAnnotationVisitor |
---|
getAnnotationMetadata, visitAnnotation, visitArray, visitEnum |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String TYPE
Constructor Detail |
---|
public JavaxEjbEJBsVisitor(ClassAnnotationMetadata annotationMetadata)
annotationMetadata
- linked to a class or method metadataMethod Detail |
---|
public void visit(java.lang.String name, java.lang.Object value)
visit
in interface org.ejb3unit.asm.jar.AnnotationVisitor
visit
in class JavaxEjbEJBVisitor<ClassAnnotationMetadata>
name
- the value name.value
- the actual value, whose type must be Byte
,
Boolean
, Character
, Short
,
Integer
, Long
, Float
, Double
,
String
or org.ejb3unit.asm.Type
.public void visitEnd()
visitEnd
in interface org.ejb3unit.asm.jar.AnnotationVisitor
visitEnd
in class JavaxEjbEJBVisitor<ClassAnnotationMetadata>
public java.lang.String getType()
getType
in interface AnnotationType
getType
in class JavaxEjbEJBVisitor<ClassAnnotationMetadata>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |