com.arsdigita.populate.apps
Class Initializer
java.lang.Object
com.arsdigita.kernel.BaseInitializer
com.arsdigita.populate.apps.Initializer
- All Implemented Interfaces:
- Initializer
- public class Initializer
- extends BaseInitializer
- Author:
- bche
Method Summary |
protected void |
doShutdown()
Code that should be executed at initializer shutdown should go
inside this method. |
protected void |
doStartup()
Code that should be executed at initializer startup should go
inside this method. |
Configuration |
getConfiguration()
Returns the configuration object used by this initializer. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Initializer
public Initializer()
getConfiguration
public Configuration getConfiguration()
- Description copied from interface:
Initializer
- Returns the configuration object used by this initializer.
- Specified by:
getConfiguration
in interface Initializer
- Specified by:
getConfiguration
in class BaseInitializer
doStartup
protected void doStartup()
- Description copied from class:
BaseInitializer
- Code that should be executed at initializer startup should go
inside this method.
- Specified by:
doStartup
in class BaseInitializer
doShutdown
protected void doShutdown()
- Description copied from class:
BaseInitializer
- Code that should be executed at initializer shutdown should go
inside this method.
- Specified by:
doShutdown
in class BaseInitializer
Copyright (c) 2004 Red Hat, Inc. Corporation. All Rights Reserved. Generated at July 21 2004:2337 UTC