C G H I O P S W

C

cancelJob(UUID, boolean) - Method in class org.clazzes.util.sched.impl.InterceptedOneTimeScheduler
 
cancelJob(UUID, boolean) - Method in class org.clazzes.util.sched.impl.OneTimeSchedulerImpl
 
cancelJob(UUID, boolean) - Method in interface org.clazzes.util.sched.IOneTimeScheduler
Cancels the given job.

G

getAllJobsIds() - Method in class org.clazzes.util.sched.impl.InterceptedOneTimeScheduler
 
getAllJobsIds() - Method in class org.clazzes.util.sched.impl.OneTimeSchedulerImpl
 
getAllJobsIds() - Method in interface org.clazzes.util.sched.IOneTimeScheduler
 
getCallback() - Method in interface org.clazzes.util.sched.HasCallback
 
getCallbackClass() - Method in interface org.clazzes.util.sched.HasCallback
 
getDelegate() - Method in class org.clazzes.util.sched.impl.InterceptedOneTimeScheduler
 
getException() - Method in interface org.clazzes.util.sched.IJobStatus
 
getExecutorService() - Method in class org.clazzes.util.sched.impl.OneTimeSchedulerImpl
 
getFinishedMillis() - Method in interface org.clazzes.util.sched.IJobStatus
 
getGcInterval() - Method in class org.clazzes.util.sched.impl.OneTimeSchedulerImpl
 
getJobStatus(UUID) - Method in class org.clazzes.util.sched.impl.InterceptedOneTimeScheduler
 
getJobStatus(UUID) - Method in class org.clazzes.util.sched.impl.OneTimeSchedulerImpl
 
getJobStatus(UUID) - Method in interface org.clazzes.util.sched.IOneTimeScheduler
Query the job status, if the scheduled job implemented HasCallback, the returned status will be an instance of IJobStatusWithCallback.
getProxyFactory() - Method in class org.clazzes.util.sched.impl.InterceptedOneTimeScheduler
 
getResult() - Method in interface org.clazzes.util.sched.IJobStatus
 
getResultLifeTime() - Method in class org.clazzes.util.sched.impl.OneTimeSchedulerImpl
 
getThreadLocalValues() - Method in class org.clazzes.util.sched.impl.OneTimeSchedulerImpl
 

H

HasCallback<C> - Interface in org.clazzes.util.sched
Jobs implementing this interface provide an application-specific callback object, on which the job might give back information to the caller.

I

IJobStatus - Interface in org.clazzes.util.sched
A status for an individual job.
IJobStatusWithCallback<C> - Interface in org.clazzes.util.sched
A status for a job, offering a callback for getting more information about the job status.
InterceptedOneTimeScheduler - Class in org.clazzes.util.sched.impl
A one-time scheduler, which delegates to another scheduler and schedules Runnable and Callable instances intercepted by the provided ProxyFactory instance.
InterceptedOneTimeScheduler() - Constructor for class org.clazzes.util.sched.impl.InterceptedOneTimeScheduler
 
IOneTimeScheduler - Interface in org.clazzes.util.sched
An scheduler, which is based on an Executor and executes one-time tasks.
isCancelled() - Method in interface org.clazzes.util.sched.IJobStatus
 
isDone() - Method in interface org.clazzes.util.sched.IJobStatus
 

O

OneTimeSchedulerImpl - Class in org.clazzes.util.sched.impl
A bean, which implements IOneTimeScheduler.
OneTimeSchedulerImpl() - Constructor for class org.clazzes.util.sched.impl.OneTimeSchedulerImpl
 
org.clazzes.util.sched - package org.clazzes.util.sched
 
org.clazzes.util.sched.impl - package org.clazzes.util.sched.impl
 

P

purgeResult(UUID) - Method in class org.clazzes.util.sched.impl.InterceptedOneTimeScheduler
 
purgeResult(UUID) - Method in class org.clazzes.util.sched.impl.OneTimeSchedulerImpl
 
purgeResult(UUID) - Method in interface org.clazzes.util.sched.IOneTimeScheduler
Purges the results of the given job.

S

scheduleJob(Runnable) - Method in class org.clazzes.util.sched.impl.InterceptedOneTimeScheduler
 
scheduleJob(Callable<V>) - Method in class org.clazzes.util.sched.impl.InterceptedOneTimeScheduler
 
scheduleJob(Runnable) - Method in class org.clazzes.util.sched.impl.OneTimeSchedulerImpl
 
scheduleJob(Callable<V>) - Method in class org.clazzes.util.sched.impl.OneTimeSchedulerImpl
 
scheduleJob(Runnable) - Method in interface org.clazzes.util.sched.IOneTimeScheduler
Schedule the start of a job that returns no result.
scheduleJob(Callable<V>) - Method in interface org.clazzes.util.sched.IOneTimeScheduler
Schedule the start of a job that returns a result.
setDelegate(IOneTimeScheduler) - Method in class org.clazzes.util.sched.impl.InterceptedOneTimeScheduler
 
setExecutorService(ExecutorService) - Method in class org.clazzes.util.sched.impl.OneTimeSchedulerImpl
 
setGcInterval(long) - Method in class org.clazzes.util.sched.impl.OneTimeSchedulerImpl
 
setProxyFactory(ProxyFactory) - Method in class org.clazzes.util.sched.impl.InterceptedOneTimeScheduler
 
setResultLifeTime(long) - Method in class org.clazzes.util.sched.impl.OneTimeSchedulerImpl
 
setThreadLocalValues(Map<String, Object>) - Method in class org.clazzes.util.sched.impl.OneTimeSchedulerImpl
 
shutdown() - Method in class org.clazzes.util.sched.impl.OneTimeSchedulerImpl
 
shutdownNow() - Method in class org.clazzes.util.sched.impl.OneTimeSchedulerImpl
 
start() - Method in class org.clazzes.util.sched.impl.OneTimeSchedulerImpl
 

W

waitForFinish(UUID) - Method in class org.clazzes.util.sched.impl.InterceptedOneTimeScheduler
 
waitForFinish(UUID, long) - Method in class org.clazzes.util.sched.impl.InterceptedOneTimeScheduler
 
waitForFinish(UUID) - Method in class org.clazzes.util.sched.impl.OneTimeSchedulerImpl
 
waitForFinish(UUID, long) - Method in class org.clazzes.util.sched.impl.OneTimeSchedulerImpl
 
waitForFinish(UUID) - Method in interface org.clazzes.util.sched.IOneTimeScheduler
Waits until the given job has finished.
waitForFinish(UUID, long) - Method in interface org.clazzes.util.sched.IOneTimeScheduler
Waits until the given job has finished, but no longer than the given timeout.

C G H I O P S W

Copyright © 2012. All Rights Reserved.