|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Application specific modules usually implement this interface to enable life-cycle support Modules can do not have to implement this interface (modules can be plain Java Objects too) if no dependencies exists. Modules can also extends one of the AbstractModule classes in the util package.
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
| Method Summary | |
void |
moduleDestroy()
Destroys the module. |
void |
moduleInit(java.util.Map modules)
Initialization phase TWO of the module. |
void |
modulePrepare(java.util.Properties properties)
Initialization phase ONE of the module. |
void |
moduleStart()
The module should activate itself if nessesary (depending on the application only few modules have to be started). |
| Method Detail |
public void modulePrepare(java.util.Properties properties)
throws java.lang.Exception
java.lang.Exception
public void moduleInit(java.util.Map modules)
throws java.lang.Exception
java.lang.Exception
public void moduleStart()
throws java.lang.Exception
java.lang.Exceptionpublic void moduleDestroy()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||