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

Class Summary
AbstractAttributeHandler This is an abstract class encapsulate generic behaviour of annotation handler applying on Ejb Class.
AbstractEjbHandler This is an abstract class for EJB annotation handler.
AccessTimeoutHandler This handler is responsible for handling the javax.ejb.AccessTimeout.
AfterBeginHandler This handler is responsible for handling the javax.ejb.AfterBegin annotation on a Bean method.
AfterCompletionHandler This handler is responsible for handling the javax.ejb.AfterCompletion annotation on a Bean method.
ApplicationExceptionHandler Handles @javax.ejb.ApplicationException
AroundInvokeHandler This handler is responsible for handling the javax.ejb.AroundInvoke attribute
AroundTimeoutHandler This handler is responsible for handling the javax.ejb.AroundTimeout attribute
AsynchronousHandler This handler is responsible for handling the javax.ejb.Asynchronous annotation on the Bean class.
BeforeCompletionHandler This handler is responsible for handling the javax.ejb.BeforeCompletion annotation on a Bean method.
ConcurrencyManagementHandler This handler is responsible for handling the javax.ejb.ConcurrencyManagement.
EJBHandler This handler is responsible for handling the javax.ejb.EJB
EJBsHandler This handler is responsible for handling the javax.ejb.EJBs attribute
ExcludeClassInterceptorsHandler This handler is responsible for handling the javax.ejb.ExcludeClassInterceptors annotation.
ExcludeDefaultInterceptorsHandler This handler is responsible for handling the javax.ejb.ExcludeDefaultInterceptors annotation.
InitHandler This handler is responsible for handling the javax.ejb.Init attribute
InterceptorsHandler This handler is responsible for handling javax.ejb.Interceptors
LockHandler This handler is responsible for handling the javax.ejb.Lock.
MessageDrivenHandler This handler is responsible for handling the javax.ejb.MessageDriven
PostActivateHandler This handler is responsible for handling javax.ejb.PostActivate
PrePassivateHandler This handler is responsible for handling javax.ejb.PrePassivate
RemoveHandler This handler is responsible for handling the javax.ejb.Remove attribute
ScheduleHandler This handler is responsible for handling the javax.ejb.Schedule annotation on methods of a Bean class.
SchedulesHandler This handler is responsible for handling the javax.ejb.Schedules attribute
SingletonHandler This handler is responsible for handling the javax.ejb.Singleton
StatefulHandler This handler is responsible for handling the javax.ejb.Stateful
StatefulTimeoutHandler This handler is responsible for handling the javax.ejb.ConcurrencyManagement.
StatelessHandler This handler is responsible for handling the javax.ejb.Stateless
TimeoutHandler This handler is responsible for handling the javax.ejb.Timeout attribute
TransactionAttributeHandler This handler is responsible for handling the javax.ejb.TransactionAttribute.
TransactionManagementHandler This handler is responsible for handling the javax.ejb.TransactionManagement.
 



Copyright © 2012 GlassFish Community. All Rights Reserved.