A B C D E G H I L M O P R S T

A

AbstractAttributeHandler - Class in org.glassfish.ejb.deployment.annotation.handlers
This is an abstract class encapsulate generic behaviour of annotation handler applying on Ejb Class.
AbstractAttributeHandler() - Constructor for class org.glassfish.ejb.deployment.annotation.handlers.AbstractAttributeHandler
 
AbstractEjbHandler - Class in org.glassfish.ejb.deployment.annotation.handlers
This is an abstract class for EJB annotation handler.
AbstractEjbHandler() - Constructor for class org.glassfish.ejb.deployment.annotation.handlers.AbstractEjbHandler
 
AccessTimeoutHandler - Class in org.glassfish.ejb.deployment.annotation.handlers
This handler is responsible for handling the javax.ejb.AccessTimeout.
AccessTimeoutHandler() - Constructor for class org.glassfish.ejb.deployment.annotation.handlers.AccessTimeoutHandler
 
AfterBeginHandler - Class in org.glassfish.ejb.deployment.annotation.handlers
This handler is responsible for handling the javax.ejb.AfterBegin annotation on a Bean method.
AfterBeginHandler() - Constructor for class org.glassfish.ejb.deployment.annotation.handlers.AfterBeginHandler
 
AfterCompletionHandler - Class in org.glassfish.ejb.deployment.annotation.handlers
This handler is responsible for handling the javax.ejb.AfterCompletion annotation on a Bean method.
AfterCompletionHandler() - Constructor for class org.glassfish.ejb.deployment.annotation.handlers.AfterCompletionHandler
 
ApplicationExceptionHandler - Class in org.glassfish.ejb.deployment.annotation.handlers
Handles @javax.ejb.ApplicationException
ApplicationExceptionHandler() - Constructor for class org.glassfish.ejb.deployment.annotation.handlers.ApplicationExceptionHandler
 
AroundInvokeHandler - Class in org.glassfish.ejb.deployment.annotation.handlers
This handler is responsible for handling the javax.ejb.AroundInvoke attribute
AroundInvokeHandler() - Constructor for class org.glassfish.ejb.deployment.annotation.handlers.AroundInvokeHandler
 
AroundTimeoutHandler - Class in org.glassfish.ejb.deployment.annotation.handlers
This handler is responsible for handling the javax.ejb.AroundTimeout attribute
AroundTimeoutHandler() - Constructor for class org.glassfish.ejb.deployment.annotation.handlers.AroundTimeoutHandler
 
AsynchronousHandler - Class in org.glassfish.ejb.deployment.annotation.handlers
This handler is responsible for handling the javax.ejb.Asynchronous annotation on the Bean class.
AsynchronousHandler() - Constructor for class org.glassfish.ejb.deployment.annotation.handlers.AsynchronousHandler
 

B

BeforeCompletionHandler - Class in org.glassfish.ejb.deployment.annotation.handlers
This handler is responsible for handling the javax.ejb.BeforeCompletion annotation on a Bean method.
BeforeCompletionHandler() - Constructor for class org.glassfish.ejb.deployment.annotation.handlers.BeforeCompletionHandler
 

C

ConcurrencyManagementHandler - Class in org.glassfish.ejb.deployment.annotation.handlers
This handler is responsible for handling the javax.ejb.ConcurrencyManagement.
ConcurrencyManagementHandler() - Constructor for class org.glassfish.ejb.deployment.annotation.handlers.ConcurrencyManagementHandler
 
createEjbDescriptor(String, AnnotationInfo) - Method in class org.glassfish.ejb.deployment.annotation.handlers.AbstractEjbHandler
Create a new EjbDescriptor for a given elementName and AnnotationInfo.
createEjbDescriptor(String, AnnotationInfo) - Method in class org.glassfish.ejb.deployment.annotation.handlers.MessageDrivenHandler
Create a new EjbDescriptor for a given elementName and AnnotationInfo.
createEjbDescriptor(String, AnnotationInfo) - Method in class org.glassfish.ejb.deployment.annotation.handlers.SingletonHandler
Create a new EjbDescriptor for a given elementName and AnnotationInfo.
createEjbDescriptor(String, AnnotationInfo) - Method in class org.glassfish.ejb.deployment.annotation.handlers.StatefulHandler
Create a new EjbDescriptor for a given elementName and AnnotationInfo.
createEjbDescriptor(String, AnnotationInfo) - Method in class org.glassfish.ejb.deployment.annotation.handlers.StatelessHandler
Create a new EjbDescriptor for a given elementName and AnnotationInfo.

