public class EjbsContext extends org.glassfish.apf.context.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) |
String |
getComponentClassName() |
EjbContext[] |
getEjbContexts()
Note that, for performance, we don't make a safe copy of array here.
|
public EjbsContext(EjbDescriptor[] ejbDescs, Class ejbClass)
public EjbsContext(EjbContext[] ejbContexts)
public EjbContext[] getEjbContexts()
public void endElement(ElementType type, AnnotatedElement element)
endElement in interface org.glassfish.apf.AnnotatedElementHandlerendElement in class org.glassfish.apf.context.AnnotationContextpublic String getComponentClassName()
getComponentClassName in interface ComponentContextCopyright © 2013. All Rights Reserved.