com.arsdigita.faq
Class Initializer
java.lang.Object
com.arsdigita.faq.Initializer
- All Implemented Interfaces:
- com.arsdigita.initializer.Initializer
- public class Initializer
- extends Object
- implements com.arsdigita.initializer.Initializer
Initializer
Initializes the faq package.
- Version:
- $Revision: #7 $ $Date: 2004/01/20 $
- Author:
- Tracy Adams
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. Note. As you can not find a call
to this method in enterprise.ini, this method
may appear to execute mysteriously.
However, the process that runs through enterprise.ini
automitically calls the startup() method of any
class that implements com.arsdigita.util.initializer.Initializer
present in enterprise.ini
- 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:2347 UTC