public class EJBApiAbstraction extends ApiAbstraction implements Service
ApiAbstraction.Dummy, ApiAbstraction.DummyAnnotation, ApiAbstraction.DummyEnum| Modifier and Type | Field and Description |
|---|---|
Class<? extends Annotation> |
EJB_ANNOTATION_CLASS |
Class<? extends Annotation> |
TIMEOUT_ANNOTATION_CLASS |
| Constructor and Description |
|---|
EJBApiAbstraction(ResourceLoader resourceLoader) |
| Modifier and Type | Method and Description |
|---|---|
void |
cleanup()
Called by Weld when it is shutting down, allowing the service to perform any cleanup needed.
|
boolean |
isSessionBeanWithContainerManagedTransactions(Bean<?> bean) |
annotationTypeForName, classForName, enumValuepublic final Class<? extends Annotation> EJB_ANNOTATION_CLASS
public final Class<? extends Annotation> TIMEOUT_ANNOTATION_CLASS
public EJBApiAbstraction(ResourceLoader resourceLoader)
public void cleanup()
Servicepublic boolean isSessionBeanWithContainerManagedTransactions(Bean<?> bean)
Copyright © 2015. All Rights Reserved.