org.glassfish.ejb.deployment.annotation.handlers
Class SchedulesHandler
java.lang.Object
com.sun.enterprise.deployment.annotation.handlers.AbstractHandler
org.glassfish.ejb.deployment.annotation.handlers.AbstractAttributeHandler
org.glassfish.ejb.deployment.annotation.handlers.ScheduleHandler
org.glassfish.ejb.deployment.annotation.handlers.SchedulesHandler
- All Implemented Interfaces:
- AnnotationHandler
@Service
public class SchedulesHandler
- extends ScheduleHandler
This handler is responsible for handling the javax.ejb.Schedules attribute
| Methods inherited from class com.sun.enterprise.deployment.annotation.handlers.AbstractHandler |
getConnectorAnnotationTypes, getDefaultFailedResult, getDefaultProcessedResult, getEjbAndWebAnnotationTypes, getEjbAnnotationTypes, getInjectionMethodPropertyName, getInvalidAnnotatedElementHandlerResult, getOverallProcessingResult, getWebAnnotationTypes, log, validateInjectionMethod |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SchedulesHandler
public SchedulesHandler()
getAnnotationType
public Class<? extends Annotation> getAnnotationType()
- Specified by:
getAnnotationType in interface AnnotationHandler- Overrides:
getAnnotationType in class ScheduleHandler
- Returns:
- the annoation type this annotation handler is handling
processAnnotation
protected HandlerProcessingResult processAnnotation(AnnotationInfo ainfo,
EjbContext[] ejbContexts)
throws AnnotationProcessorException
- Description copied from class:
AbstractAttributeHandler
- Process Annotation with given EjbContexts.
- Overrides:
processAnnotation in class ScheduleHandler
- Returns:
- HandlerProcessingResult
- Throws:
AnnotationProcessorException
Copyright © 2012 GlassFish Community. All Rights Reserved.