|
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Defines methods for initializing the module and its environment.
These methods are automatically called by EBX.Platform container at module compilation time.
For an implementation of this interface to be operational, following conditions must also be preserved:
module.xml.
| Method Summary | |
void |
specificPostSetup(SpecificSetupFacade aSpecificSetupFacade)
Does specific initialization after module compilation. |
void |
specificPreSetup(SpecificSetupFacade aSpecificSetupFacade)
Does specific initialization before module compilation. |
| Method Detail |
public void specificPostSetup(SpecificSetupFacade aSpecificSetupFacade)
throws Exception
This method gives the module an opportunity to set up any specific resources (for example, back-end connections) before its execution.
This method is called once module has been built and compiled. If an exception is thrown, the module won't be considered available and the exception will be logged.
Exception - any exception. If thrown, the module won't be considered available.
public void specificPreSetup(SpecificSetupFacade aSpecificSetupFacade)
throws Exception
This method gives the module an opportunity to set up any specific resources (for example, back-end connections) before its execution.
This method is called once module has been built but just before it is compiled. If an exception is thrown, the module won't be considered available and the exception will be logged.
Exception - any exception. If thrown, the module won't be considered available.
|
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
(report a bug)
EBX.Platform 4.5.3 [0607:0003]
Copyright Orchestra Networks 2000-2008. All rights reserved.