com.arsdigita.formbuilder.installer
Class Initializer
java.lang.Object
com.arsdigita.kernel.BaseInitializer
com.arsdigita.formbuilder.installer.Initializer
- All Implemented Interfaces:
- Initializer
- public class Initializer
- extends BaseInitializer
Initializer
- Version:
- $Revision: #9 $ $Date: 2004/04/07 $
- Author:
- Daniel Berrange
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WIDGET_TYPES
public static String WIDGET_TYPES
PROCESS_LISTENER_TYPES
public static String PROCESS_LISTENER_TYPES
DATA_QUERIES
public static String DATA_QUERIES
Initializer
public Initializer()
throws InitializationException
getConfiguration
public Configuration getConfiguration()
- Returns the configuration object used by this initializer.
- Specified by:
getConfiguration
in interface Initializer
- Specified by:
getConfiguration
in class BaseInitializer
doStartup
protected void doStartup()
- 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:
doStartup
in class BaseInitializer
doShutdown
protected void doShutdown()
- Called on shutdown. It's probably not a good idea to depend on this
being called.
- Specified by:
doShutdown
in class BaseInitializer
getObjectType
public BebopObjectType getObjectType(String name,
Class type)
loadMetaObjects
protected void loadMetaObjects(List objects,
Class type)
throws InitializationException
- Throws:
InitializationException
loadDataQueries
protected void loadDataQueries(List objects)
throws InitializationException
- Throws:
InitializationException
Copyright (c) 2004 Red Hat, Inc. Corporation. All Rights Reserved. Generated at July 20 2004:2337 UTC