Package org.glassfish.ejb.deployment.annotation.handlers


package org.glassfish.ejb.deployment.annotation.handlers
  • Classes
    Class
    Description
    This is an abstract class encapsulate generic behaviour of annotation handler applying on Ejb Class.
    This is an abstract class for EJB annotation handler.
    This handler is responsible for handling the jakarta.ejb.AccessTimeout.
    This handler is responsible for handling the jakarta.ejb.AfterBegin annotation on a Bean method.
    This handler is responsible for handling the jakarta.ejb.AfterCompletion annotation on a Bean method.
    Handles @jakarta.ejb.ApplicationException
    This handler is responsible for handling jakarta.intercept.AroundConstruct
    This handler is responsible for handling the jakarta.ejb.AroundInvoke attribute
    This handler is responsible for handling the jakarta.ejb.AroundTimeout attribute
    This handler is responsible for handling the jakarta.ejb.Asynchronous annotation on the Bean class.
    This handler is responsible for handling the jakarta.ejb.BeforeCompletion annotation on a Bean method.
    This handler is responsible for handling the jakarta.ejb.ConcurrencyManagement.
    This handler is responsible for handling the jakarta.ejb.EJB
    This handler is responsible for handling the jakarta.ejb.EJBs attribute
    This handler is responsible for handling the jakarta.ejb.ExcludeClassInterceptors annotation.
    This handler is responsible for handling the jakarta.ejb.ExcludeDefaultInterceptors annotation.
    This handler is responsible for handling the jakarta.ejb.Init attribute
    This handler is responsible for handling jakarta.ejb.Interceptors
    This handler is responsible for handling the jakarta.ejb.Lock.
    This handler is responsible for handling jakarta.ejb.PostActivate
    This handler is responsible for handling jakarta.ejb.PrePassivate
    This handler is responsible for handling the jakarta.ejb.Remove attribute
    This handler is responsible for handling the jakarta.ejb.Schedule annotation on methods of a Bean class.
    This handler is responsible for handling the jakarta.ejb.Schedules attribute
    This handler is responsible for handling the jakarta.ejb.Singleton
    This handler is responsible for handling the jakarta.ejb.Stateful
    This handler is responsible for handling the jakarta.ejb.ConcurrencyManagement.
    This handler is responsible for handling the jakarta.ejb.Stateless
    This handler is responsible for handling the jakarta.ejb.Timeout attribute
    This handler is responsible for handling the jakarta.ejb.TransactionAttribute.
    This handler is responsible for handling the jakarta.ejb.TransactionManagement.