|
Dashboard Builder Commons 6.0.0.Final | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface FactoryLifecycle
This interface is intended to be implemented by objects that, when set in the Factory configuration, receive lifecycle notifications from the Factory.
| Method Summary | |
|---|---|
void |
init()
Called after constructing the instance and before setting the default properties |
void |
shutdown()
Called when the Factory is going down, to allow the release of resources. |
void |
start()
Called after constructing the instance and setting the default properties. |
void |
stop()
Called by the factory before setting a group of properties. |
| Method Detail |
|---|
void init()
throws Exception
Exception
void start()
throws Exception
Exception
void stop()
throws Exception
Exception
void shutdown()
throws Exception
Exception
|
Dashboard Builder Commons 6.0.0.Final | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||