|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectbiz.junginger.modules.util.AbstractModule
Implements all methods of Module with an empty body.
Application modules can extend this class and overwrite only the required methods.
Subject to the MyModules Software Licence (based on the Apache Software License).
Copyright (c) 2003 Markus Oliver Junginger. All rights reserved.
http://www.junginger.biz
| Constructor Summary | |
AbstractModule()
|
|
| Method Summary | |
void |
moduleDestroy()
Destroys the module. The module should free all resources. The module will not be used after this call. |
void |
moduleInit(java.util.Map modules)
Initialization phase TWO of the module. Its individual dependencies ARE met. This is the main initialization phase and the module can use other modules, on which it depends. |
void |
modulePrepare(java.util.Properties properties)
Initialization phase ONE of the module. Its individual dependencies ARE NOT met. To support multi-threading more efficiently, the module can prepare itself as much as possible at this point. |
void |
moduleStart()
The module should activate itself if nessesary (depending on the application only few modules have to be started). All Modules are already initialized when calling this method. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public AbstractModule()
| Method Detail |
public void modulePrepare(java.util.Properties properties)
throws java.lang.Exception
modulePrepare in interface Modulejava.lang.Exception
public void moduleInit(java.util.Map modules)
throws java.lang.Exception
moduleInit in interface Modulejava.lang.Exception
public void moduleStart()
throws java.lang.Exception
moduleStart in interface Modulejava.lang.Exceptionpublic void moduleDestroy()
moduleDestroy in interface Module
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||