D

doDescriptionProcessing(String, EjbDescriptor) - Method in class org.glassfish.ejb.deployment.annotation.handlers.AbstractEjbHandler
 
doMappedNameProcessing(String, EjbDescriptor) - Method in class org.glassfish.ejb.deployment.annotation.handlers.AbstractEjbHandler
 

E

EjbAnnotationTypesProvider - Class in org.glassfish.ejb.deployment
Provides the annotation types for the EJB Types
EjbAnnotationTypesProvider() - Constructor for class org.glassfish.ejb.deployment.EjbAnnotationTypesProvider
 
EJBHandler - Class in org.glassfish.ejb.deployment.annotation.handlers
This handler is responsible for handling the javax.ejb.EJB
EJBHandler() - Constructor for class org.glassfish.ejb.deployment.annotation.handlers.EJBHandler
 
EjbInWarArchivist - Class in org.glassfish.ejb.deployment.archivist
 
EjbInWarArchivist() - Constructor for class org.glassfish.ejb.deployment.archivist.EjbInWarArchivist
 
EjbInWarScanner - Class in org.glassfish.ejb.deployment.annotation.impl
Created by IntelliJ IDEA.
EjbInWarScanner() - Constructor for class org.glassfish.ejb.deployment.annotation.impl.EjbInWarScanner
 
EJBsHandler - Class in org.glassfish.ejb.deployment.annotation.handlers
This handler is responsible for handling the javax.ejb.EJBs attribute
EJBsHandler() - Constructor for class org.glassfish.ejb.deployment.annotation.handlers.EJBsHandler
 
EjbSniffer - Class in org.glassfish.ejb
Implementation of the Sniffer for the Ejb container.
EjbSniffer() - Constructor for class org.glassfish.ejb.EjbSniffer
 
EjbSniffer(String, String, String) - Constructor for class org.glassfish.ejb.EjbSniffer
 
ExcludeClassInterceptorsHandler - Class in org.glassfish.ejb.deployment.annotation.handlers
This handler is responsible for handling the javax.ejb.ExcludeClassInterceptors annotation.
ExcludeClassInterceptorsHandler() - Constructor for class org.glassfish.ejb.deployment.annotation.handlers.ExcludeClassInterceptorsHandler
 
ExcludeDefaultInterceptorsHandler - Class in org.glassfish.ejb.deployment.annotation.handlers
This handler is responsible for handling the javax.ejb.ExcludeDefaultInterceptors annotation.
ExcludeDefaultInterceptorsHandler() - Constructor for class org.glassfish.ejb.deployment.annotation.handlers.ExcludeDefaultInterceptorsHandler
 
excludedFromImplementsClause(Class) - Method in class org.glassfish.ejb.deployment.annotation.handlers.AbstractEjbHandler
 

G

getAnnotatedName(Annotation) - Method in class org.glassfish.ejb.deployment.annotation.handlers.AbstractEjbHandler
Return the name attribute of given annotation.
getAnnotatedName(Annotation) - Method in class org.glassfish.ejb.deployment.annotation.handlers.MessageDrivenHandler
Return the name attribute of given annotation.
getAnnotatedName(Annotation) - Method in class org.glassfish.ejb.deployment.annotation.handlers.SingletonHandler
Return the name attribute of given annotation.
getAnnotatedName(Annotation) - Method in class org.glassfish.ejb.deployment.annotation.handlers.StatefulHandler
Return the name attribute of given annotation.
getAnnotatedName(Annotation) - Method in class org.glassfish.ejb.deployment.annotation.handlers.StatelessHandler
Return the name attribute of given annotation.
getAnnotationType() - Method in class org.glassfish.ejb.deployment.annotation.handlers.AccessTimeoutHandler
 
getAnnotationType() - Method in class org.glassfish.ejb.deployment.annotation.handlers.AfterBeginHandler
 
