| Package | Description |
|---|---|
| com.sun.enterprise.connectors.deployment.annotation.handlers | |
| com.sun.enterprise.connectors.jms.deployment.annotation.handlers | |
| com.sun.enterprise.deployment.annotation.handlers | |
| org.glassfish.apf |
Provides the classes necessary to process J2SE 1.5 annotations in the context
of the J2EE application server.
|
| org.glassfish.apf.impl | |
| org.glassfish.ejb.deployment.annotation.handlers | |
| org.glassfish.ejb.mdb.deployment.annotation.handlers | |
| org.glassfish.jdbcruntime.deployment.annotation.handlers | |
| org.glassfish.resources.javamail.annotation.handler | |
| org.glassfish.web.deployment.annotation.handlers | |
| org.glassfish.webservices.connector.annotation.handlers |
| Modifier and Type | Method and Description |
|---|---|
protected HandlerProcessingResult |
JMSDestinationDefinitionsHandler.processAnnotation(AnnotationInfo ainfo,
ResourceContainerContext[] rcContexts) |
protected HandlerProcessingResult |
JMSDestinationDefinitionHandler.processAnnotation(AnnotationInfo ainfo,
ResourceContainerContext[] rcContexts) |
protected HandlerProcessingResult |
JMSConnectionFactoryDefinitionsHandler.processAnnotation(AnnotationInfo ainfo,
ResourceContainerContext[] rcContexts) |
protected HandlerProcessingResult |
JMSConnectionFactoryDefinitionHandler.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 | Method and Description |
|---|---|
protected HandlerProcessingResult |
AbstractHandler.getDefaultFailedResult() |
protected HandlerProcessingResult |
AbstractHandler.getDefaultProcessedResult() |
protected HandlerProcessingResult |
AbstractHandler.getInvalidAnnotatedElementHandlerResult(AnnotatedElementHandler aeHandler,
AnnotationInfo ainfo) |
protected HandlerProcessingResult |
AbstractHandler.getOverallProcessingResult(List<HandlerProcessingResult> resultList)
Returns the result with the highest result type where
FAILED > PROCESSED > UNPROCESSED
|
HandlerProcessingResult |
AbstractResourceHandler.processAnnotation(AnnotationInfo ainfo)
Process a particular annotation which type is the same as the
one returned by @see getAnnotationType().
|
HandlerProcessingResult |
ManagedBeanHandler.processAnnotation(AnnotationInfo element) |
HandlerProcessingResult |
AbstractCommonAttributeHandler.processAnnotation(AnnotationInfo ainfo)
Process a particular annotation which type is the same as the
one returned by @see getAnnotationType().
|
protected HandlerProcessingResult |
DeclareRolesHandler.processAnnotation(AnnotationInfo ainfo,
EjbContext[] ejbContexts) |
protected abstract HandlerProcessingResult |
AbstractCommonAttributeHandler.processAnnotation(AnnotationInfo ainfo,
EjbContext[] ejbContexts)
Process Annotation with given EjbContexts.
|
protected HandlerProcessingResult |
RunAsHandler.processAnnotation(AnnotationInfo ainfo,
EjbContext[] ejbContexts) |
protected abstract HandlerProcessingResult |
AbstractResourceHandler.processAnnotation(AnnotationInfo ainfo,
ResourceContainerContext[] rcContexts)
Process Annotation with given ResourceContainerContexts.
|
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 |
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 |
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 |
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 HandlerProcessingResult |
EntityManagerReferencesHandler.processAnnotation(AnnotationInfo ainfo,
ResourceContainerContext[] rcContexts) |
protected HandlerProcessingResult |
PreDestroyHandler.processAnnotation(AnnotationInfo ainfo,
ResourceContainerContext[] rcContexts) |
protected HandlerProcessingResult |
DeclareRolesHandler.processAnnotation(AnnotationInfo ainfo,
WebBundleContext webBundleContext) |
protected abstract HandlerProcessingResult |
AbstractCommonAttributeHandler.processAnnotation(AnnotationInfo ainfo,
WebBundleContext webBundleContext)
Process Annotation with given WebBundleContext.
|
protected HandlerProcessingResult |
RunAsHandler.processAnnotation(AnnotationInfo ainfo,
WebBundleContext webBundleContext) |
protected HandlerProcessingResult |
DeclareRolesHandler.processAnnotation(AnnotationInfo ainfo,
WebComponentContext[] webCompContexts) |
protected abstract HandlerProcessingResult |
AbstractCommonAttributeHandler.processAnnotation(AnnotationInfo ainfo,
WebComponentContext[] webCompContexts)
Process Annotation with given WebCompContexts.
|
protected HandlerProcessingResult |
RunAsHandler.processAnnotation(AnnotationInfo ainfo,
WebComponentContext[] webCompContexts) |
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 |
AbstractHandler.getOverallProcessingResult(List<HandlerProcessingResult> resultList)
Returns the result with the highest result type where
FAILED > PROCESSED > UNPROCESSED
|
| Modifier and Type | Method and Description |
|---|---|
HandlerProcessingResult |
AnnotationHandler.processAnnotation(AnnotationInfo element)
Process a particular annotation which type is the same as the
one returned by @see getAnnotationType().
|
| Modifier and Type | Method and Description |
|---|---|
Map<AnnotatedElement,HandlerProcessingResult> |
ProcessingResult.getResults() |
| Modifier and Type | Class and Description |
|---|---|
class |
HandlerProcessingResultImpl |
| Modifier and Type | Method and Description |
|---|---|
Map<AnnotatedElement,HandlerProcessingResult> |
ProcessingResultImpl.getResults() |
| Modifier and Type | Method and Description |
|---|---|
void |
ProcessingResultImpl.add(AnnotatedElement element,
HandlerProcessingResult elementResult) |
void |
HandlerProcessingResultImpl.addAll(HandlerProcessingResult result) |
| Modifier and Type | Method and Description |
|---|---|
HandlerProcessingResult |
ApplicationExceptionHandler.processAnnotation(AnnotationInfo ainfo) |
HandlerProcessingResult |
AbstractEjbHandler.processAnnotation(AnnotationInfo ainfo)
Process a particular annotation which type is the same as the
one returned by @see getAnnotationType().
|
HandlerProcessingResult |
AbstractAttributeHandler.processAnnotation(AnnotationInfo ainfo)
Process a particular annotation which type is the same as the
one returned by @see getAnnotationType().
|
protected HandlerProcessingResult |
AroundConstructHandler.processAnnotation(AnnotationInfo ainfo,
EjbContext[] ejbContexts) |
protected HandlerProcessingResult |
InterceptorsHandler.processAnnotation(AnnotationInfo ainfo,
EjbContext[] ejbContexts) |
protected HandlerProcessingResult |
AfterBeginHandler.processAnnotation(AnnotationInfo ainfo,
EjbContext[] ejbContexts) |
protected HandlerProcessingResult |
LockHandler.processAnnotation(AnnotationInfo ainfo,
EjbContext[] ejbContexts) |
protected HandlerProcessingResult |
AroundInvokeHandler.processAnnotation(AnnotationInfo ainfo,
EjbContext[] ejbContexts) |
protected HandlerProcessingResult |
BeforeCompletionHandler.processAnnotation(AnnotationInfo ainfo,
EjbContext[] ejbContexts) |
protected HandlerProcessingResult |
RemoveHandler.processAnnotation(AnnotationInfo ainfo,
EjbContext[] ejbContexts) |
protected abstract HandlerProcessingResult |
AbstractAttributeHandler.processAnnotation(AnnotationInfo ainfo,
EjbContext[] ejbContexts)
Process Annotation with given EjbContexts.
|
protected HandlerProcessingResult |
InitHandler.processAnnotation(AnnotationInfo ainfo,
EjbContext[] ejbContexts) |
protected HandlerProcessingResult |
ConcurrencyManagementHandler.processAnnotation(AnnotationInfo ainfo,
EjbContext[] ejbContexts) |
protected HandlerProcessingResult |
ScheduleHandler.processAnnotation(AnnotationInfo ainfo,
EjbContext[] ejbContexts) |
protected HandlerProcessingResult |
TransactionManagementHandler.processAnnotation(AnnotationInfo ainfo,
EjbContext[] ejbContexts) |
protected HandlerProcessingResult |
ExcludeClassInterceptorsHandler.processAnnotation(AnnotationInfo ainfo,
EjbContext[] ejbContexts) |
protected HandlerProcessingResult |
AfterCompletionHandler.processAnnotation(AnnotationInfo ainfo,
EjbContext[] ejbContexts) |
protected HandlerProcessingResult |
TimeoutHandler.processAnnotation(AnnotationInfo ainfo,
EjbContext[] ejbContexts) |
protected HandlerProcessingResult |
PostActivateHandler.processAnnotation(AnnotationInfo ainfo,
EjbContext[] ejbContexts) |
protected HandlerProcessingResult |
AccessTimeoutHandler.processAnnotation(AnnotationInfo ainfo,
EjbContext[] ejbContexts) |
protected HandlerProcessingResult |
TransactionAttributeHandler.processAnnotation(AnnotationInfo ainfo,
EjbContext[] ejbContexts) |
protected HandlerProcessingResult |
ExcludeDefaultInterceptorsHandler.processAnnotation(AnnotationInfo ainfo,
EjbContext[] ejbContexts) |
protected HandlerProcessingResult |
PrePassivateHandler.processAnnotation(AnnotationInfo ainfo,
EjbContext[] ejbContexts) |
protected HandlerProcessingResult |
AsynchronousHandler.processAnnotation(AnnotationInfo ainfo,
EjbContext[] ejbContexts) |
protected HandlerProcessingResult |
SchedulesHandler.processAnnotation(AnnotationInfo ainfo,
EjbContext[] ejbContexts) |
protected HandlerProcessingResult |
AroundTimeoutHandler.processAnnotation(AnnotationInfo ainfo,
EjbContext[] ejbContexts) |
protected HandlerProcessingResult |
StatefulTimeoutHandler.processAnnotation(AnnotationInfo ainfo,
EjbContext[] ejbContexts) |
protected HandlerProcessingResult |
AroundConstructHandler.processAnnotation(AnnotationInfo ainfo,
EjbInterceptorContext ejbInterceptorContext) |
protected HandlerProcessingResult |
AroundInvokeHandler.processAnnotation(AnnotationInfo ainfo,
EjbInterceptorContext ejbInterceptorContext) |
protected HandlerProcessingResult |
AbstractAttributeHandler.processAnnotation(AnnotationInfo ainfo,
EjbInterceptorContext ejbInterceptorContext)
Process Annotation with given InteceptorContext.
|
protected HandlerProcessingResult |
PostActivateHandler.processAnnotation(AnnotationInfo ainfo,
EjbInterceptorContext ejbInterceptorContext) |
protected HandlerProcessingResult |
PrePassivateHandler.processAnnotation(AnnotationInfo ainfo,
EjbInterceptorContext ejbInterceptorContext) |
protected HandlerProcessingResult |
AroundTimeoutHandler.processAnnotation(AnnotationInfo ainfo,
EjbInterceptorContext ejbInterceptorContext) |
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().
|
protected HandlerProcessingResult |
ScheduleHandler.processSchedule(javax.ejb.Schedule sch,
AnnotationInfo ainfo,
EjbContext[] ejbContexts) |
protected HandlerProcessingResult |
AbstractEjbHandler.setBusinessAndHomeInterfaces(EjbDescriptor ejbDesc,
AnnotationInfo ainfo)
MessageDriven bean does not need to invoke this API.
|
protected HandlerProcessingResult |
SingletonHandler.setEjbDescriptorInfo(EjbDescriptor ejbDesc,
AnnotationInfo ainfo)
Set Annotation information to Descriptor.
|
protected abstract HandlerProcessingResult |
AbstractEjbHandler.setEjbDescriptorInfo(EjbDescriptor ejbDesc,
AnnotationInfo ainfo)
Set Annotation information to Descriptor.
|
protected HandlerProcessingResult |
StatefulHandler.setEjbDescriptorInfo(EjbDescriptor ejbDesc,
AnnotationInfo ainfo)
Set Annotation information to Descriptor.
|
protected HandlerProcessingResult |
StatelessHandler.setEjbDescriptorInfo(EjbDescriptor ejbDesc,
AnnotationInfo ainfo)
Set Annotation information to Descriptor.
|
| Modifier and Type | Method and Description |
|---|---|
protected HandlerProcessingResult |
MessageDrivenHandler.setEjbDescriptorInfo(EjbDescriptor ejbDesc,
AnnotationInfo ainfo)
Set Annotation information to Descriptor.
|
| 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) |
| Modifier and Type | Method and Description |
|---|---|
HandlerProcessingResult |
WebServiceHandler.processAnnotation(AnnotationInfo annInfo) |
HandlerProcessingResult |
WebServiceRefsHandler.processAnnotation(AnnotationInfo ainfo) |
HandlerProcessingResult |
WebServiceProviderHandler.processAnnotation(AnnotationInfo annInfo) |
HandlerProcessingResult |
HandlerChainHandler.processAnnotation(AnnotationInfo annInfo) |
HandlerProcessingResult |
WebServiceRefHandler.processAnnotation(AnnotationInfo annInfo) |
protected HandlerProcessingResult |
WebServiceRefHandler.processAWsRef(AnnotationInfo annInfo,
WebServiceRef annotation) |
HandlerProcessingResult |
HandlerChainHandler.processHandlerChainAnnotation(AnnotationInfo annInfo,
AnnotatedElementHandler annCtx,
AnnotatedElement annElem,
Class declaringClass,
boolean serviceSideChain) |
Copyright © 2019. All rights reserved.