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

java.lang.Object
  |
  +--org.apache.avalon.cornerstone.services.scheduler.TimeTriggerFactory

public class TimeTriggerFactory
extends 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
ConfigurationException


Copyright © 2001-2003 Apache Software Foundation. All Rights Reserved.