getAnnotationType() - Method in class org.glassfish.ejb.deployment.annotation.handlers.AfterCompletionHandler
 
getAnnotationType() - Method in class org.glassfish.ejb.deployment.annotation.handlers.ApplicationExceptionHandler
 
getAnnotationType() - Method in class org.glassfish.ejb.deployment.annotation.handlers.AroundInvokeHandler
 
getAnnotationType() - Method in class org.glassfish.ejb.deployment.annotation.handlers.AroundTimeoutHandler
 
getAnnotationType() - Method in class org.glassfish.ejb.deployment.annotation.handlers.AsynchronousHandler
 
getAnnotationType() - Method in class org.glassfish.ejb.deployment.annotation.handlers.BeforeCompletionHandler
 
getAnnotationType() - Method in class org.glassfish.ejb.deployment.annotation.handlers.ConcurrencyManagementHandler
 
getAnnotationType() - Method in class org.glassfish.ejb.deployment.annotation.handlers.EJBHandler
 
getAnnotationType() - Method in class org.glassfish.ejb.deployment.annotation.handlers.EJBsHandler
 
getAnnotationType() - Method in class org.glassfish.ejb.deployment.annotation.handlers.ExcludeClassInterceptorsHandler
 
getAnnotationType() - Method in class org.glassfish.ejb.deployment.annotation.handlers.ExcludeDefaultInterceptorsHandler
 
getAnnotationType() - Method in class org.glassfish.ejb.deployment.annotation.handlers.InitHandler
 
getAnnotationType() - Method in class org.glassfish.ejb.deployment.annotation.handlers.InterceptorsHandler
 
getAnnotationType() - Method in class org.glassfish.ejb.deployment.annotation.handlers.LockHandler
 
getAnnotationType() - Method in class org.glassfish.ejb.deployment.annotation.handlers.MessageDrivenHandler
 
getAnnotationType() - Method in class org.glassfish.ejb.deployment.annotation.handlers.PostActivateHandler
 
getAnnotationType() - Method in class org.glassfish.ejb.deployment.annotation.handlers.PrePassivateHandler
 
getAnnotationType() - Method in class org.glassfish.ejb.deployment.annotation.handlers.RemoveHandler
 
getAnnotationType() - Method in class org.glassfish.ejb.deployment.annotation.handlers.ScheduleHandler
 
getAnnotationType() - Method in class org.glassfish.ejb.deployment.annotation.handlers.SchedulesHandler
 
getAnnotationType() - Method in class org.glassfish.ejb.deployment.annotation.handlers.SingletonHandler
 
getAnnotationType() - Method in class org.glassfish.ejb.deployment.annotation.handlers.StatefulHandler
 
getAnnotationType() - Method in class org.glassfish.ejb.deployment.annotation.handlers.StatefulTimeoutHandler
 
getAnnotationType() - Method in class org.glassfish.ejb.deployment.annotation.handlers.StatelessHandler
 
getAnnotationType() - Method in class org.glassfish.ejb.deployment.annotation.handlers.TimeoutHandler
 
getAnnotationType() - Method in class org.glassfish.ejb.deployment.annotation.handlers.TransactionAttributeHandler
 
getAnnotationType() - Method in class org.glassfish.ejb.deployment.annotation.handlers.TransactionManagementHandler
 
getAnnotationTypes() - Method in class org.glassfish.ejb.deployment.EjbAnnotationTypesProvider
 
getAnnotationTypes() - Method in class org.glassfish.ejb.EjbSniffer
 
getAroundInvocationDescriptor(AnnotationInfo) - Method in class org.glassfish.ejb.deployment.annotation.handlers.AroundInvokeHandler
 
getConfigurationDDFile(RootDeploymentDescriptor) - Method in class org.glassfish.ejb.deployment.archivist.EjbInWarArchivist
 
getContainersNames() - Method in class org.glassfish.ejb.EjbSniffer
 
getDefaultDescriptor() - Method in class org.glassfish.ejb.deployment.archivist.EjbInWarArchivist
 
getDeploymentConfigurationPaths() - Method in class org.glassfish.ejb.EjbSniffer
Returns the descriptor paths that might exist at an ejb app.
getIncompatibleSnifferTypes() - Method in class org.glassfish.ejb.EjbSniffer
 
