org.jboss.seam.cron.spi.scheduling.trigger
Class TriggerDetail
java.lang.Object
org.jboss.seam.cron.spi.scheduling.trigger.TriggerDetail
- Direct Known Subclasses:
- IntervalTriggerDetail, ScheduledTriggerDetail
public abstract class TriggerDetail
- extends Object
Simple container for the qualifying annotation and payload type of
a scheduled event to be fired.
- Author:
- peteroyle
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TriggerDetail
public TriggerDetail(Annotation qualifier)
getQualifier
public Annotation getQualifier()
Copyright © 2011 Seam Framework. All Rights Reserved.