org.apache.avalon.cornerstone.services.scheduler
Class TimeTriggerFactory

java.lang.Object
  extended byorg.apache.avalon.cornerstone.services.scheduler.TimeTriggerFactory

public class TimeTriggerFactory
extends java.lang.Object

Factory for TimeTriggers.

Author:
Avalon Development Team

Constructor Summary
TimeTriggerFactory()
           
 
Method Summary
 TimeTrigger createTimeTrigger(Configuration conf)
          Create TimeTrigger from configuration.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TimeTriggerFactory

public TimeTriggerFactory()
Method Detail

createTimeTrigger

public TimeTrigger createTimeTrigger(Configuration conf)
                              throws ConfigurationException
Create TimeTrigger from configuration.

Parameters:
conf - configuration for time trigger
Throws:
ConfigurationException


Copyright © 1997-2005 The Apache Software Foundation. All Rights Reserved.