getModuleType() - Method in class org.glassfish.ejb.deployment.archivist.EjbInWarArchivist
 
getScanner() - Method in class org.glassfish.ejb.deployment.archivist.EjbInWarArchivist
Returns the scanner for this archivist, usually it is the scanner registered with the same module type as this archivist, but subclasses can return a different version
getStandardDDFile(RootDeploymentDescriptor) - Method in class org.glassfish.ejb.deployment.archivist.EjbInWarArchivist
 
getSunConfigurationDDFile(RootDeploymentDescriptor) - Method in class org.glassfish.ejb.deployment.archivist.EjbInWarArchivist
 
getType(String) - Method in class org.glassfish.ejb.deployment.EjbAnnotationTypesProvider
 
getTypeDependencies() - Method in class org.glassfish.ejb.deployment.annotation.handlers.AccessTimeoutHandler
 
getTypeDependencies() - Method in class org.glassfish.ejb.deployment.annotation.handlers.AfterBeginHandler
 
getTypeDependencies() - Method in class org.glassfish.ejb.deployment.annotation.handlers.AfterCompletionHandler
 
getTypeDependencies() - Method in class org.glassfish.ejb.deployment.annotation.handlers.AroundInvokeHandler
 
getTypeDependencies() - Method in class org.glassfish.ejb.deployment.annotation.handlers.AsynchronousHandler
 
getTypeDependencies() - Method in class org.glassfish.ejb.deployment.annotation.handlers.BeforeCompletionHandler
 
getTypeDependencies() - Method in class org.glassfish.ejb.deployment.annotation.handlers.ConcurrencyManagementHandler
 
getTypeDependencies() - Method in class org.glassfish.ejb.deployment.annotation.handlers.ExcludeClassInterceptorsHandler
 
getTypeDependencies() - Method in class org.glassfish.ejb.deployment.annotation.handlers.ExcludeDefaultInterceptorsHandler
 
getTypeDependencies() - Method in class org.glassfish.ejb.deployment.annotation.handlers.InitHandler
 
getTypeDependencies() - Method in class org.glassfish.ejb.deployment.annotation.handlers.InterceptorsHandler
 
getTypeDependencies() - Method in class org.glassfish.ejb.deployment.annotation.handlers.LockHandler
 
getTypeDependencies() - Method in class org.glassfish.ejb.deployment.annotation.handlers.PostActivateHandler
 
getTypeDependencies() - Method in class org.glassfish.ejb.deployment.annotation.handlers.PrePassivateHandler
 
getTypeDependencies() - Method in class org.glassfish.ejb.deployment.annotation.handlers.RemoveHandler
 
getTypeDependencies() - Method in class org.glassfish.ejb.deployment.annotation.handlers.ScheduleHandler
 
getTypeDependencies() - Method in class org.glassfish.ejb.deployment.annotation.handlers.StatefulTimeoutHandler
 
getTypeDependencies() - Method in class org.glassfish.ejb.deployment.annotation.handlers.TimeoutHandler
 
getTypeDependencies() - Method in class org.glassfish.ejb.deployment.annotation.handlers.TransactionAttributeHandler
 
getTypeDependencies() - Method in class org.glassfish.ejb.deployment.annotation.handlers.TransactionManagementHandler
 

H

handles(ReadableArchive, ClassLoader) - Method in class org.glassfish.ejb.EjbSniffer
Returns true if the passed file or directory is recognized by this instance.

I

InitHandler - Class in org.glassfish.ejb.deployment.annotation.handlers
This handler is responsible for handling the javax.ejb.Init attribute
InitHandler() - Constructor for class org.glassfish.ejb.deployment.annotation.handlers.InitHandler
 
InterceptorsHandler - Class in org.glassfish.ejb.deployment.annotation.handlers
This handler is responsible for handling javax.ejb.Interceptors
InterceptorsHandler() - Constructor for class org.glassfish.ejb.deployment.annotation.handlers.InterceptorsHandler
 
isDelegatee() - Method in class org.glassfish.ejb.deployment.annotation.handlers.AbstractAttributeHandler
This indicates whether the annotation can be processed by delegation from the another annotation.
isDelegatee() - Method in class org.glassfish.ejb.deployment.annotation.handlers.AroundInvokeHandler
 
