com.arsdigita.cms.lifecycle
Class Initializer
java.lang.Object
com.arsdigita.cms.lifecycle.Initializer
- All Implemented Interfaces:
- com.arsdigita.initializer.Initializer
- public class Initializer
- extends Object
- implements com.arsdigita.initializer.Initializer
Initializes the scheduler thread to fire all the events for the
lifecycles or phases that have just began or ended.
Where the initializer is registered, you need to include the
delay and frequency in seconds
- Version:
- $Revision: #8 $ $DateTime: 2004/04/07 16:07:11 $
- Author:
- Jack Chung
Method Summary |
com.arsdigita.initializer.Configuration |
getConfiguration()
Returns the configuration object used by this initializer. |
void |
shutdown()
Called on shutdown. |
void |
startup()
Called on startup. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
versionId
public static final String versionId
- See Also:
- Constant Field Values
Initializer
public Initializer()
throws com.arsdigita.initializer.InitializationException
getConfiguration
public com.arsdigita.initializer.Configuration getConfiguration()
- Returns the configuration object used by this initializer.
- Specified by:
getConfiguration
in interface com.arsdigita.initializer.Initializer
startup
public void startup()
- Called on startup.
- Specified by:
startup
in interface com.arsdigita.initializer.Initializer
shutdown
public void shutdown()
- Called on shutdown. It's probably not a good idea to depend on this
being called.
- Specified by:
shutdown
in interface com.arsdigita.initializer.Initializer
Copyright (c) 2004 Red Hat, Inc. Corporation. All Rights Reserved. Generated at July 21 2004:2352 UTC