@Service public class AccessTimeoutHandler extends AbstractAttributeHandler implements com.sun.enterprise.deployment.annotation.handlers.PostProcessor<com.sun.enterprise.deployment.annotation.context.EjbContext>
| Constructor and Description |
|---|
AccessTimeoutHandler() |
| Modifier and Type | Method and Description |
|---|---|
Class<? extends Annotation>[] |
getTypeDependencies() |
void |
postProcessAnnotation(org.glassfish.apf.AnnotationInfo ainfo,
com.sun.enterprise.deployment.annotation.context.EjbContext ejbContext)
Set the default value (from class type annotation) on all
methods that don't have a value.
|
protected org.glassfish.apf.HandlerProcessingResult |
processAnnotation(org.glassfish.apf.AnnotationInfo ainfo,
com.sun.enterprise.deployment.annotation.context.EjbContext[] ejbContexts)
Process Annotation with given EjbContexts.
|
protected boolean |
supportTypeInheritance()
This indicates whether the annotation type should be processed for
type level in super-class.
|
isDelegatee, processAnnotation, processAnnotationgetAnnotationType, getConnectorAnnotationTypes, getDefaultFailedResult, getDefaultProcessedResult, getEjbAndWebAnnotationTypes, getEjbAnnotationTypes, getInjectionMethodPropertyName, getInvalidAnnotatedElementHandlerResult, getOverallProcessingResult, getWebAnnotationTypes, log, validateInjectionMethodprotected org.glassfish.apf.HandlerProcessingResult processAnnotation(org.glassfish.apf.AnnotationInfo ainfo,
com.sun.enterprise.deployment.annotation.context.EjbContext[] ejbContexts)
throws org.glassfish.apf.AnnotationProcessorException
AbstractAttributeHandlerprocessAnnotation in class AbstractAttributeHandlerorg.glassfish.apf.AnnotationProcessorExceptionpublic Class<? extends Annotation>[] getTypeDependencies()
getTypeDependencies in interface org.glassfish.apf.AnnotationHandlergetTypeDependencies in class com.sun.enterprise.deployment.annotation.handlers.AbstractHandlerprotected boolean supportTypeInheritance()
AbstractAttributeHandlersupportTypeInheritance in class AbstractAttributeHandlerpublic void postProcessAnnotation(org.glassfish.apf.AnnotationInfo ainfo,
com.sun.enterprise.deployment.annotation.context.EjbContext ejbContext)
throws org.glassfish.apf.AnnotationProcessorException
postProcessAnnotation in interface com.sun.enterprise.deployment.annotation.handlers.PostProcessor<com.sun.enterprise.deployment.annotation.context.EjbContext>org.glassfish.apf.AnnotationProcessorExceptionCopyright © 2013. All Rights Reserved.