isDelegatee() - Method in class org.glassfish.ejb.deployment.annotation.handlers.PostActivateHandler
 
isDelegatee() - Method in class org.glassfish.ejb.deployment.annotation.handlers.PrePassivateHandler
 
isUserVisible() - Method in class org.glassfish.ejb.EjbSniffer
 
isValidEjbDescriptor(EjbDescriptor, Annotation) - Method in class org.glassfish.ejb.deployment.annotation.handlers.AbstractEjbHandler
 
isValidEjbDescriptor(EjbDescriptor, Annotation) - Method in class org.glassfish.ejb.deployment.annotation.handlers.MessageDrivenHandler
Check if the given EjbDescriptor matches the given Annotation.
isValidEjbDescriptor(EjbDescriptor, Annotation) - Method in class org.glassfish.ejb.deployment.annotation.handlers.SingletonHandler
Check if the given EjbDescriptor matches the given Annotation.
isValidEjbDescriptor(EjbDescriptor, Annotation) - Method in class org.glassfish.ejb.deployment.annotation.handlers.StatefulHandler
Check if the given EjbDescriptor matches the given Annotation.
isValidEjbDescriptor(EjbDescriptor, Annotation) - Method in class org.glassfish.ejb.deployment.annotation.handlers.StatelessHandler
Check if the given EjbDescriptor matches the given Annotation.

L

LockHandler - Class in org.glassfish.ejb.deployment.annotation.handlers
This handler is responsible for handling the javax.ejb.Lock.
LockHandler() - Constructor for class org.glassfish.ejb.deployment.annotation.handlers.LockHandler
 

M

MessageDrivenHandler - Class in org.glassfish.ejb.deployment.annotation.handlers
This handler is responsible for handling the javax.ejb.MessageDriven
MessageDrivenHandler() - Constructor for class org.glassfish.ejb.deployment.annotation.handlers.MessageDrivenHandler
Creates a new instance of MessageDrivenHandler

O

org.glassfish.ejb - package org.glassfish.ejb
 
org.glassfish.ejb.deployment - package org.glassfish.ejb.deployment
 
org.glassfish.ejb.deployment.annotation.handlers - package org.glassfish.ejb.deployment.annotation.handlers
 
org.glassfish.ejb.deployment.annotation.impl - package org.glassfish.ejb.deployment.annotation.impl
 
org.glassfish.ejb.deployment.archivist - package org.glassfish.ejb.deployment.archivist
 

P

PostActivateHandler - Class in org.glassfish.ejb.deployment.annotation.handlers
This handler is responsible for handling javax.ejb.PostActivate
PostActivateHandler() - Constructor for class org.glassfish.ejb.deployment.annotation.handlers.PostActivateHandler
 
postProcessAnnotation(AnnotationInfo, EjbContext) - Method in class org.glassfish.ejb.deployment.annotation.handlers.AccessTimeoutHandler
Set the default value (from class type annotation) on all methods that don't have a value.
postProcessAnnotation(AnnotationInfo, EjbContext) - Method in class org.glassfish.ejb.deployment.annotation.handlers.AsynchronousHandler
Set the default value (from class type annotation) on all methods that don't have a value.
postProcessAnnotation(AnnotationInfo, EjbContext) - Method in class org.glassfish.ejb.deployment.annotation.handlers.LockHandler
Set the default value (from class type annotation) on all methods that don't have a value.
postProcessAnnotation(AnnotationInfo, EjbContext) - Method in class org.glassfish.ejb.deployment.annotation.handlers.TransactionAttributeHandler
Set the default value (from class type annotation) on all methods that don't have a value.
PrePassivateHandler - Class in org.glassfish.ejb.deployment.annotation.handlers
This handler is responsible for handling javax.ejb.PrePassivate
PrePassivateHandler() - Constructor for class org.glassfish.ejb.deployment.annotation.handlers.PrePassivateHandler
 
