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:
org.glassfish.apf.AnnotationHandler
@Service public class SchedulesHandler extends ScheduleHandler
This handler is responsible for handling the jakarta.ejb.Schedules attribute
-
-
Field Summary
-
Fields inherited from class org.glassfish.ejb.deployment.annotation.handlers.AbstractAttributeHandler
localStrings
-
-
Constructor Summary
Constructors Constructor Description SchedulesHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected org.glassfish.apf.HandlerProcessingResultprocessAnnotation(org.glassfish.apf.AnnotationInfo ainfo, com.sun.enterprise.deployment.annotation.context.EjbContext[] ejbContexts)Process Annotation with given EjbContexts.-
Methods inherited from class org.glassfish.ejb.deployment.annotation.handlers.ScheduleHandler
getTypeDependencies, processSchedule, supportTypeInheritance
-
Methods inherited from class org.glassfish.ejb.deployment.annotation.handlers.AbstractAttributeHandler
isDelegatee, processAnnotation, processAnnotation
-
Methods inherited from class com.sun.enterprise.deployment.annotation.handlers.AbstractHandler
getAnnotationType, getConnectorAnnotationTypes, getDefaultFailedResult, getDefaultProcessedResult, getEjbAndWebAnnotationTypes, getEjbAnnotationTypes, getInjectionMethodPropertyName, getInvalidAnnotatedElementHandlerResult, getOverallProcessingResult, getWebAnnotationTypes, log, validateInjectionMethod
-
-
-
-
Method Detail
-
processAnnotation
protected org.glassfish.apf.HandlerProcessingResult processAnnotation(org.glassfish.apf.AnnotationInfo ainfo, com.sun.enterprise.deployment.annotation.context.EjbContext[] ejbContexts) throws org.glassfish.apf.AnnotationProcessorExceptionDescription copied from class:AbstractAttributeHandlerProcess Annotation with given EjbContexts.- Overrides:
processAnnotationin classScheduleHandler- Returns:
- HandlerProcessingResult
- Throws:
org.glassfish.apf.AnnotationProcessorException
-
-