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, startElementpublic EjbsContext(EjbDescriptor[] ejbDescs, Class ejbClass)
public EjbsContext(EjbContext[] ejbContexts)
public EjbContext[] getEjbContexts()
public void endElement(ElementType type, AnnotatedElement element)
AnnotatedElementHandlerendElement in interface AnnotatedElementHandlerendElement in class AnnotationContexttype - the annotated element type (class, field, method...)element - the annotated element we are done visiting.public String getComponentClassName()
getComponentClassName in interface ComponentContextCopyright © 2019. All rights reserved.