process(File, EjbBundleDescriptor, ClassLoader) - Method in class org.glassfish.ejb.deployment.annotation.impl.EjbInWarScanner
This scanner will scan the archiveFile for annotation processing.
processAnnotation(AnnotationInfo, EjbContext[]) - Method in class org.glassfish.ejb.deployment.annotation.handlers.AbstractAttributeHandler
Process Annotation with given EjbContexts.
processAnnotation(AnnotationInfo, EjbInterceptorContext) - Method in class org.glassfish.ejb.deployment.annotation.handlers.AbstractAttributeHandler
Process Annotation with given InteceptorContext.
processAnnotation(AnnotationInfo) - Method in class org.glassfish.ejb.deployment.annotation.handlers.AbstractAttributeHandler
Process a particular annotation which type is the same as the one returned by @see getAnnotationType().
processAnnotation(AnnotationInfo) - Method in class org.glassfish.ejb.deployment.annotation.handlers.AbstractEjbHandler
Process a particular annotation which type is the same as the one returned by @see getAnnotationType().
processAnnotation(AnnotationInfo, EjbContext[]) - Method in class org.glassfish.ejb.deployment.annotation.handlers.AccessTimeoutHandler
 
processAnnotation(AnnotationInfo, EjbContext[]) - Method in class org.glassfish.ejb.deployment.annotation.handlers.AfterBeginHandler
 
processAnnotation(AnnotationInfo, EjbContext[]) - Method in class org.glassfish.ejb.deployment.annotation.handlers.AfterCompletionHandler
 
processAnnotation(AnnotationInfo) - Method in class org.glassfish.ejb.deployment.annotation.handlers.ApplicationExceptionHandler
 
processAnnotation(AnnotationInfo, EjbContext[]) - Method in class org.glassfish.ejb.deployment.annotation.handlers.AroundInvokeHandler
 
processAnnotation(AnnotationInfo, EjbInterceptorContext) - Method in class org.glassfish.ejb.deployment.annotation.handlers.AroundInvokeHandler
 
processAnnotation(AnnotationInfo, EjbContext[]) - Method in class org.glassfish.ejb.deployment.annotation.handlers.AroundTimeoutHandler
 
processAnnotation(AnnotationInfo, EjbInterceptorContext) - Method in class org.glassfish.ejb.deployment.annotation.handlers.AroundTimeoutHandler
 
processAnnotation(AnnotationInfo, EjbContext[]) - Method in class org.glassfish.ejb.deployment.annotation.handlers.AsynchronousHandler
 
processAnnotation(AnnotationInfo, EjbContext[]) - Method in class org.glassfish.ejb.deployment.annotation.handlers.BeforeCompletionHandler
 
processAnnotation(AnnotationInfo, EjbContext[]) - Method in class org.glassfish.ejb.deployment.annotation.handlers.ConcurrencyManagementHandler
 
processAnnotation(AnnotationInfo, ResourceContainerContext[]) - Method in class org.glassfish.ejb.deployment.annotation.handlers.EJBHandler
Process a particular annotation which type is the same as the one returned by @see getAnnotationType().
processAnnotation(AnnotationInfo, ResourceContainerContext[]) - Method in class org.glassfish.ejb.deployment.annotation.handlers.EJBsHandler
 
processAnnotation(AnnotationInfo, EjbContext[]) - Method in class org.glassfish.ejb.deployment.annotation.handlers.ExcludeClassInterceptorsHandler
 
processAnnotation(AnnotationInfo, EjbContext[]) - Method in class org.glassfish.ejb.deployment.annotation.handlers.ExcludeDefaultInterceptorsHandler
 
processAnnotation(AnnotationInfo, EjbContext[]) - Method in class org.glassfish.ejb.deployment.annotation.handlers.InitHandler
 
processAnnotation(AnnotationInfo, EjbContext[]) - Method in class org.glassfish.ejb.deployment.annotation.handlers.InterceptorsHandler
 
processAnnotation(AnnotationInfo, EjbContext[]) - Method in class org.glassfish.ejb.deployment.annotation.handlers.LockHandler
 
processAnnotation(AnnotationInfo, EjbContext[]) - Method in class org.glassfish.ejb.deployment.annotation.handlers.PostActivateHandler
 
processAnnotation(AnnotationInfo, EjbInterceptorContext) - Method in class org.glassfish.ejb.deployment.annotation.handlers.PostActivateHandler
 
