Uses of Class
org.glassfish.apf.AnnotationInfo
-
-
Uses of AnnotationInfo in com.sun.enterprise.connectors.deployment.annotation.handlers
Methods in com.sun.enterprise.connectors.deployment.annotation.handlers with parameters of type AnnotationInfo Modifier and Type Method Description HandlerProcessingResultConfigPropertyHandler. handleConfigPropertyAnnotation(jakarta.resource.spi.ConfigProperty configProperty, AnnotationInfo element, ConnectorDescriptor desc)HandlerProcessingResultActivationHandler. processAnnotation(AnnotationInfo element)protected HandlerProcessingResultAdministeredObjectDefinitionHandler. processAnnotation(jakarta.resource.AdministeredObjectDefinition adminObjectDefnAn, AnnotationInfo aiInfo, ResourceContainerContext[] rcContexts)protected HandlerProcessingResultAdministeredObjectDefinitionHandler. processAnnotation(AnnotationInfo ainfo, ResourceContainerContext[] rcContexts)protected HandlerProcessingResultAdministeredObjectDefinitionsHandler. processAnnotation(AnnotationInfo ainfo, ResourceContainerContext[] rcContexts)HandlerProcessingResultAdministeredObjectHandler. processAnnotation(AnnotationInfo element)HandlerProcessingResultAuthenticationMechanismHandler. processAnnotation(AnnotationInfo element)HandlerProcessingResultConfigPropertyHandler. processAnnotation(AnnotationInfo element)HandlerProcessingResultConnectionDefinitionHandler. processAnnotation(AnnotationInfo element)voidConnectionDefinitionHandler. processAnnotation(AnnotationInfo element, jakarta.resource.spi.ConnectionDefinition defn)HandlerProcessingResultConnectionDefinitionsHandler. processAnnotation(AnnotationInfo element)protected HandlerProcessingResultConnectionFactoryDefinitionHandler. processAnnotation(jakarta.resource.ConnectionFactoryDefinition connectorFactoryDefnAn, AnnotationInfo aiInfo, ResourceContainerContext[] rcContexts)protected HandlerProcessingResultConnectionFactoryDefinitionHandler. processAnnotation(AnnotationInfo ainfo, ResourceContainerContext[] rcContexts)protected HandlerProcessingResultConnectionFactoryDefinitionsHandler. processAnnotation(AnnotationInfo ainfo, ResourceContainerContext[] rcContexts)HandlerProcessingResultConnectorAnnotationHandler. processAnnotation(AnnotationInfo element)HandlerProcessingResultSecurityPermissionHandler. processAnnotation(AnnotationInfo element) -
Uses of AnnotationInfo in com.sun.enterprise.connectors.jms.deployment.annotation.handlers
Methods in com.sun.enterprise.connectors.jms.deployment.annotation.handlers with parameters of type AnnotationInfo 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 AnnotationInfo in com.sun.enterprise.deployment
Methods in com.sun.enterprise.deployment that return types with arguments of type AnnotationInfo Modifier and Type Method Description Map<String,Set<AnnotationInfo>>ConnectorDescriptor. getAllConfigPropertyAnnotations()Collection<AnnotationInfo>ConnectorDescriptor. getConfigPropertyAnnotations(String className)Set<AnnotationInfo>ConnectorDescriptor. getConnectorAnnotations()Methods in com.sun.enterprise.deployment with parameters of type AnnotationInfo Modifier and Type Method Description voidConnectorDescriptor. addConfigPropertyAnnotation(String className, AnnotationInfo info)voidConnectorDescriptor. addConnectorAnnotation(AnnotationInfo c) -
Uses of AnnotationInfo in com.sun.enterprise.deployment.annotation.context
Methods in com.sun.enterprise.deployment.annotation.context with parameters of type AnnotationInfo Modifier and Type Method Description voidEjbContext. addPostProcessInfo(AnnotationInfo ainfo, PostProcessor postProcessor) -
Uses of AnnotationInfo in com.sun.enterprise.deployment.annotation.handlers
Methods in com.sun.enterprise.deployment.annotation.handlers with parameters of type AnnotationInfo Modifier and Type Method Description protected StringAbstractHandler. getInjectionMethodPropertyName(Method method, AnnotationInfo ainfo)protected HandlerProcessingResultAbstractHandler. getInvalidAnnotatedElementHandlerResult(AnnotatedElementHandler aeHandler, AnnotationInfo ainfo)protected voidAbstractHandler. log(Level level, AnnotationInfo ainfo, String localizedMessage)Logs an error with the annotation processing loggervoidPostProcessor. postProcessAnnotation(AnnotationInfo ainfo, T aeHandler)HandlerProcessingResultAbstractCommonAttributeHandler. 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)protected voidAbstractHandler. validateInjectionMethod(Method method, AnnotationInfo ainfo)Check if given method is a valid injection method. -
Uses of AnnotationInfo in org.glassfish.apf
Methods in org.glassfish.apf that return AnnotationInfo Modifier and Type Method Description AnnotationInfoAnnotationProcessorException. getLocator()Return information about the annotation and annotated element which caused the exception or null if it is not available.Methods in org.glassfish.apf with parameters of type AnnotationInfo Modifier and Type Method Description voidAnnotationProcessor. log(Level level, AnnotationInfo locator, String localizedMessage)Log a message on the default loggerHandlerProcessingResultAnnotationHandler. processAnnotation(AnnotationInfo element)Process a particular annotation which type is the same as the one returned by @see getAnnotationType().Constructors in org.glassfish.apf with parameters of type AnnotationInfo Constructor Description AnnotationProcessorException(String message, AnnotationInfo locator)Creates a new annotation exception -
Uses of AnnotationInfo in org.glassfish.apf.impl
Methods in org.glassfish.apf.impl with parameters of type AnnotationInfo Modifier and Type Method Description voidAnnotationProcessorImpl. log(Level level, AnnotationInfo locator, String localizedMessage)Log a message on the default logger -
Uses of AnnotationInfo in org.glassfish.concurrent.runtime.deployment.annotation.handlers
Methods in org.glassfish.concurrent.runtime.deployment.annotation.handlers with parameters of type AnnotationInfo Modifier and Type Method Description protected HandlerProcessingResultContextServiceDefinitionHandler. processAnnotation(AnnotationInfo annotationInfo, ResourceContainerContext[] resourceContainerContexts)protected HandlerProcessingResultContextServiceDefinitionListHandler. processAnnotation(AnnotationInfo annotationInfo, ResourceContainerContext[] resourceContainerContexts)protected HandlerProcessingResultManagedExecutorDefinitionHandler. processAnnotation(AnnotationInfo annotationInfo, ResourceContainerContext[] resourceContainerContexts)protected HandlerProcessingResultManagedExecutorDefinitionListHandler. processAnnotation(AnnotationInfo annotationInfo, ResourceContainerContext[] resourceContainerContexts)protected HandlerProcessingResultManagedScheduledExecutorDefinitionHandler. processAnnotation(AnnotationInfo annotationInfo, ResourceContainerContext[] resourceContainerContexts)protected HandlerProcessingResultManagedScheduledExecutorDefinitionListHandler. processAnnotation(AnnotationInfo annotationInfo, ResourceContainerContext[] resourceContainerContexts)protected HandlerProcessingResultManagedThreadFactoryDefinitionHandler. processAnnotation(AnnotationInfo annotationInfo, ResourceContainerContext[] resourceContainerContexts)protected HandlerProcessingResultManagedThreadFactoryDefinitionListHandler. processAnnotation(AnnotationInfo annotationInfo, ResourceContainerContext[] resourceContainerContexts) -
Uses of AnnotationInfo in org.glassfish.ejb.deployment.annotation.handlers
Methods in org.glassfish.ejb.deployment.annotation.handlers with parameters of type AnnotationInfo Modifier and Type Method Description protected abstract EjbDescriptorAbstractEjbHandler. createEjbDescriptor(String elementName, AnnotationInfo ainfo)Create a new EjbDescriptor for a given elementName and AnnotationInfo.protected EjbDescriptorSingletonHandler. createEjbDescriptor(String elementName, AnnotationInfo ainfo)Create a new EjbDescriptor for a given elementName and AnnotationInfo.protected EjbDescriptorStatefulHandler. createEjbDescriptor(String elementName, AnnotationInfo ainfo)Create a new EjbDescriptor for a given elementName and AnnotationInfo.protected EjbDescriptorStatelessHandler. createEjbDescriptor(String elementName, AnnotationInfo ainfo)Create a new EjbDescriptor for a given elementName and AnnotationInfo.protected LifecycleCallbackDescriptorAroundInvokeHandler. getAroundInvocationDescriptor(AnnotationInfo ainfo)voidAccessTimeoutHandler. postProcessAnnotation(AnnotationInfo ainfo, EjbContext ejbContext)Set the default value (from class type annotation) on all methods that don't have a value.voidAsynchronousHandler. postProcessAnnotation(AnnotationInfo ainfo, EjbContext ejbContext)Set the default value (from class type annotation) on all methods that don't have a value.voidLockHandler. postProcessAnnotation(AnnotationInfo ainfo, EjbContext ejbContext)Set the default value (from class type annotation) on all methods that don't have a value.voidTransactionAttributeHandler. postProcessAnnotation(AnnotationInfo ainfo, EjbContext ejbContext)Set the default value (from class type annotation) on all methods that don't have a value.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 AnnotationInfo in org.glassfish.ejb.mdb.deployment.annotation.handlers
Methods in org.glassfish.ejb.mdb.deployment.annotation.handlers with parameters of type AnnotationInfo Modifier and Type Method Description protected EjbDescriptorMessageDrivenHandler. createEjbDescriptor(String elementName, AnnotationInfo ainfo)Create a new EjbDescriptor for a given elementName and AnnotationInfo.protected HandlerProcessingResultMessageDrivenHandler. setEjbDescriptorInfo(EjbDescriptor ejbDesc, AnnotationInfo ainfo)Set Annotation information to Descriptor. -
Uses of AnnotationInfo in org.glassfish.jdbcruntime.deployment.annotation.handlers
Methods in org.glassfish.jdbcruntime.deployment.annotation.handlers with parameters of type AnnotationInfo 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 AnnotationInfo in org.glassfish.resources.javamail.annotation.handler
Methods in org.glassfish.resources.javamail.annotation.handler with parameters of type AnnotationInfo 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 AnnotationInfo in org.glassfish.web.deployment.annotation.handlers
-
Uses of AnnotationInfo in org.glassfish.webservices.connector.annotation.handlers
Methods in org.glassfish.webservices.connector.annotation.handlers with parameters of type AnnotationInfo 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)
-