public interface TopiaService
TopiaApplicationContext
startup and provides user extra operations not available in the topia core such as migrations,
replication, IO, etc.| Modifier and Type | Method and Description |
|---|---|
Class<?>[] |
getPersistenceClasses()
Retrieve entities of this service needed for persistence.
|
void |
postInit(TopiaApplicationContext context)
Initiliaze the service after create the
context. |
void |
preInit(TopiaApplicationContext context)
Initiliaze the service before create the
context. |
void |
setConfiguration(Map<String,String> serviceConfiguration) |
Class<?>[] getPersistenceClasses()
void preInit(TopiaApplicationContext context)
context.context - void postInit(TopiaApplicationContext context)
context.context - Copyright © 2004–2014 CodeLutin. All rights reserved.