processAnnotation(AnnotationInfo, EjbContext[]) - Method in class org.glassfish.ejb.deployment.annotation.handlers.PrePassivateHandler
 
processAnnotation(AnnotationInfo, EjbInterceptorContext) - Method in class org.glassfish.ejb.deployment.annotation.handlers.PrePassivateHandler
 
processAnnotation(AnnotationInfo, EjbContext[]) - Method in class org.glassfish.ejb.deployment.annotation.handlers.RemoveHandler
 
processAnnotation(AnnotationInfo, EjbContext[]) - Method in class org.glassfish.ejb.deployment.annotation.handlers.ScheduleHandler
 
processAnnotation(AnnotationInfo, EjbContext[]) - Method in class org.glassfish.ejb.deployment.annotation.handlers.SchedulesHandler
 
processAnnotation(AnnotationInfo, EjbContext[]) - Method in class org.glassfish.ejb.deployment.annotation.handlers.StatefulTimeoutHandler
 
processAnnotation(AnnotationInfo, EjbContext[]) - Method in class org.glassfish.ejb.deployment.annotation.handlers.TimeoutHandler
 
processAnnotation(AnnotationInfo, EjbContext[]) - Method in class org.glassfish.ejb.deployment.annotation.handlers.TransactionAttributeHandler
 
processAnnotation(AnnotationInfo, EjbContext[]) - Method in class org.glassfish.ejb.deployment.annotation.handlers.TransactionManagementHandler
 
processEJB(AnnotationInfo, ResourceContainerContext[], EJB) - Method in class org.glassfish.ejb.deployment.annotation.handlers.EJBHandler
Process a particular annotation whose type is the same as the one returned by @see getAnnotationType().
processSchedule(Schedule, AnnotationInfo, EjbContext[]) - Method in class org.glassfish.ejb.deployment.annotation.handlers.ScheduleHandler
 

R

RemoveHandler - Class in org.glassfish.ejb.deployment.annotation.handlers
This handler is responsible for handling the javax.ejb.Remove attribute
RemoveHandler() - Constructor for class org.glassfish.ejb.deployment.annotation.handlers.RemoveHandler
 

S

ScheduleHandler - Class in org.glassfish.ejb.deployment.annotation.handlers
This handler is responsible for handling the javax.ejb.Schedule annotation on methods of a Bean class.
ScheduleHandler() - Constructor for class org.glassfish.ejb.deployment.annotation.handlers.ScheduleHandler
 
SchedulesHandler - Class in org.glassfish.ejb.deployment.annotation.handlers
This handler is responsible for handling the javax.ejb.Schedules attribute
SchedulesHandler() - Constructor for class org.glassfish.ejb.deployment.annotation.handlers.SchedulesHandler
 
setBusinessAndHomeInterfaces(EjbDescriptor, AnnotationInfo) - Method in class org.glassfish.ejb.deployment.annotation.handlers.AbstractEjbHandler
MessageDriven bean does not need to invoke this API.
setEjbDescriptorInfo(EjbDescriptor, AnnotationInfo) - Method in class org.glassfish.ejb.deployment.annotation.handlers.AbstractEjbHandler
Set Annotation information to Descriptor.
setEjbDescriptorInfo(EjbDescriptor, AnnotationInfo) - Method in class org.glassfish.ejb.deployment.annotation.handlers.MessageDrivenHandler
Set Annotation information to Descriptor.
setEjbDescriptorInfo(EjbDescriptor, AnnotationInfo) - Method in class org.glassfish.ejb.deployment.annotation.handlers.SingletonHandler
Set Annotation information to Descriptor.
setEjbDescriptorInfo(EjbDescriptor, AnnotationInfo) - Method in class org.glassfish.ejb.deployment.annotation.handlers.StatefulHandler
Set Annotation information to Descriptor.
setEjbDescriptorInfo(EjbDescriptor, AnnotationInfo) - Method in class org.glassfish.ejb.deployment.annotation.handlers.StatelessHandler
Set Annotation information to Descriptor.
setup(String, Logger) - Method in class org.glassfish.ejb.EjbSniffer
 
