com.arsdigita.domain.installer
Class DomainObjectTraversalInitializer
java.lang.Object
com.arsdigita.domain.installer.DomainObjectTraversalInitializer
- All Implemented Interfaces:
- Initializer
- public class DomainObjectTraversalInitializer
- extends Object
- implements Initializer
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ADAPTERS
public static final String ADAPTERS
- See Also:
- Constant Field Values
DomainObjectTraversalInitializer
public DomainObjectTraversalInitializer()
throws InitializationException
getConfiguration
public Configuration getConfiguration()
- Description copied from interface:
Initializer
- Returns the configuration object used by this initializer.
- Specified by:
getConfiguration
in interface Initializer
startup
public void startup()
throws InitializationException
- Description copied from interface:
Initializer
- Called on startup.
- Specified by:
startup
in interface Initializer
- Throws:
InitializationException
shutdown
public void shutdown()
throws InitializationException
- Description copied from interface:
Initializer
- Called on shutdown. It's probably not a good idea to depend on this
being called.
- Specified by:
shutdown
in interface Initializer
- Throws:
InitializationException
Copyright (c) 2004 Red Hat, Inc. Corporation. All Rights Reserved. Generated at July 21 2004:2337 UTC