Uses of Class
org.glassfish.ejb.deployment.descriptor.ScheduledTimerDescriptor
Packages that use ScheduledTimerDescriptor
Package
Description
-
Uses of ScheduledTimerDescriptor in com.sun.ejb.containers
Methods in com.sun.ejb.containers with parameters of type ScheduledTimerDescriptorModifier and TypeMethodDescriptionstatic booleanEJBTimerSchedule.isValid(ScheduledTimerDescriptor s) Returns true if this Schedule can calculate its next timeout without errors.Method parameters in com.sun.ejb.containers with type arguments of type ScheduledTimerDescriptorModifier and TypeMethodDescriptionprotected voidEJBTimerService.createSchedules(long containerId, long applicationId, Map<?, List<ScheduledTimerDescriptor>> schedules, Map<TimerPrimaryKey, Method> result, String server_name, boolean startTimers, boolean deploy) Create automatic timers defined by the @Schedule annotation on the EJB bean.voidEJBTimerService.createSchedules(long containerId, long applicationId, Map<com.sun.enterprise.deployment.MethodDescriptor, List<ScheduledTimerDescriptor>> methodDescriptorSchedules, String server_name) Create automatic timers defined by the @Schedule annotation on the EJB bean during deployment to a cluster or the first create-application-ref call after deployment to DAS only.protected Map<TimerPrimaryKey,Method> EJBTimerService.recoverAndCreateSchedules(long containerId, long applicationId, Map<Method, List<ScheduledTimerDescriptor>> schedules, boolean deploy) Create automatic non-persistent timers defined by the @Schedule annotation on the EJB bean.Constructors in com.sun.ejb.containers with parameters of type ScheduledTimerDescriptorModifierConstructorDescriptionEJBTimerSchedule(ScheduledTimerDescriptor sd, String methodName, int paramCount) Construct EJBTimerSchedule instance from a given Schedule annotation. -
Uses of ScheduledTimerDescriptor in org.glassfish.ejb.deployment.descriptor
Methods in org.glassfish.ejb.deployment.descriptor that return types with arguments of type ScheduledTimerDescriptorMethods in org.glassfish.ejb.deployment.descriptor with parameters of type ScheduledTimerDescriptorModifier and TypeMethodDescriptionvoidEjbDescriptor.addScheduledTimerDescriptor(ScheduledTimerDescriptor scheduleDescriptor) voidEjbDescriptor.addScheduledTimerDescriptorFromDD(ScheduledTimerDescriptor scheduleDescriptor) Special method for overrides because more than one schedule can be specified on a single method -
Uses of ScheduledTimerDescriptor in org.glassfish.ejb.deployment.node
Methods in org.glassfish.ejb.deployment.node that return ScheduledTimerDescriptorMethods in org.glassfish.ejb.deployment.node with parameters of type ScheduledTimerDescriptorModifier and TypeMethodDescriptionScheduledTimerNode.writeDescriptor(Node parent, String nodeName, ScheduledTimerDescriptor desc)