SingletonHandler - Class in org.glassfish.ejb.deployment.annotation.handlers
This handler is responsible for handling the javax.ejb.Singleton
SingletonHandler() - Constructor for class org.glassfish.ejb.deployment.annotation.handlers.SingletonHandler
 
StatefulHandler - Class in org.glassfish.ejb.deployment.annotation.handlers
This handler is responsible for handling the javax.ejb.Stateful
StatefulHandler() - Constructor for class org.glassfish.ejb.deployment.annotation.handlers.StatefulHandler
Creates a new instance of StatefulHandler
StatefulTimeoutHandler - Class in org.glassfish.ejb.deployment.annotation.handlers
This handler is responsible for handling the javax.ejb.ConcurrencyManagement.
StatefulTimeoutHandler() - Constructor for class org.glassfish.ejb.deployment.annotation.handlers.StatefulTimeoutHandler
 
StatelessHandler - Class in org.glassfish.ejb.deployment.annotation.handlers
This handler is responsible for handling the javax.ejb.Stateless
StatelessHandler() - Constructor for class org.glassfish.ejb.deployment.annotation.handlers.StatelessHandler
Creates a new instance of StatelessHandler
supportsModuleType(XModuleType) - Method in class org.glassfish.ejb.deployment.archivist.EjbInWarArchivist
 
supportTypeInheritance() - Method in class org.glassfish.ejb.deployment.annotation.handlers.AbstractAttributeHandler
This indicates whether the annotation type should be processed for type level in super-class.
supportTypeInheritance() - Method in class org.glassfish.ejb.deployment.annotation.handlers.AccessTimeoutHandler
 
supportTypeInheritance() - Method in class org.glassfish.ejb.deployment.annotation.handlers.AfterBeginHandler
 
supportTypeInheritance() - Method in class org.glassfish.ejb.deployment.annotation.handlers.AfterCompletionHandler
 
supportTypeInheritance() - Method in class org.glassfish.ejb.deployment.annotation.handlers.ApplicationExceptionHandler
 
supportTypeInheritance() - Method in class org.glassfish.ejb.deployment.annotation.handlers.AsynchronousHandler
 
supportTypeInheritance() - Method in class org.glassfish.ejb.deployment.annotation.handlers.BeforeCompletionHandler
 
supportTypeInheritance() - Method in class org.glassfish.ejb.deployment.annotation.handlers.ConcurrencyManagementHandler
 
supportTypeInheritance() - Method in class org.glassfish.ejb.deployment.annotation.handlers.ExcludeDefaultInterceptorsHandler
 
supportTypeInheritance() - Method in class org.glassfish.ejb.deployment.annotation.handlers.InterceptorsHandler
 
supportTypeInheritance() - Method in class org.glassfish.ejb.deployment.annotation.handlers.LockHandler
 
supportTypeInheritance() - Method in class org.glassfish.ejb.deployment.annotation.handlers.ScheduleHandler
 
supportTypeInheritance() - Method in class org.glassfish.ejb.deployment.annotation.handlers.StatefulTimeoutHandler
 
supportTypeInheritance() - Method in class org.glassfish.ejb.deployment.annotation.handlers.TransactionAttributeHandler
 
supportTypeInheritance() - Method in class org.glassfish.ejb.deployment.annotation.handlers.TransactionManagementHandler
 

T

TimeoutHandler - Class in org.glassfish.ejb.deployment.annotation.handlers
This handler is responsible for handling the javax.ejb.Timeout attribute
TimeoutHandler() - Constructor for class org.glassfish.ejb.deployment.annotation.handlers.TimeoutHandler
 
TransactionAttributeHandler - Class in org.glassfish.ejb.deployment.annotation.handlers
This handler is responsible for handling the javax.ejb.TransactionAttribute.
TransactionAttributeHandler() - Constructor for class org.glassfish.ejb.deployment.annotation.handlers.TransactionAttributeHandler
 
TransactionManagementHandler - Class in org.glassfish.ejb.deployment.annotation.handlers
This handler is responsible for handling the javax.ejb.TransactionManagement.
TransactionManagementHandler() - Constructor for class org.glassfish.ejb.deployment.annotation.handlers.TransactionManagementHandler
 

A B C D E G H I L M O P R S T

Copyright © 2012 GlassFish Community. All Rights Reserved.