跳过导航链接
A B C D E F G H I J L M N O R S T V X Y 

A

add(String, String, boolean, Runnable) - 类 中的静态方法org.noear.solon.schedule.JobManager
添加计划任务
add(String, String, String, boolean, Runnable) - 类 中的静态方法org.noear.solon.schedule.JobManager
添加计划任务
add(String, long, boolean, Runnable) - 类 中的静态方法org.noear.solon.schedule.JobManager
添加计划任务
add(String, long, long, boolean, Runnable) - 类 中的静态方法org.noear.solon.schedule.JobManager
添加计划任务
addToSet(int, int, int, int) - 类 中的方法org.noear.solon.schedule.cron.CronExpression
 
ALL_SPEC - 类 中的静态变量org.noear.solon.schedule.cron.CronExpression
 
ALL_SPEC_INT - 类 中的静态变量org.noear.solon.schedule.cron.CronExpression
 

B

buildExpression(String) - 类 中的方法org.noear.solon.schedule.cron.CronExpression
 

C

checkNext(int, String, int, int) - 类 中的方法org.noear.solon.schedule.cron.CronExpression
 
clone() - 类 中的方法org.noear.solon.schedule.cron.CronExpression
已过时。
contains(String) - 类 中的静态方法org.noear.solon.schedule.JobManager
检查计划任务是否存在
count() - 类 中的静态方法org.noear.solon.schedule.JobManager
任务数量
CronExpression - org.noear.solon.schedule.cron中的类
 
CronExpression(String) - 类 的构造器org.noear.solon.schedule.cron.CronExpression
Constructs a new CronExpression based on the specified parameter.
CronExpression(CronExpression) - 类 的构造器org.noear.solon.schedule.cron.CronExpression
Constructs a new CronExpression as a copy of an existing instance.
CronExpressionPlus - org.noear.solon.schedule.cron中的类
CronExpression 加强版
CronExpressionPlus(String) - 类 的构造器org.noear.solon.schedule.cron.CronExpressionPlus
 
CronExpressionPlus(CronExpression) - 类 的构造器org.noear.solon.schedule.cron.CronExpressionPlus
Constructs a new CronExpression as a copy of an existing instance.
CronUtils - org.noear.solon.schedule.cron中的类
Cron 工具类
CronUtils() - 类 的构造器org.noear.solon.schedule.cron.CronUtils
 

D

DAY_OF_MONTH - 类 中的静态变量org.noear.solon.schedule.cron.CronExpression
 
DAY_OF_WEEK - 类 中的静态变量org.noear.solon.schedule.cron.CronExpression
 
dayMap - 类 中的静态变量org.noear.solon.schedule.cron.CronExpression
 
daysOfMonth - 类 中的变量org.noear.solon.schedule.cron.CronExpression
 
daysOfWeek - 类 中的变量org.noear.solon.schedule.cron.CronExpression
 
doBuild(Class<?>, BeanWrap, Scheduled) - 类 中的方法org.noear.solon.schedule.integration.ScheduledBeanBuilder
 
doExtract(BeanWrap, Method, Scheduled) - 类 中的方法org.noear.solon.schedule.integration.ScheduledBeanBuilder
 

E

EnableScheduling - org.noear.solon.schedule.annotation中的注释类型
启用定时任务注解
expressionParsed - 类 中的变量org.noear.solon.schedule.cron.CronExpression
 

F

findNextWhiteSpace(int, String) - 类 中的方法org.noear.solon.schedule.cron.CronExpression
 

G

get(String) - 类 中的静态方法org.noear.solon.schedule.cron.CronUtils
获取表达式
getCronExpression() - 类 中的方法org.noear.solon.schedule.cron.CronExpression
 
getDayOfWeekNumber(String) - 类 中的方法org.noear.solon.schedule.cron.CronExpression
 
getDaysOfMonth() - 类 中的方法org.noear.solon.schedule.cron.CronExpressionPlus
 
