JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
C
D
E
G
I
J
M
O
Q
R
S
W
C
config()
- Method in class org.jooby.quartz.
Quartz
configure(Env, Config, Binder)
- Method in class org.jooby.quartz.
Quartz
D
DS
- Static variable in class org.jooby.internal.quartz.
QuartzProvider
DS_TYPE
- Static variable in class org.jooby.internal.quartz.
QuartzProvider
E
execute(JobExecutionContext)
- Method in class org.jooby.internal.quartz.
ReflectiveJob
G
get()
- Method in class org.jooby.internal.quartz.
QuartzProvider
getConnection()
- Method in class org.jooby.internal.quartz.
QuartzConnectionProvider
I
initialize()
- Method in class org.jooby.internal.quartz.
QuartzConnectionProvider
isConcurrentExectionDisallowed()
- Method in class org.jooby.internal.quartz.
MethodJobDetail
isPersistJobDataAfterExecution()
- Method in class org.jooby.internal.quartz.
MethodJobDetail
J
JobExpander
- Class in
org.jooby.internal.quartz
JobExpander()
- Constructor for class org.jooby.internal.quartz.
JobExpander
jobs(Config, List<Class<?>>)
- Static method in class org.jooby.internal.quartz.
JobExpander
M
MethodJobDetail
- Class in
org.jooby.internal.quartz
MethodJobDetail(Method)
- Constructor for class org.jooby.internal.quartz.
MethodJobDetail
O
org.jooby.internal.quartz
- package org.jooby.internal.quartz
org.jooby.quartz
- package org.jooby.quartz
Q
Quartz
- Class in
org.jooby.quartz
Build and create a
Quartz Scheduler
and
jobs
.
Quartz(Class<?>...)
- Constructor for class org.jooby.quartz.
Quartz
Creates a new
Quartz
module.
QuartzConnectionProvider
- Class in
org.jooby.internal.quartz
QuartzConnectionProvider(Provider<DataSource>)
- Constructor for class org.jooby.internal.quartz.
QuartzConnectionProvider
QuartzProvider
- Class in
org.jooby.internal.quartz
QuartzProvider(Injector, Config, Map<JobDetail, Trigger>)
- Constructor for class org.jooby.internal.quartz.
QuartzProvider
R
ReflectiveJob
- Class in
org.jooby.internal.quartz
ReflectiveJob(Injector)
- Constructor for class org.jooby.internal.quartz.
ReflectiveJob
S
Scheduled
- Annotation Type in
org.jooby.quartz
Define a
Quartz Trigger
.
shutdown()
- Method in class org.jooby.internal.quartz.
QuartzConnectionProvider
start()
- Method in class org.jooby.internal.quartz.
QuartzProvider
stop()
- Method in class org.jooby.internal.quartz.
QuartzProvider
W
with(JobDetail, Trigger)
- Method in class org.jooby.quartz.
Quartz
Schedule the provided job and trigger.
with(Class<?>)
- Method in class org.jooby.quartz.
Quartz
Setup and schedule the provided job, it might implement a
Job
and the
Scheduled
annotation must be present.
with(Class<? extends Job>, BiConsumer<JobBuilder, TriggerBuilder<Trigger>>)
- Method in class org.jooby.quartz.
Quartz
Schedule the provided job and trigger.
with(Class<? extends Job>, Consumer<TriggerBuilder<Trigger>>)
- Method in class org.jooby.quartz.
Quartz
Schedule the provided job and trigger.
C
D
E
G
I
J
M
O
Q
R
S
W
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
Copyright © 2016. All rights reserved.