Class ScheduleFactory
java.lang.Object
com.swiftmq.impl.scheduler.standard.ScheduleFactory
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic Schedule
createSchedule
(SwiftletContext ctx, Entity entity) static Schedule
createSchedule
(SwiftletContext ctx, String name, String jobGroup, String jobName, String calendar, String dateFrom, String dateTo, String timeExpr, String maxRt, boolean enabledLogging) static Schedule
createSchedule
(SwiftletContext ctx, MessageImpl message, String name, String jobGroup, String jobName, String parm, String value)
-
Field Details
-
NOW
- See Also:
-
FOREVER
- See Also:
-
AT
- See Also:
-
START
- See Also:
-
STOP
- See Also:
-
DELAY
- See Also:
-
REPEAT
- See Also:
-
-
Constructor Details
-
ScheduleFactory
public ScheduleFactory()
-
-
Method Details
-
createSchedule
- Throws:
Exception
-
createSchedule
public static Schedule createSchedule(SwiftletContext ctx, MessageImpl message, String name, String jobGroup, String jobName, String parm, String value) throws Exception - Throws:
Exception
-
createSchedule
public static Schedule createSchedule(SwiftletContext ctx, String name, String jobGroup, String jobName, String calendar, String dateFrom, String dateTo, String timeExpr, String maxRt, boolean enabledLogging) throws InvalidScheduleException - Throws:
InvalidScheduleException
-