com.arsdigita.cms.lifecycle
Class Initializer

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

Field Summary
static String versionId
           
 
Constructor Summary
Initializer()
           
 
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
 

Field Detail

versionId

public static final String versionId
See Also:
Constant Field Values
Constructor Detail

Initializer

public Initializer()
            throws com.arsdigita.initializer.InitializationException
Method Detail

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 19 2004:2352 UTC