| Package | Description |
|---|---|
| cn.sinozg.applet.quartz.use.enums | |
| cn.sinozg.applet.quartz.use.scheduler |
| Modifier and Type | Method and Description |
|---|---|
static JobOptEnum |
JobOptEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JobOptEnum[] |
JobOptEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
private <T> void |
SchedulerManager.schedulerRun(T t,
JobOptEnum opt,
cn.sinozg.applet.common.function.ConsumerException<T> consumer) |
private <T,U> void |
SchedulerManager.schedulerRun(T t,
U u,
JobOptEnum opt,
cn.sinozg.applet.common.function.BiConsumerException<T,U> consumer) |
Copyright © 2024. All rights reserved.