| Package | Description |
|---|---|
| com.sun.enterprise.deployment.annotation.context | |
| com.sun.enterprise.deployment.annotation.handlers |
| 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 org.glassfish.apf.HandlerProcessingResult |
ResourceHandler.processAnnotation(org.glassfish.apf.AnnotationInfo ainfo,
ResourceContainerContext[] rcContexts)
This entry point is used both for a single @Resource and iteratively
from a compound @Resources processor.
|
protected abstract org.glassfish.apf.HandlerProcessingResult |
AbstractResourceHandler.processAnnotation(org.glassfish.apf.AnnotationInfo ainfo,
ResourceContainerContext[] rcContexts)
Process Annotation with given ResourceContainerContexts.
|
protected org.glassfish.apf.HandlerProcessingResult |
EntityManagerFactoryReferenceHandler.processAnnotation(org.glassfish.apf.AnnotationInfo ainfo,
ResourceContainerContext[] rcContexts)
Process a particular annotation which type is the same as the
one returned by @see getAnnotationType().
|
protected org.glassfish.apf.HandlerProcessingResult |
ResourcesHandler.processAnnotation(org.glassfish.apf.AnnotationInfo ainfo,
ResourceContainerContext[] rcContexts)
This entry point is used both for a single @EJB and iteratively
from a compound @EJBs processor.
|
protected org.glassfish.apf.HandlerProcessingResult |
EntityManagerReferencesHandler.processAnnotation(org.glassfish.apf.AnnotationInfo ainfo,
ResourceContainerContext[] rcContexts) |
protected org.glassfish.apf.HandlerProcessingResult |
EntityManagerReferenceHandler.processAnnotation(org.glassfish.apf.AnnotationInfo ainfo,
ResourceContainerContext[] rcContexts)
Process a particular annotation which type is the same as the
one returned by @see getAnnotationType().
|
protected org.glassfish.apf.HandlerProcessingResult |
PreDestroyHandler.processAnnotation(org.glassfish.apf.AnnotationInfo ainfo,
ResourceContainerContext[] rcContexts) |
protected org.glassfish.apf.HandlerProcessingResult |
EntityManagerFactoryReferencesHandler.processAnnotation(org.glassfish.apf.AnnotationInfo ainfo,
ResourceContainerContext[] rcContexts) |
protected org.glassfish.apf.HandlerProcessingResult |
PostConstructHandler.processAnnotation(org.glassfish.apf.AnnotationInfo ainfo,
ResourceContainerContext[] rcContexts) |
protected org.glassfish.apf.HandlerProcessingResult |
EntityManagerFactoryReferenceHandler.processEmfRef(org.glassfish.apf.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 org.glassfish.apf.HandlerProcessingResult |
EntityManagerReferenceHandler.processEmRef(org.glassfish.apf.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 org.glassfish.apf.HandlerProcessingResult |
ResourceHandler.processResource(org.glassfish.apf.AnnotationInfo ainfo,
ResourceContainerContext[] rcContexts,
Resource resourceAn) |
Copyright © 2013. All Rights Reserved.