| Package | Description |
|---|---|
| org.nuiton.topia |
TODO-FD20100507 : Need update this javadoc for ToPIA 2.4
|
| org.nuiton.topia.framework |
Contains two interfaces, one
org.nuiton.topia.framework.TopiaContextImplementor for internal
manipulations of org.nuiton.topia.TopiaContext and one TopiaService for topia
services. |
| org.nuiton.topia.persistence.util |
| Modifier and Type | Field and Description |
|---|---|
protected AbstractTopiaApplicationContext |
TopiaServiceSupportImpl.applicationContext |
| Modifier and Type | Field and Description |
|---|---|
protected static Map<Properties,AbstractTopiaApplicationContext> |
TopiaApplicationContextCache.contextCache
Cache that contains all some already registered caches
|
| Modifier and Type | Method and Description |
|---|---|
static <C extends AbstractTopiaApplicationContext> |
TopiaApplicationContextCache.getContext(Properties config,
com.google.common.base.Function<Properties,C> createContextFunction)
Static method that can provide an ApplicationContext.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
TopiaApplicationContextCache.removeContext(AbstractTopiaApplicationContext context)
Remove the given TopiaApplicationContext from the registered ones
|
| Constructor and Description |
|---|
TopiaServiceSupportImpl(AbstractTopiaApplicationContext applicationContext) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
TopiaService.postInit(AbstractTopiaApplicationContext context)
Initiliaze the service after create the
context. |
boolean |
TopiaService.preInit(AbstractTopiaApplicationContext context)
Initiliaze the service before create the
context. |
| Modifier and Type | Method and Description |
|---|---|
void |
DBMapping.init(AbstractTopiaApplicationContext ctxt,
boolean doCreate,
boolean doUpdate) |
Copyright © 2004–2013 CodeLutin. All rights reserved.