getDaysOfWeek() - 类 中的方法org.noear.solon.schedule.cron.CronExpressionPlus
 
getExpressionSetSummary(Set<Integer>) - 类 中的方法org.noear.solon.schedule.cron.CronExpression
 
getExpressionSetSummary(ArrayList<Integer>) - 类 中的方法org.noear.solon.schedule.cron.CronExpression
 
getExpressionSummary() - 类 中的方法org.noear.solon.schedule.cron.CronExpression
 
getFinalFireTime() - 类 中的方法org.noear.solon.schedule.cron.CronExpression
NOT YET IMPLEMENTED: Returns the final time that the CronExpression will match.
getHours() - 类 中的方法org.noear.solon.schedule.cron.CronExpressionPlus
 
getLastDayOfMonth(int, int) - 类 中的方法org.noear.solon.schedule.cron.CronExpression
 
getMinutes() - 类 中的方法org.noear.solon.schedule.cron.CronExpressionPlus
 
getMonthNumber(String) - 类 中的方法org.noear.solon.schedule.cron.CronExpression
 
getMonths() - 类 中的方法org.noear.solon.schedule.cron.CronExpressionPlus
 
getNextInvalidTimeAfter(Date) - 类 中的方法org.noear.solon.schedule.cron.CronExpression
Returns the next date/time after the given date/time which does not satisfy the expression
getNextTime(String, Date) - 类 中的静态方法org.noear.solon.schedule.cron.CronUtils
获取下个时间点
getNextValidTimeAfter(Date) - 类 中的方法org.noear.solon.schedule.cron.CronExpression
Returns the next date/time after the given date/time which satisfies the cron expression.
getNumericValue(String, int) - 类 中的方法org.noear.solon.schedule.cron.CronExpression
 
getRunnable(String) - 类 中的静态方法org.noear.solon.schedule.JobManager
获取执行函数
getSeconds() - 类 中的方法org.noear.solon.schedule.cron.CronExpressionPlus
 
getTimeAfter(Date) - 类 中的方法org.noear.solon.schedule.cron.CronExpression
 
getTimeBefore(Date) - 类 中的方法org.noear.solon.schedule.cron.CronExpression
NOT YET IMPLEMENTED: Returns the time before the given time that the CronExpression matches.
getTimeZone() - 类 中的方法org.noear.solon.schedule.cron.CronExpression
Returns the time zone for which this CronExpression will be resolved.
getValue(int, String, int) - 类 中的方法org.noear.solon.schedule.cron.CronExpression
 
getYears() - 类 中的方法org.noear.solon.schedule.cron.CronExpressionPlus
 

H

HOUR - 类 中的静态变量org.noear.solon.schedule.cron.CronExpression
 
hours - 类 中的变量org.noear.solon.schedule.cron.CronExpression
 

I

isLeapYear(int) - 类 中的方法org.noear.solon.schedule.cron.CronExpression
 
isSatisfiedBy(Date) - 类 中的方法org.noear.solon.schedule.cron.CronExpression
Indicates whether the given date satisfies the cron expression.
isValid(String) - 类 中的静态方法org.noear.solon.schedule.cron.CronUtils
验证表达式有效性
isValidExpression(String) - 类 中的静态方法org.noear.solon.schedule.cron.CronExpression
Indicates whether the specified cron expression can be parsed into a valid cron expression

J

JobManager - org.noear.solon.schedule中的类
任务管理器
JobManager() - 类 的构造器org.noear.solon.schedule.JobManager
 

L

lastdayOffset - 类 中的变量org.noear.solon.schedule.cron.CronExpression
 
lastdayOfMonth - 类 中的变量org.noear.solon.schedule.cron.CronExpression
 
lastdayOfWeek - 类 中的变量org.noear.solon.schedule.cron.CronExpression
 

M

MAX_YEAR - 类 中的静态变量org.noear.solon.schedule.cron.CronExpression
 
MethodRunnable - org.noear.solon.schedule.integration中的类
方法运行器
MethodRunnable(Object, Method) - 类 的构造器org.noear.solon.schedule.integration.MethodRunnable
 
