public class EjbsContext extends AnnotationContext implements ComponentContext
Constructor and Description |
---|
EjbsContext(EjbContext[] ejbContexts)
Create a new instance of EjbContext.
|
EjbsContext(EjbDescriptor[] ejbDescs,
Class ejbClass) |
Modifier and Type | Method and Description |
---|---|
void |
endElement(ElementType type,
AnnotatedElement element)
After annotations for an annotated element are processed, the
endElement is called with the annotated element value and its type
|
String |
getComponentClassName() |
EjbContext[] |
getEjbContexts()
Note that, for performance, we don't make a safe copy of array here.
|
getProcessingContext, setProcessingContext, startElement
public EjbsContext(EjbDescriptor[] ejbDescs, Class ejbClass)
public EjbsContext(EjbContext[] ejbContexts)
public EjbContext[] getEjbContexts()
public void endElement(ElementType type, AnnotatedElement element)
AnnotatedElementHandler
endElement
in interface AnnotatedElementHandler
endElement
in class AnnotationContext
type
- the annotated element type (class, field, method...)element
- the annotated element we are done visiting.public String getComponentClassName()
getComponentClassName
in interface ComponentContext
Copyright © 2018. All rights reserved.