| 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.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 |
| Modifier and Type | Class and Description |
|---|---|
class |
ActivationHandler |
class |
AdministeredObjectDefinitionHandler |
class |
AdministeredObjectDefinitionsHandler |
class |
AdministeredObjectHandler
Jagadish Ramu
|
class |
AuthenticationMechanismHandler |
class |
ConfigPropertyHandler |
class |
ConnectionDefinitionHandler |
class |
ConnectionDefinitionsHandler |
class |
ConnectionFactoryDefinitionHandler |
class |
ConnectionFactoryDefinitionsHandler |
class |
ConnectorAnnotationHandler |
class |
SecurityPermissionHandler |
| Modifier and Type | Class and Description |
|---|---|
class |
JMSConnectionFactoryDefinitionHandler |
class |
JMSConnectionFactoryDefinitionsHandler |
class |
JMSDestinationDefinitionHandler |
class |
JMSDestinationDefinitionsHandler |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractCommonAttributeHandler
This is an abstract class encapsulate generic behaviour of annotation
handler applying on Ejb and WebComponent Class.
|
class |
AbstractHandler
This is an abstract base class for Handlers.
|
class |
AbstractResourceHandler
This is an abstract class encapsulate generic behaviour of resource
annotation.
|
class |
DeclareRolesHandler
This handler is responsible for handling the
javax.annotation.security.DeclareRoles.
|
class |
DenyAllHandler
This handler is responsible for handling the javax.annotation.security.DenyAll.
|
class |
EntityManagerFactoryReferenceHandler
This handler is responsible for handling the
javax.persistence.PersistenceUnit annotation.
|
class |
EntityManagerFactoryReferencesHandler
This handler is responsible for handling the
javax.persistence.PersistenceUnits annotation.
|
class |
EntityManagerReferenceHandler
This handler is responsible for handling the
javax.persistence.PersistenceUnit annotation.
|
class |
EntityManagerReferencesHandler
This handler is responsible for handling the
javax.persistence.PersistenceContexts annotation.
|
class |
ManagedBeanHandler |
class |
PermitAllHandler
This handler is responsible for handling the
javax.annotation.security.PermitAll.
|
class |
PostConstructHandler
This handler is responsible for handling javax.annotation.PostConstruct
|
class |
PreDestroyHandler
This handler is responsible for handling javax.annotation.PreDestroy
|
class |
ResourceHandler
This handler is responsible for handling the javax.annotation.Resource
annotation.
|
class |
ResourcesHandler
This handler is responsible for handling javax.annotation.Resources
|
class |
RolesAllowedHandler
This handler is responsible for handling the
javax.annotation.security.RolesAllowed.
|
class |
RunAsHandler
This handler is responsible for handling the
javax.annotation.security.RunAs.
|
| Modifier and Type | Method and Description |
|---|---|
AnnotationHandler |
AnnotationProcessor.getAnnotationHandler(Class<? extends Annotation> type) |
| Modifier and Type | Method and Description |
|---|---|
void |
AnnotationProcessor.pushAnnotationHandler(AnnotationHandler handler)
Registers a new AnnotationHandler for a particular annotation type.
|
| Modifier and Type | Method and Description |
|---|---|
AnnotationHandler |
AnnotationProcessorImpl.getAnnotationHandler(Class<? extends Annotation> type) |
| Modifier and Type | Method and 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)
|
| Modifier and Type | Method and Description |
|---|---|
void |
AnnotationProcessorImpl.pushAnnotationHandler(AnnotationHandler handler) |
void |
AnnotationProcessorImpl.pushAnnotationHandler(String type,
AnnotationHandler handler)
This method is similar to
AnnotationProcessorImpl.pushAnnotationHandler(AnnotationHandler) except that
it takes an additional String type argument which allows us to avoid extracting the information from the
AnnotationHandler. |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractAttributeHandler
This is an abstract class encapsulate generic behaviour of annotation
handler applying on Ejb Class.
|
class |
AbstractEjbHandler
This is an abstract class for EJB annotation handler.
|
class |
AccessTimeoutHandler
This handler is responsible for handling the javax.ejb.AccessTimeout.
|
class |
AfterBeginHandler
This handler is responsible for handling the javax.ejb.AfterBegin
annotation on a Bean method.
|
class |
AfterCompletionHandler
This handler is responsible for handling the javax.ejb.AfterCompletion
annotation on a Bean method.
|
class |
ApplicationExceptionHandler
Handles @javax.ejb.ApplicationException
|
class |
AroundConstructHandler
This handler is responsible for handling javax.intercept.AroundConstruct
|
class |
AroundInvokeHandler
This handler is responsible for handling the javax.ejb.AroundInvoke attribute
|
class |
AroundTimeoutHandler
This handler is responsible for handling the javax.ejb.AroundTimeout attribute
|
class |
AsynchronousHandler
This handler is responsible for handling the javax.ejb.Asynchronous
annotation on the Bean class.
|
class |
BeforeCompletionHandler
This handler is responsible for handling the javax.ejb.BeforeCompletion
annotation on a Bean method.
|
class |
ConcurrencyManagementHandler
This handler is responsible for handling the javax.ejb.ConcurrencyManagement.
|
class |
EJBHandler
This handler is responsible for handling the javax.ejb.EJB
|
class |
EJBsHandler
This handler is responsible for handling the javax.ejb.EJBs attribute
|
class |
ExcludeClassInterceptorsHandler
This handler is responsible for handling the
javax.ejb.ExcludeClassInterceptors annotation.
|
class |
ExcludeDefaultInterceptorsHandler
This handler is responsible for handling the
javax.ejb.ExcludeDefaultInterceptors annotation.
|
class |
InitHandler
This handler is responsible for handling the javax.ejb.Init attribute
|
class |
InterceptorsHandler
This handler is responsible for handling javax.ejb.Interceptors
|
class |
LockHandler
This handler is responsible for handling the javax.ejb.Lock.
|
class |
PostActivateHandler
This handler is responsible for handling javax.ejb.PostActivate
|
class |
PrePassivateHandler
This handler is responsible for handling javax.ejb.PrePassivate
|
class |
RemoveHandler
This handler is responsible for handling the javax.ejb.Remove attribute
|
class |
ScheduleHandler
This handler is responsible for handling the javax.ejb.Schedule
annotation on methods of a Bean class.
|
class |
SchedulesHandler
This handler is responsible for handling the javax.ejb.Schedules attribute
|
class |
SingletonHandler
This handler is responsible for handling the javax.ejb.Singleton
|
class |
StatefulHandler
This handler is responsible for handling the javax.ejb.Stateful
|
class |
StatefulTimeoutHandler
This handler is responsible for handling the javax.ejb.ConcurrencyManagement.
|
class |
StatelessHandler
This handler is responsible for handling the javax.ejb.Stateless
|
class |
TimeoutHandler
This handler is responsible for handling the javax.ejb.Timeout attribute
|
class |
TransactionAttributeHandler
This handler is responsible for handling the javax.ejb.TransactionAttribute.
|
class |
TransactionManagementHandler
This handler is responsible for handling the javax.ejb.TransactionManagement.
|
| Modifier and Type | Class and Description |
|---|---|
class |
MessageDrivenHandler
This handler is responsible for handling the javax.ejb.MessageDriven
|
| Modifier and Type | Class and Description |
|---|---|
class |
DataSourceDefinitionHandler |
class |
DataSourceDefinitionsHandler |
| Modifier and Type | Class and Description |
|---|---|
class |
MailSessionDefinitionHandler
Created by IntelliJ IDEA.
|
class |
MailSessionDefinitionsHandler
Created by IntelliJ IDEA.
|
| Modifier and Type | Class and Description |
|---|---|
class |
MultipartConfigHandler
This handler is responsible in handling
javax.servlet.annotation.MultipartConfig.
|
class |
ServletSecurityHandler
This handler is responsible in handling
javax.servlet.annotation.ServletSecurity.
|
class |
WebFilterHandler
This handler is responsible in handling
javax.servlet.annotation.WebFilter.
|
class |
WebListenerHandler
This handler is responsible in handling
javax.servlet.annotation.WebListener.
|
class |
WebServletHandler
This handler is responsible in handling
javax.servlet.annotation.WebServlet.
|
| Modifier and Type | Class and Description |
|---|---|
class |
HandlerChainHandler
This handler takes care of the javax.jws.HandlerChain
|
class |
WebServiceHandler
This annotation handler is responsible for processing the javax.jws.WebService
annotation type.
|
class |
WebServiceProviderHandler
This annotation handler is responsible for processing the javax.jws.WebService
annotation type.
|
class |
WebServiceRefHandler
This annotation handler is responsible for processing the javax.jws.WebServiceRef annotation type.
|
class |
WebServiceRefsHandler
This handler is responsible for handling the WebServiceRefs annotation
|
Copyright © 2019. All rights reserved.