A C E G I N O S T V

A

Asynchronous - Annotation Type in org.jboss.seam.cron.api.asynchronous
Use this annotation to cause the annotated method, or all methods in the annotated class to be executed asynchronously.
AsyncResult<T> - Class in org.jboss.seam.cron.api.asynchronous
This is a convenience implementation of #Future which can be used as the return value of an @#Asynchronous method.
AsyncResult(T) - Constructor for class org.jboss.seam.cron.api.asynchronous.AsyncResult
Wraps the given result in a #Future.

C

cancel(boolean) - Method in class org.jboss.seam.cron.api.asynchronous.AsyncResult
This "dummy" Future represents a calculation which has already been performed, and thus cannot be canceled.

E

Every - Annotation Type in org.jboss.seam.cron.api.scheduling
The annotation which accompanies scheduled events which observe every event in a particular schedule.
EveryLiteral - Class in org.jboss.seam.cron.api.scheduling
 
EveryLiteral(int, Interval) - Constructor for class org.jboss.seam.cron.api.scheduling.EveryLiteral
 

G

get() - Method in class org.jboss.seam.cron.api.asynchronous.AsyncResult
 
get(long, TimeUnit) - Method in class org.jboss.seam.cron.api.asynchronous.AsyncResult
 
getTimeFired() - Method in class org.jboss.seam.cron.api.scheduling.Trigger
 
getValue() - Method in class org.jboss.seam.cron.api.scheduling.Trigger
 

I

Interval - Enum in org.jboss.seam.cron.api.scheduling
Represents the time intervals observable using #Observes #Every(timeUnit)
isCancelled() - Method in class org.jboss.seam.cron.api.asynchronous.AsyncResult
This "dummy" Future represents a calculation which has already been performed, and thus cannot be canceled.
isDone() - Method in class org.jboss.seam.cron.api.asynchronous.AsyncResult
This "dummy" Future represents a calculation which has already been performed.

N

nth() - Method in class org.jboss.seam.cron.api.scheduling.EveryLiteral
 

O

org.jboss.seam.cron.api.asynchronous - package org.jboss.seam.cron.api.asynchronous
 
org.jboss.seam.cron.api.scheduling - package org.jboss.seam.cron.api.scheduling
 

S

Scheduled - Annotation Type in org.jboss.seam.cron.api.scheduling
A binding annotation for use observing the Event.class event.
ScheduledLiteral - Class in org.jboss.seam.cron.api.scheduling
 
ScheduledLiteral() - Constructor for class org.jboss.seam.cron.api.scheduling.ScheduledLiteral
Create a new instance of ScheduledLiteral with a default 'value'.
ScheduledLiteral(String) - Constructor for class org.jboss.seam.cron.api.scheduling.ScheduledLiteral
Create a new instance of ScheduledLiteral using the given value as the schedule specification/name.

T

toString() - Method in class org.jboss.seam.cron.api.scheduling.Trigger
 
Trigger - Class in org.jboss.seam.cron.api.scheduling
The payload of all scheduled events, be they arbitrarily scheduled or one of the built-in @Every() schedules.
Trigger(long) - Constructor for class org.jboss.seam.cron.api.scheduling.Trigger
Create an instance of some subclass of Trigger using the given timeFired.
Trigger(long, int) - Constructor for class org.jboss.seam.cron.api.scheduling.Trigger
 

V

value() - Method in class org.jboss.seam.cron.api.scheduling.EveryLiteral
 
value() - Method in class org.jboss.seam.cron.api.scheduling.ScheduledLiteral
The schedule specification (in cron format) or name.
value - Variable in class org.jboss.seam.cron.api.scheduling.Trigger
 
valueOf(String) - Static method in enum org.jboss.seam.cron.api.scheduling.Interval
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.jboss.seam.cron.api.scheduling.Interval
Returns an array containing the constants of this enum type, in the order they are declared.

A C E G I N O S T V

Copyright © 2011 Seam Framework. All Rights Reserved.