|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Interface implemented by all the classes that want to specify a Service
| Method Summary | |
void |
afterInit()
it allows to init the service after that all the service has benn called |
void |
configure(IServiceConfiguration configuration)
Deprecated. Do not use anymore. |
void |
destroy()
Called upon release of the service from the container. |
IServiceContext |
getContext()
get the context of the service |
java.lang.String |
getKey()
return the key of the service |
void |
init(IServiceContext serviceContext)
generic init of the service |
void |
release()
Deprecated. use destroy instead. |
| Method Detail |
public void init(IServiceContext serviceContext)
serviceContext - public void afterInit()
public void configure(IServiceConfiguration configuration)
configuration - public void destroy()
public void release()
public IServiceContext getContext()
public java.lang.String getKey()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||