|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectbiz.junginger.modules.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 |
moduleInit(java.util.Map modules)
Initialization phase TWO the module. Dependencies ARE met. |
void |
modulePrepare(java.util.Properties properties)
Initialization phase ONE of the module. Dependencies ARE NOT met yet. |
void |
moduleShutdown()
|
void |
moduleStart()
All Modules are initialized. Now, the module can activate itself if nessesary. |
| 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 moduleShutdown()
moduleShutdown in interface Module
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||