public interface TopiaService
getServiceName() method.| Modifier and Type | Method and Description |
|---|---|
Class<?>[] |
getPersistenceClasses()
Retrieve entities of this service needed for persistence.
|
String |
getServiceName()
Return the name of the service, this name need to match with
configuration file, for example for index service, we need to have :
"topia.service.index" and this method will returned "index".
|
boolean |
postInit(TopiaContextImplementor context)
Initiliaze the service after create the
context. |
boolean |
preInit(TopiaContextImplementor context)
Initiliaze the service before create the
context. |
String getServiceName()
Class<?>[] getPersistenceClasses()
boolean preInit(TopiaContextImplementor context)
context.context - TopiaContextImplementorboolean postInit(TopiaContextImplementor context)
context.context - TopiaContextImplementorCopyright © 2004–2022 Code Lutin. All rights reserved.