MINUTE - 类 中的静态变量org.noear.solon.schedule.cron.CronExpression
 
minutes - 类 中的变量org.noear.solon.schedule.cron.CronExpression
 
MONTH - 类 中的静态变量org.noear.solon.schedule.cron.CronExpression
 
monthMap - 类 中的静态变量org.noear.solon.schedule.cron.CronExpression
 
months - 类 中的变量org.noear.solon.schedule.cron.CronExpression
 

N

nearestWeekday - 类 中的变量org.noear.solon.schedule.cron.CronExpression
 
NO_SPEC - 类 中的静态变量org.noear.solon.schedule.cron.CronExpression
 
NO_SPEC_INT - 类 中的静态变量org.noear.solon.schedule.cron.CronExpression
 
nthdayOfWeek - 类 中的变量org.noear.solon.schedule.cron.CronExpression
 

O

org.noear.solon.schedule - 程序包 org.noear.solon.schedule
 
org.noear.solon.schedule.annotation - 程序包 org.noear.solon.schedule.annotation
 
org.noear.solon.schedule.cron - 程序包 org.noear.solon.schedule.cron
 
org.noear.solon.schedule.integration - 程序包 org.noear.solon.schedule.integration
 

R

remove(String) - 类 中的静态方法org.noear.solon.schedule.JobManager
移除计划任务
reset(String, long) - 类 中的静态方法org.noear.solon.schedule.JobManager
 
reset(String, String) - 类 中的静态方法org.noear.solon.schedule.JobManager
 
run() - 类 中的方法org.noear.solon.schedule.integration.MethodRunnable
 

S

Scheduled - org.noear.solon.schedule.annotation中的注释类型
定时任务注解
ScheduledBeanBuilder - org.noear.solon.schedule.integration中的类
 
ScheduledBeanBuilder() - 类 的构造器org.noear.solon.schedule.integration.ScheduledBeanBuilder
 
ScheduledException - org.noear.solon.schedule中的异常错误
计划任务异常
ScheduledException(Throwable) - 异常错误 的构造器org.noear.solon.schedule.ScheduledException
 
SECOND - 类 中的静态变量org.noear.solon.schedule.cron.CronExpression
 
seconds - 类 中的变量org.noear.solon.schedule.cron.CronExpression
 
setCalendarHour(Calendar, int) - 类 中的方法org.noear.solon.schedule.cron.CronExpression
Advance the calendar to the particular hour paying particular attention to daylight saving problems.
setTimeZone(TimeZone) - 类 中的方法org.noear.solon.schedule.cron.CronExpression
Sets the time zone for which this CronExpression will be resolved.
skipWhiteSpace(int, String) - 类 中的方法org.noear.solon.schedule.cron.CronExpression
 
start(AopContext) - 类 中的方法org.noear.solon.schedule.integration.XPluginImp
 
start() - 类 中的静态方法org.noear.solon.schedule.JobManager
开启
stop() - 类 中的方法org.noear.solon.schedule.integration.XPluginImp
 
stop() - 类 中的静态方法org.noear.solon.schedule.JobManager
停止
storeExpressionVals(int, String, int) - 类 中的方法org.noear.solon.schedule.cron.CronExpression
 

T

toString() - 类 中的方法org.noear.solon.schedule.cron.CronExpression
Returns the string representation of the CronExpression

V

validateExpression(String) - 类 中的静态方法org.noear.solon.schedule.cron.CronExpression
 

X

XPluginImp - org.noear.solon.schedule.integration中的类
 
XPluginImp() - 类 的构造器org.noear.solon.schedule.integration.XPluginImp
 

Y

YEAR - 类 中的静态变量org.noear.solon.schedule.cron.CronExpression
 
years - 类 中的变量org.noear.solon.schedule.cron.CronExpression
 
A B C D E F G H I J L M N O R S T V X Y 
跳过导航链接

Copyright © 2022. All rights reserved.