| Modifier and Type | Method and Description |
|---|---|
protected HandlerProcessingResult |
AdministeredObjectDefinitionHandler.processAnnotation(javax.resource.AdministeredObjectDefinition adminObjectDefnAn,
AnnotationInfo aiInfo,
ResourceContainerContext[] rcContexts) |
protected HandlerProcessingResult |
AdministeredObjectDefinitionsHandler.processAnnotation(AnnotationInfo ainfo,
ResourceContainerContext[] rcContexts) |
protected HandlerProcessingResult |
AdministeredObjectDefinitionHandler.processAnnotation(AnnotationInfo ainfo,
ResourceContainerContext[] rcContexts) |
protected HandlerProcessingResult |
ConnectionFactoryDefinitionHandler.processAnnotation(AnnotationInfo ainfo,
ResourceContainerContext[] rcContexts) |
protected HandlerProcessingResult |
ConnectionFactoryDefinitionsHandler.processAnnotation(AnnotationInfo ainfo,
ResourceContainerContext[] rcContexts) |
protected HandlerProcessingResult |
ConnectionFactoryDefinitionHandler.processAnnotation(javax.resource.ConnectionFactoryDefinition connectorFactoryDefnAn,
AnnotationInfo aiInfo,
ResourceContainerContext[] rcContexts) |
| Modifier and Type | Method and Description |
|---|---|
protected HandlerProcessingResult |
JMSConnectionFactoryDefinitionHandler.processAnnotation(AnnotationInfo ainfo,
ResourceContainerContext[] rcContexts) |
protected HandlerProcessingResult |
JMSConnectionFactoryDefinitionsHandler.processAnnotation(AnnotationInfo ainfo,
ResourceContainerContext[] rcContexts) |
protected HandlerProcessingResult |
JMSDestinationDefinitionHandler.processAnnotation(AnnotationInfo ainfo,
ResourceContainerContext[] rcContexts) |
protected HandlerProcessingResult |
JMSDestinationDefinitionsHandler.processAnnotation(AnnotationInfo ainfo,
ResourceContainerContext[] rcContexts) |
protected HandlerProcessingResult |
JMSConnectionFactoryDefinitionHandler.processAnnotation(javax.jms.JMSConnectionFactoryDefinition jmsConnectionFactoryDefnAn,
AnnotationInfo aiInfo,
ResourceContainerContext[] rcContexts) |
protected HandlerProcessingResult |
JMSDestinationDefinitionHandler.processAnnotation(javax.jms.JMSDestinationDefinition jmsDestinationDefnAn,
AnnotationInfo aiInfo,
ResourceContainerContext[] rcContexts) |
| Modifier and Type | Class and Description |
|---|---|
class |
AppClientContext
This provides a context for Application Client.
|
class |
EjbBundleContext
This ClientContext implementation holds a top level reference
to the DOL EJB BundleDescriptor which will be used to populate
any information processed from the annotations.
|
class |
EjbContext |
class |
EjbInterceptorContext
This provides a context for a of interceptor.
|
class |
ManagedBeanContext
This provides a context for a ManagedBean
|
class |
ResourceContainerContextImpl
This provides an abstraction for handle resource references.
|
class |
WebBundleContext
This ClientContext implementation holds a top level reference
to the DOL Web BundleDescriptor which will be used to populate
any information processed from the annotations.
|
class |
WebComponentContext
This provides a context for a of web component.
|
| Modifier and Type | Method and Description |
|---|---|
protected HandlerProcessingResult |
ResourceHandler.processAnnotation(AnnotationInfo ainfo,
ResourceContainerContext[] rcContexts)
This entry point is used both for a single @Resource and iteratively
from a compound @Resources processor.
|
protected HandlerProcessingResult |
EntityManagerFactoryReferenceHandler.processAnnotation(AnnotationInfo ainfo,
ResourceContainerContext[] rcContexts)
Process a particular annotation which type is the same as the
one returned by @see getAnnotationType().
|
protected HandlerProcessingResult |
ResourcesHandler.processAnnotation(AnnotationInfo ainfo,
ResourceContainerContext[] rcContexts)
This entry point is used both for a single @EJB and iteratively
from a compound @EJBs processor.
|
protected HandlerProcessingResult |
EntityManagerFactoryReferencesHandler.processAnnotation(AnnotationInfo ainfo,
ResourceContainerContext[] rcContexts) |
protected abstract HandlerProcessingResult |
AbstractResourceHandler.processAnnotation(AnnotationInfo ainfo,
ResourceContainerContext[] rcContexts)
Process Annotation with given ResourceContainerContexts.
|
protected HandlerProcessingResult |
PreDestroyHandler.processAnnotation(AnnotationInfo ainfo,
ResourceContainerContext[] rcContexts) |
protected HandlerProcessingResult |
EntityManagerReferencesHandler.processAnnotation(AnnotationInfo ainfo,
ResourceContainerContext[] rcContexts) |
protected HandlerProcessingResult |
PostConstructHandler.processAnnotation(AnnotationInfo ainfo,
ResourceContainerContext[] rcContexts) |
protected HandlerProcessingResult |
EntityManagerReferenceHandler.processAnnotation(AnnotationInfo ainfo,
ResourceContainerContext[] rcContexts)
Process a particular annotation which type is the same as the
one returned by @see getAnnotationType().
|
protected HandlerProcessingResult |
EntityManagerFactoryReferenceHandler.processEmfRef(AnnotationInfo ainfo,
ResourceContainerContext[] rcContexts,
javax.persistence.PersistenceUnit emfRefAn)
Process a particular annotation which type is the same as the
one returned by @see getAnnotationType().
|
protected HandlerProcessingResult |
EntityManagerReferenceHandler.processEmRef(AnnotationInfo ainfo,
ResourceContainerContext[] rcContexts,
javax.persistence.PersistenceContext emRefAn)
Process a particular annotation which type is the same as the
one returned by @see getAnnotationType().
|
protected HandlerProcessingResult |
ResourceHandler.processResource(AnnotationInfo ainfo,
ResourceContainerContext[] rcContexts,
Resource resourceAn) |
| Modifier and Type | Method and Description |
|---|---|
protected HandlerProcessingResult |
EJBHandler.processAnnotation(AnnotationInfo ainfo,
ResourceContainerContext[] rcContexts)
Process a particular annotation which type is the same as the
one returned by @see getAnnotationType().
|
protected HandlerProcessingResult |
EJBsHandler.processAnnotation(AnnotationInfo ainfo,
ResourceContainerContext[] rcContexts) |
protected HandlerProcessingResult |
EJBHandler.processEJB(AnnotationInfo ainfo,
ResourceContainerContext[] rcContexts,
javax.ejb.EJB ejbAn)
Process a particular annotation whose type is the same as the
one returned by @see getAnnotationType().
|
| Modifier and Type | Method and Description |
|---|---|
protected HandlerProcessingResult |
DataSourceDefinitionsHandler.processAnnotation(AnnotationInfo ainfo,
ResourceContainerContext[] rcContexts) |
protected HandlerProcessingResult |
DataSourceDefinitionHandler.processAnnotation(AnnotationInfo ainfo,
ResourceContainerContext[] rcContexts) |
protected HandlerProcessingResult |
DataSourceDefinitionHandler.processAnnotation(javax.annotation.sql.DataSourceDefinition dataSourceDefnAn,
AnnotationInfo aiInfo,
ResourceContainerContext[] rcContexts) |
| Modifier and Type | Method and Description |
|---|---|
protected HandlerProcessingResult |
MailSessionDefinitionHandler.processAnnotation(AnnotationInfo ainfo,
ResourceContainerContext[] rcContexts) |
protected HandlerProcessingResult |
MailSessionDefinitionsHandler.processAnnotation(AnnotationInfo ainfo,
ResourceContainerContext[] rcContexts) |
protected HandlerProcessingResult |
MailSessionDefinitionHandler.processAnnotation(javax.mail.MailSessionDefinition mailSessionDefnAn,
AnnotationInfo aiInfo,
ResourceContainerContext[] rcContexts) |
Copyright © 2017. All rights reserved.