org.jboss.seam.cron.spi.scheduling.trigger
Class TriggerDetail

java.lang.Object
  extended by 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

Constructor Summary
TriggerDetail(Annotation qualifier)
           
 
Method Summary
 Annotation getQualifier()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TriggerDetail

public TriggerDetail(Annotation qualifier)
Method Detail

getQualifier

public Annotation getQualifier()


Copyright © 2011 Seam Framework. All Rights Reserved.