com.arsdigita.initializer
Class GenericInitializer

java.lang.Object
  extended bycom.arsdigita.initializer.GenericInitializer
All Implemented Interfaces:
Initializer

public final class GenericInitializer
extends Object
implements Initializer

Subject to change.

Author:
Justin Ross <jross@redhat.com>

Field Summary
 
Fields inherited from interface com.arsdigita.initializer.Initializer
versionId
 
Constructor Summary
GenericInitializer(String name)
           
 
Method Summary
 boolean equals(Object other)
           
 Configuration getConfiguration()
          Returns the configuration object used by this initializer.
 int hashCode()
           
 void shutdown()
          Called on shutdown.
 void startup()
          Called on startup.
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GenericInitializer

public GenericInitializer(String name)
Method Detail

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

toString

public String toString()

equals

public boolean equals(Object other)

hashCode

public int hashCode()


Copyright (c) 2004 Red Hat, Inc. Corporation. All Rights Reserved. Generated at July 20 2004:2337 UTC