| Package | Description |
|---|---|
| org.nuiton.topia.persistence.internal | |
| org.nuiton.topia.persistence.internal.support | |
| org.nuiton.topia.persistence.support |
| Modifier and Type | Method and Description |
|---|---|
<T extends TopiaService> |
AbstractTopiaApplicationContext.getServices(Class<T> interfaceService) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,TopiaService> |
AbstractTopiaApplicationContext.getServices() |
| Modifier and Type | Field and Description |
|---|---|
protected com.google.common.collect.ImmutableMap<String,TopiaService> |
TopiaServiceSupportImpl.services |
| Modifier and Type | Method and Description |
|---|---|
<T extends TopiaService> |
TopiaServiceSupportImpl.getServices(Class<T> interfaceService) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,TopiaService> |
TopiaServiceSupportImpl.getServices() |
protected com.google.common.collect.ImmutableMap<String,TopiaService> |
TopiaServiceSupportImpl.loadServices(com.google.common.collect.ImmutableMap<String,String> configuration) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
TopiaServiceSupportImpl.postInitServices(Map<String,TopiaService> services) |
protected void |
TopiaServiceSupportImpl.preInitServices(Map<String,TopiaService> services) |
| Modifier and Type | Method and Description |
|---|---|
<T extends TopiaService> |
TopiaServiceSupport.getServices(Class<T> interfaceService)
Same as
TopiaServiceSupport.getServices() but returns only services that implements
given contract (or is instance of given class). |
| Modifier and Type | Method and Description |
|---|---|
Map<String,TopiaService> |
TopiaServiceSupport.getServices()
The list of registered services.
|
Copyright © 2004–2014 CodeLutin. All rights reserved.