|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
A service in the Norna framework is loaded using its Context. For service whishing
to use other services or interract with the framework Namespace this interface must
be implemented.
net.larsan.norna.Context| Method Summary | |
void |
load(Context context)
Load service with a context. |
void |
unload()
Unload the service context. |
| Method Detail |
public void load(Context context)
loaded.
context - Service context, never nullpublic void unload()
stop call
or a new call to load.
Inparticular a service must take care never to access its context after this
method has been called since that context object possibly will be destroyed.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||