Uses of Interface
org.glassfish.apf.HandlerProcessingResult
-
Packages that use HandlerProcessingResult 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.concurrent.runtime.deployment.annotation.handlers 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 -
-
Uses of HandlerProcessingResult in com.sun.enterprise.connectors.deployment.annotation.handlers
-
Uses of HandlerProcessingResult in com.sun.enterprise.connectors.jms.deployment.annotation.handlers
Methods in com.sun.enterprise.connectors.jms.deployment.annotation.handlers that return HandlerProcessingResult Modifier and Type Method Description protected HandlerProcessingResultJMSConnectionFactoryDefinitionHandler. processAnnotation(jakarta.jms.JMSConnectionFactoryDefinition jmsConnectionFactoryDefnAn, AnnotationInfo aiInfo, ResourceContainerContext[] rcContexts)protected HandlerProcessingResultJMSConnectionFactoryDefinitionHandler. processAnnotation(AnnotationInfo ainfo, ResourceContainerContext[] rcContexts)protected HandlerProcessingResultJMSConnectionFactoryDefinitionsHandler. processAnnotation(AnnotationInfo ainfo, ResourceContainerContext[] rcContexts)protected HandlerProcessingResultJMSDestinationDefinitionHandler. processAnnotation(jakarta.jms.JMSDestinationDefinition jmsDestinationDefnAn, AnnotationInfo aiInfo, ResourceContainerContext[] rcContexts)protected HandlerProcessingResultJMSDestinationDefinitionHandler. processAnnotation(AnnotationInfo ainfo, ResourceContainerContext[] rcContexts)protected HandlerProcessingResultJMSDestinationDefinitionsHandler. processAnnotation(AnnotationInfo ainfo, ResourceContainerContext[] rcContexts) -
Uses of HandlerProcessingResult in com.sun.enterprise.deployment.annotation.handlers
Methods in com.sun.enterprise.deployment.annotation.handlers that return HandlerProcessingResult Modifier and Type Method Description protected HandlerProcessingResultAbstractHandler. getDefaultFailedResult()protected HandlerProcessingResultAbstractHandler. getDefaultProcessedResult()protected HandlerProcessingResultAbstractHandler. getInvalidAnnotatedElementHandlerResult(AnnotatedElementHandler aeHandler, AnnotationInfo ainfo)protected HandlerProcessingResultAbstractHandler. getOverallProcessingResult(List<HandlerProcessingResult> resultList)Returns the result with the highest result type where FAILED > PROCESSED > UNPROCESSEDHandlerProcessingResultAbstractCommonAttributeHandler. processAnnotation(AnnotationInfo ainfo)Process a particular annotation which type is the same as the one returned by @see getAnnotationType().protected abstract HandlerProcessingResultAbstractCommonAttributeHandler. processAnnotation(AnnotationInfo ainfo, EjbContext[] ejbContexts)Process Annotation with given EjbContexts.protected abstract HandlerProcessingResultAbstractCommonAttributeHandler. processAnnotation(AnnotationInfo ainfo, WebBundleContext webBundleContext)Process Annotation with given WebBundleContext.protected abstract HandlerProcessingResultAbstractCommonAttributeHandler. processAnnotation(AnnotationInfo ainfo, WebComponentContext[] webCompContexts)Process Annotation with given WebCompContexts.HandlerProcessingResultAbstractResourceHandler. processAnnotation(AnnotationInfo ainfo)Process a particular annotation which type is the same as the one returned by @see getAnnotationType().protected abstract HandlerProcessingResultAbstractResourceHandler. processAnnotation(AnnotationInfo ainfo, ResourceContainerContext[] rcContexts)Process Annotation with given ResourceContainerContexts.protected HandlerProcessingResultDeclareRolesHandler. processAnnotation(AnnotationInfo ainfo, EjbContext[] ejbContexts)protected HandlerProcessingResultDeclareRolesHandler. processAnnotation(AnnotationInfo ainfo, WebBundleContext webBundleContext)protected HandlerProcessingResultDeclareRolesHandler. processAnnotation(AnnotationInfo ainfo, WebComponentContext[] webCompContexts)protected HandlerProcessingResultEntityManagerFactoryReferenceHandler. processAnnotation(AnnotationInfo ainfo, ResourceContainerContext[] rcContexts)Process a particular annotation which type is the same as the one returned by @see getAnnotationType().protected HandlerProcessingResultEntityManagerFactoryReferencesHandler. processAnnotation(AnnotationInfo ainfo, ResourceContainerContext[] rcContexts)protected HandlerProcessingResultEntityManagerReferenceHandler. processAnnotation(AnnotationInfo ainfo, ResourceContainerContext[] rcContexts)Process a particular annotation which type is the same as the one returned by @see getAnnotationType().protected HandlerProcessingResultEntityManagerReferencesHandler. processAnnotation(AnnotationInfo ainfo, ResourceContainerContext[] rcContexts)HandlerProcessingResultManagedBeanHandler. processAnnotation(AnnotationInfo element)protected HandlerProcessingResultPostConstructHandler. processAnnotation(AnnotationInfo ainfo, ResourceContainerContext[] rcContexts)protected HandlerProcessingResultPreDestroyHandler. processAnnotation(AnnotationInfo ainfo, ResourceContainerContext[] rcContexts)protected HandlerProcessingResultResourceHandler. processAnnotation(AnnotationInfo ainfo, ResourceContainerContext[] rcContexts)This entry point is used both for a single @Resource and iteratively from a compound @Resources processor.protected HandlerProcessingResultResourcesHandler. processAnnotation(AnnotationInfo ainfo, ResourceContainerContext[] rcContexts)This entry point is used both for a single @EJB and iteratively from a compound @EJBs processor.protected HandlerProcessingResultRunAsHandler. processAnnotation(AnnotationInfo ainfo, EjbContext[] ejbContexts)protected HandlerProcessingResultRunAsHandler. processAnnotation(AnnotationInfo ainfo, WebBundleContext webBundleContext)protected HandlerProcessingResultRunAsHandler. processAnnotation(AnnotationInfo ainfo, WebComponentContext[] webCompContexts)protected HandlerProcessingResultEntityManagerFactoryReferenceHandler. processEmfRef(AnnotationInfo ainfo, ResourceContainerContext[] rcContexts, jakarta.persistence.PersistenceUnit emfRefAn)Process a particular annotation which type is the same as the one returned by @see getAnnotationType().protected HandlerProcessingResultEntityManagerReferenceHandler. processEmRef(AnnotationInfo ainfo, ResourceContainerContext[] rcContexts, jakarta.persistence.PersistenceContext emRefAn)Process a particular annotation which type is the same as the one returned by @see getAnnotationType().protected HandlerProcessingResultResourceHandler. processResource(AnnotationInfo ainfo, ResourceContainerContext[] rcContexts, jakarta.annotation.Resource resourceAn)Method parameters in com.sun.enterprise.deployment.annotation.handlers with type arguments of type HandlerProcessingResult Modifier and Type Method Description protected HandlerProcessingResultAbstractHandler. getOverallProcessingResult(List<HandlerProcessingResult> resultList)Returns the result with the highest result type where FAILED > PROCESSED > UNPROCESSED -
Uses of HandlerProcessingResult in org.glassfish.apf
Methods in org.glassfish.apf that return HandlerProcessingResult Modifier and Type Method Description HandlerProcessingResultAnnotationHandler. processAnnotation(AnnotationInfo element)Process a particular annotation which type is the same as the one returned by @see getAnnotationType().Methods in org.glassfish.apf that return types with arguments of type HandlerProcessingResult Modifier and Type Method Description Map<AnnotatedElement,HandlerProcessingResult>ProcessingResult. getResults() -
Uses of HandlerProcessingResult in org.glassfish.apf.impl
Classes in org.glassfish.apf.impl that implement HandlerProcessingResult Modifier and Type Class Description classHandlerProcessingResultImplMethods in org.glassfish.apf.impl that return types with arguments of type HandlerProcessingResult Modifier and Type Method Description Map<AnnotatedElement,HandlerProcessingResult>ProcessingResultImpl. getResults()Methods in org.glassfish.apf.impl with parameters of type HandlerProcessingResult Modifier and Type Method Description voidProcessingResultImpl. add(AnnotatedElement element, HandlerProcessingResult elementResult)voidHandlerProcessingResultImpl. addAll(HandlerProcessingResult result) -
Uses of HandlerProcessingResult in org.glassfish.concurrent.runtime.deployment.annotation.handlers
Methods in org.glassfish.concurrent.runtime.deployment.annotation.handlers that return HandlerProcessingResult Modifier and Type Method Description protected HandlerProcessingResultContextServiceDefinitionHandler. processAnnotation(AnnotationInfo annotationInfo, ResourceContainerContext[] resourceContainerContexts)protected HandlerProcessingResultContextServiceDefinitionListHandler. processAnnotation(AnnotationInfo annotationInfo, ResourceContainerContext[] resourceContainerContexts)protected HandlerProcessingResultManagedExecutorDefinitionHandler. processAnnotation(jakarta.enterprise.concurrent.ManagedExecutorDefinition managedExecutorDefinition, ResourceContainerContext[] contexts)protected HandlerProcessingResultManagedExecutorDefinitionHandler. processAnnotation(AnnotationInfo annotationInfo, ResourceContainerContext[] resourceContainerContexts)protected HandlerProcessingResultManagedExecutorDefinitionListHandler. processAnnotation(AnnotationInfo annotationInfo, ResourceContainerContext[] resourceContainerContexts)protected HandlerProcessingResultManagedScheduledExecutorDefinitionHandler. processAnnotation(jakarta.enterprise.concurrent.ManagedScheduledExecutorDefinition managedScheduledExecutorDefinition, ResourceContainerContext[] contexts)protected HandlerProcessingResultManagedScheduledExecutorDefinitionHandler. processAnnotation(AnnotationInfo annotationInfo, ResourceContainerContext[] resourceContainerContexts)protected HandlerProcessingResultManagedScheduledExecutorDefinitionListHandler. processAnnotation(AnnotationInfo annotationInfo, ResourceContainerContext[] resourceContainerContexts)protected HandlerProcessingResultManagedThreadFactoryDefinitionHandler. processAnnotation(jakarta.enterprise.concurrent.ManagedThreadFactoryDefinition managedThreadFactoryDefinition, ResourceContainerContext[] contexts)protected HandlerProcessingResultManagedThreadFactoryDefinitionHandler. processAnnotation(AnnotationInfo annotationInfo, ResourceContainerContext[] resourceContainerContexts)protected HandlerProcessingResultManagedThreadFactoryDefinitionListHandler. processAnnotation(AnnotationInfo annotationInfo, ResourceContainerContext[] resourceContainerContexts) -
Uses of HandlerProcessingResult in org.glassfish.ejb.deployment.annotation.handlers
Methods in org.glassfish.ejb.deployment.annotation.handlers that return HandlerProcessingResult Modifier and Type Method Description HandlerProcessingResultAbstractAttributeHandler. processAnnotation(AnnotationInfo ainfo)Process a particular annotation which type is the same as the one returned by @see getAnnotationType().protected abstract HandlerProcessingResultAbstractAttributeHandler. processAnnotation(AnnotationInfo ainfo, EjbContext[] ejbContexts)Process Annotation with given EjbContexts.protected HandlerProcessingResultAbstractAttributeHandler. processAnnotation(AnnotationInfo ainfo, EjbInterceptorContext ejbInterceptorContext)Process Annotation with given InteceptorContext.HandlerProcessingResultAbstractEjbHandler. processAnnotation(AnnotationInfo ainfo)Process a particular annotation which type is the same as the one returned by @see getAnnotationType().All information pertinent to the annotation and its context is encapsulated in the passed AnnotationInfo instance.This is a method in interface AnnotationHandler.protected HandlerProcessingResultAccessTimeoutHandler. processAnnotation(AnnotationInfo ainfo, EjbContext[] ejbContexts)protected HandlerProcessingResultAfterBeginHandler. processAnnotation(AnnotationInfo ainfo, EjbContext[] ejbContexts)protected HandlerProcessingResultAfterCompletionHandler. processAnnotation(AnnotationInfo ainfo, EjbContext[] ejbContexts)HandlerProcessingResultApplicationExceptionHandler. processAnnotation(AnnotationInfo ainfo)protected HandlerProcessingResultAroundConstructHandler. processAnnotation(AnnotationInfo ainfo, EjbContext[] ejbContexts)protected HandlerProcessingResultAroundConstructHandler. processAnnotation(AnnotationInfo ainfo, EjbInterceptorContext ejbInterceptorContext)protected HandlerProcessingResultAroundInvokeHandler. processAnnotation(AnnotationInfo ainfo, EjbContext[] ejbContexts)protected HandlerProcessingResultAroundInvokeHandler. processAnnotation(AnnotationInfo ainfo, EjbInterceptorContext ejbInterceptorContext)protected HandlerProcessingResultAroundTimeoutHandler. processAnnotation(AnnotationInfo ainfo, EjbContext[] ejbContexts)protected HandlerProcessingResultAroundTimeoutHandler. processAnnotation(AnnotationInfo ainfo, EjbInterceptorContext ejbInterceptorContext)protected HandlerProcessingResultAsynchronousHandler. processAnnotation(AnnotationInfo ainfo, EjbContext[] ejbContexts)protected HandlerProcessingResultBeforeCompletionHandler. processAnnotation(AnnotationInfo ainfo, EjbContext[] ejbContexts)protected HandlerProcessingResultConcurrencyManagementHandler. processAnnotation(AnnotationInfo ainfo, EjbContext[] ejbContexts)protected HandlerProcessingResultEJBHandler. processAnnotation(AnnotationInfo ainfo, ResourceContainerContext[] rcContexts)Process a particular annotation which type is the same as the one returned by @see getAnnotationType().protected HandlerProcessingResultEJBsHandler. processAnnotation(AnnotationInfo ainfo, ResourceContainerContext[] rcContexts)protected HandlerProcessingResultExcludeClassInterceptorsHandler. processAnnotation(AnnotationInfo ainfo, EjbContext[] ejbContexts)protected HandlerProcessingResultExcludeDefaultInterceptorsHandler. processAnnotation(AnnotationInfo ainfo, EjbContext[] ejbContexts)protected HandlerProcessingResultInitHandler. processAnnotation(AnnotationInfo ainfo, EjbContext[] ejbContexts)protected HandlerProcessingResultInterceptorsHandler. processAnnotation(AnnotationInfo ainfo, EjbContext[] ejbContexts)protected HandlerProcessingResultLockHandler. processAnnotation(AnnotationInfo ainfo, EjbContext[] ejbContexts)protected HandlerProcessingResultPostActivateHandler. processAnnotation(AnnotationInfo ainfo, EjbContext[] ejbContexts)protected HandlerProcessingResultPostActivateHandler. processAnnotation(AnnotationInfo ainfo, EjbInterceptorContext ejbInterceptorContext)protected HandlerProcessingResultPrePassivateHandler. processAnnotation(AnnotationInfo ainfo, EjbContext[] ejbContexts)protected HandlerProcessingResultPrePassivateHandler. processAnnotation(AnnotationInfo ainfo, EjbInterceptorContext ejbInterceptorContext)protected HandlerProcessingResultRemoveHandler. processAnnotation(AnnotationInfo ainfo, EjbContext[] ejbContexts)protected HandlerProcessingResultScheduleHandler. processAnnotation(AnnotationInfo ainfo, EjbContext[] ejbContexts)protected HandlerProcessingResultSchedulesHandler. processAnnotation(AnnotationInfo ainfo, EjbContext[] ejbContexts)protected HandlerProcessingResultStatefulTimeoutHandler. processAnnotation(AnnotationInfo ainfo, EjbContext[] ejbContexts)protected HandlerProcessingResultTimeoutHandler. processAnnotation(AnnotationInfo ainfo, EjbContext[] ejbContexts)protected HandlerProcessingResultTransactionAttributeHandler. processAnnotation(AnnotationInfo ainfo, EjbContext[] ejbContexts)protected HandlerProcessingResultTransactionManagementHandler. processAnnotation(AnnotationInfo ainfo, EjbContext[] ejbContexts)protected HandlerProcessingResultEJBHandler. processEJB(AnnotationInfo ainfo, ResourceContainerContext[] rcContexts, jakarta.ejb.EJB ejbAn)Process a particular annotation whose type is the same as the one returned by @see getAnnotationType().protected HandlerProcessingResultScheduleHandler. processSchedule(jakarta.ejb.Schedule sch, AnnotationInfo ainfo, EjbContext[] ejbContexts)protected HandlerProcessingResultAbstractEjbHandler. setBusinessAndHomeInterfaces(EjbDescriptor ejbDesc, AnnotationInfo ainfo)MessageDriven bean does not need to invoke this API.protected abstract HandlerProcessingResultAbstractEjbHandler. setEjbDescriptorInfo(EjbDescriptor ejbDesc, AnnotationInfo ainfo)Set Annotation information to Descriptor.protected HandlerProcessingResultSingletonHandler. setEjbDescriptorInfo(EjbDescriptor ejbDesc, AnnotationInfo ainfo)Set Annotation information to Descriptor.protected HandlerProcessingResultStatefulHandler. setEjbDescriptorInfo(EjbDescriptor ejbDesc, AnnotationInfo ainfo)Set Annotation information to Descriptor.protected HandlerProcessingResultStatelessHandler. setEjbDescriptorInfo(EjbDescriptor ejbDesc, AnnotationInfo ainfo)Set Annotation information to Descriptor. -
Uses of HandlerProcessingResult in org.glassfish.ejb.mdb.deployment.annotation.handlers
Methods in org.glassfish.ejb.mdb.deployment.annotation.handlers that return HandlerProcessingResult Modifier and Type Method Description protected HandlerProcessingResultMessageDrivenHandler. setEjbDescriptorInfo(EjbDescriptor ejbDesc, AnnotationInfo ainfo)Set Annotation information to Descriptor. -
Uses of HandlerProcessingResult in org.glassfish.jdbcruntime.deployment.annotation.handlers
Methods in org.glassfish.jdbcruntime.deployment.annotation.handlers that return HandlerProcessingResult Modifier and Type Method Description protected HandlerProcessingResultDataSourceDefinitionHandler. processAnnotation(jakarta.annotation.sql.DataSourceDefinition dataSourceDefnAn, AnnotationInfo aiInfo, ResourceContainerContext[] rcContexts)protected HandlerProcessingResultDataSourceDefinitionHandler. processAnnotation(AnnotationInfo ainfo, ResourceContainerContext[] rcContexts)protected HandlerProcessingResultDataSourceDefinitionsHandler. processAnnotation(AnnotationInfo ainfo, ResourceContainerContext[] rcContexts) -
Uses of HandlerProcessingResult in org.glassfish.resources.javamail.annotation.handler
Methods in org.glassfish.resources.javamail.annotation.handler that return HandlerProcessingResult Modifier and Type Method Description protected HandlerProcessingResultMailSessionDefinitionHandler. processAnnotation(jakarta.mail.MailSessionDefinition mailSessionDefnAn, AnnotationInfo aiInfo, ResourceContainerContext[] rcContexts)protected HandlerProcessingResultMailSessionDefinitionHandler. processAnnotation(AnnotationInfo ainfo, ResourceContainerContext[] rcContexts)protected HandlerProcessingResultMailSessionDefinitionsHandler. processAnnotation(AnnotationInfo ainfo, ResourceContainerContext[] rcContexts) -
Uses of HandlerProcessingResult in org.glassfish.web.deployment.annotation.handlers
-
Uses of HandlerProcessingResult in org.glassfish.webservices.connector.annotation.handlers
Methods in org.glassfish.webservices.connector.annotation.handlers that return HandlerProcessingResult Modifier and Type Method Description HandlerProcessingResultHandlerChainHandler. processAnnotation(AnnotationInfo annInfo)HandlerProcessingResultWebServiceHandler. processAnnotation(AnnotationInfo annInfo)HandlerProcessingResultWebServiceProviderHandler. processAnnotation(AnnotationInfo annInfo)HandlerProcessingResultWebServiceRefHandler. processAnnotation(AnnotationInfo annInfo)HandlerProcessingResultWebServiceRefsHandler. processAnnotation(AnnotationInfo ainfo)protected HandlerProcessingResultWebServiceRefHandler. processAWsRef(AnnotationInfo annInfo, jakarta.xml.ws.WebServiceRef annotation)HandlerProcessingResultHandlerChainHandler. processHandlerChainAnnotation(AnnotationInfo annInfo, AnnotatedElementHandler annCtx, AnnotatedElement annElem, Class declaringClass, boolean serviceSideChain)
-