Uses of Interface
org.glassfish.apf.AnnotationHandler
-
Packages that use AnnotationHandler 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 AnnotationHandler in com.sun.enterprise.connectors.deployment.annotation.handlers
Classes in com.sun.enterprise.connectors.deployment.annotation.handlers that implement AnnotationHandler Modifier and Type Class Description classActivationHandlerclassAdministeredObjectDefinitionHandlerclassAdministeredObjectDefinitionsHandlerclassAdministeredObjectHandlerJagadish RamuclassAuthenticationMechanismHandlerclassConfigPropertyHandlerclassConnectionDefinitionHandlerclassConnectionDefinitionsHandlerclassConnectionFactoryDefinitionHandlerclassConnectionFactoryDefinitionsHandlerclassConnectorAnnotationHandlerclassSecurityPermissionHandler -
Uses of AnnotationHandler in com.sun.enterprise.connectors.jms.deployment.annotation.handlers
Classes in com.sun.enterprise.connectors.jms.deployment.annotation.handlers that implement AnnotationHandler Modifier and Type Class Description classJMSConnectionFactoryDefinitionHandlerclassJMSConnectionFactoryDefinitionsHandlerclassJMSDestinationDefinitionHandlerclassJMSDestinationDefinitionsHandler -
Uses of AnnotationHandler in com.sun.enterprise.deployment.annotation.handlers
Classes in com.sun.enterprise.deployment.annotation.handlers that implement AnnotationHandler Modifier and Type Class Description classAbstractCommonAttributeHandlerThis is an abstract class encapsulate generic behaviour of annotation handler applying on Ejb and WebComponent Class.classAbstractHandlerThis is an abstract base class for Handlers.classAbstractResourceHandlerThis is an abstract class encapsulate generic behaviour of resource annotation.classDeclareRolesHandlerThis handler is responsible for handling the jakarta.annotation.security.DeclareRoles.classDenyAllHandlerThis handler is responsible for handling the jakarta.annotation.security.DenyAll.classEntityManagerFactoryReferenceHandlerThis handler is responsible for handling the jakarta.persistence.PersistenceUnit annotation.classEntityManagerFactoryReferencesHandlerThis handler is responsible for handling the jakarta.persistence.PersistenceUnits annotation.classEntityManagerReferenceHandlerThis handler is responsible for handling the jakarta.persistence.PersistenceUnit annotation.classEntityManagerReferencesHandlerThis handler is responsible for handling the jakarta.persistence.PersistenceContexts annotation.classManagedBeanHandlerclassPermitAllHandlerThis handler is responsible for handling the jakarta.annotation.security.PermitAll.classPostConstructHandlerThis handler is responsible for handling jakarta.annotation.PostConstructclassPreDestroyHandlerThis handler is responsible for handling jakarta.annotation.PreDestroyclassResourceHandlerThis handler is responsible for handling the jakarta.annotation.Resource annotation.classResourcesHandlerThis handler is responsible for handling jakarta.annotation.ResourcesclassRolesAllowedHandlerThis handler is responsible for handling the jakarta.annotation.security.RolesAllowed.classRunAsHandlerThis handler is responsible for handling the jakarta.annotation.security.RunAs. -
Uses of AnnotationHandler in org.glassfish.apf
Methods in org.glassfish.apf that return AnnotationHandler Modifier and Type Method Description AnnotationHandlerAnnotationProcessor. getAnnotationHandler(Class<? extends Annotation> type)Methods in org.glassfish.apf with parameters of type AnnotationHandler Modifier and Type Method Description voidAnnotationProcessor. pushAnnotationHandler(AnnotationHandler handler)Registers a new AnnotationHandler for a particular annotation type. -
Uses of AnnotationHandler in org.glassfish.apf.impl
Methods in org.glassfish.apf.impl that return AnnotationHandler Modifier and Type Method Description AnnotationHandlerAnnotationProcessorImpl. getAnnotationHandler(Class<? extends Annotation> type)Methods in org.glassfish.apf.impl that return types with arguments of type AnnotationHandler Modifier and Type Method Description static org.glassfish.hk2.api.ActiveDescriptor<AnnotationHandler>AnnotationUtils. getAnnotationHandlerForDescriptor(org.glassfish.hk2.api.ServiceLocator locator, Class<?> forThis)Gets the annotation handler for the given class (without causing any of the annotation handlers to be classloaded)Methods in org.glassfish.apf.impl with parameters of type AnnotationHandler Modifier and Type Method Description voidAnnotationProcessorImpl. pushAnnotationHandler(String type, AnnotationHandler handler)This method is similar toAnnotationProcessorImpl.pushAnnotationHandler(AnnotationHandler)except that it takes an additional String type argument which allows us to avoid extracting the information from the AnnotationHandler.voidAnnotationProcessorImpl. pushAnnotationHandler(AnnotationHandler handler) -
Uses of AnnotationHandler in org.glassfish.concurrent.runtime.deployment.annotation.handlers
Classes in org.glassfish.concurrent.runtime.deployment.annotation.handlers that implement AnnotationHandler Modifier and Type Class Description classContextServiceDefinitionHandlerHandler for @ContextServiceDefinition.classContextServiceDefinitionListHandlerHandler for list of @ContextServiceDefinition annotations.classManagedExecutorDefinitionHandlerclassManagedExecutorDefinitionListHandlerclassManagedScheduledExecutorDefinitionHandlerclassManagedScheduledExecutorDefinitionListHandlerclassManagedThreadFactoryDefinitionHandlerclassManagedThreadFactoryDefinitionListHandler -
Uses of AnnotationHandler in org.glassfish.ejb.deployment.annotation.handlers
Classes in org.glassfish.ejb.deployment.annotation.handlers that implement AnnotationHandler Modifier and Type Class Description classAbstractAttributeHandlerThis is an abstract class encapsulate generic behaviour of annotation handler applying on Ejb Class.classAbstractEjbHandlerThis is an abstract class for EJB annotation handler.classAccessTimeoutHandlerThis handler is responsible for handling the jakarta.ejb.AccessTimeout.classAfterBeginHandlerThis handler is responsible for handling the jakarta.ejb.AfterBegin annotation on a Bean method.classAfterCompletionHandlerThis handler is responsible for handling the jakarta.ejb.AfterCompletion annotation on a Bean method.classApplicationExceptionHandlerHandles @jakarta.ejb.ApplicationExceptionclassAroundConstructHandlerThis handler is responsible for handling jakarta.intercept.AroundConstructclassAroundInvokeHandlerThis handler is responsible for handling the jakarta.ejb.AroundInvoke attributeclassAroundTimeoutHandlerThis handler is responsible for handling the jakarta.ejb.AroundTimeout attributeclassAsynchronousHandlerThis handler is responsible for handling the jakarta.ejb.Asynchronous annotation on the Bean class.classBeforeCompletionHandlerThis handler is responsible for handling the jakarta.ejb.BeforeCompletion annotation on a Bean method.classConcurrencyManagementHandlerThis handler is responsible for handling the jakarta.ejb.ConcurrencyManagement.classEJBHandlerThis handler is responsible for handling the jakarta.ejb.EJBclassEJBsHandlerThis handler is responsible for handling the jakarta.ejb.EJBs attributeclassExcludeClassInterceptorsHandlerThis handler is responsible for handling the jakarta.ejb.ExcludeClassInterceptors annotation.classExcludeDefaultInterceptorsHandlerThis handler is responsible for handling the jakarta.ejb.ExcludeDefaultInterceptors annotation.classInitHandlerThis handler is responsible for handling the jakarta.ejb.Init attributeclassInterceptorsHandlerThis handler is responsible for handling jakarta.ejb.InterceptorsclassLockHandlerThis handler is responsible for handling the jakarta.ejb.Lock.classPostActivateHandlerThis handler is responsible for handling jakarta.ejb.PostActivateclassPrePassivateHandlerThis handler is responsible for handling jakarta.ejb.PrePassivateclassRemoveHandlerThis handler is responsible for handling the jakarta.ejb.Remove attributeclassScheduleHandlerThis handler is responsible for handling the jakarta.ejb.Schedule annotation on methods of a Bean class.classSchedulesHandlerThis handler is responsible for handling the jakarta.ejb.Schedules attributeclassSingletonHandlerThis handler is responsible for handling the jakarta.ejb.SingletonclassStatefulHandlerThis handler is responsible for handling the jakarta.ejb.StatefulclassStatefulTimeoutHandlerThis handler is responsible for handling the jakarta.ejb.ConcurrencyManagement.classStatelessHandlerThis handler is responsible for handling the jakarta.ejb.StatelessclassTimeoutHandlerThis handler is responsible for handling the jakarta.ejb.Timeout attributeclassTransactionAttributeHandlerThis handler is responsible for handling the jakarta.ejb.TransactionAttribute.classTransactionManagementHandlerThis handler is responsible for handling the jakarta.ejb.TransactionManagement. -
Uses of AnnotationHandler in org.glassfish.ejb.mdb.deployment.annotation.handlers
Classes in org.glassfish.ejb.mdb.deployment.annotation.handlers that implement AnnotationHandler Modifier and Type Class Description classMessageDrivenHandlerThis handler is responsible for handling the jakarta.ejb.MessageDriven -
Uses of AnnotationHandler in org.glassfish.jdbcruntime.deployment.annotation.handlers
Classes in org.glassfish.jdbcruntime.deployment.annotation.handlers that implement AnnotationHandler Modifier and Type Class Description classDataSourceDefinitionHandlerclassDataSourceDefinitionsHandler -
Uses of AnnotationHandler in org.glassfish.resources.javamail.annotation.handler
Classes in org.glassfish.resources.javamail.annotation.handler that implement AnnotationHandler Modifier and Type Class Description classMailSessionDefinitionHandlerCreated by IntelliJ IDEA.classMailSessionDefinitionsHandlerCreated by IntelliJ IDEA. -
Uses of AnnotationHandler in org.glassfish.web.deployment.annotation.handlers
Classes in org.glassfish.web.deployment.annotation.handlers that implement AnnotationHandler Modifier and Type Class Description classMultipartConfigHandlerThis handler is responsible in handling jakarta.servlet.annotation.MultipartConfig.classServletSecurityHandlerThis handler is responsible in handling jakarta.servlet.annotation.ServletSecurity.classWebFilterHandlerThis handler is responsible in handling jakarta.servlet.annotation.WebFilter.classWebListenerHandlerThis handler is responsible in handling jakarta.servlet.annotation.WebListener.classWebServletHandlerThis handler is responsible in handling jakarta.servlet.annotation.WebServlet. -
Uses of AnnotationHandler in org.glassfish.webservices.connector.annotation.handlers
Classes in org.glassfish.webservices.connector.annotation.handlers that implement AnnotationHandler Modifier and Type Class Description classHandlerChainHandlerThis handler takes care of the jakarta.jws.HandlerChainclassWebServiceHandlerThis annotation handler is responsible for processing the jakarta.jws.WebService annotation type.classWebServiceProviderHandlerThis annotation handler is responsible for processing the jakarta.jws.WebService annotation type.classWebServiceRefHandlerThis annotation handler is responsible for processing the jakarta.jws.WebServiceRef annotation type.classWebServiceRefsHandlerThis handler is responsible for handling the WebServiceRefs annotation
-