| Package | Description |
|---|---|
| org.nuiton.topia.persistence.internal | |
| org.nuiton.topia.persistence.internal.support | |
| org.nuiton.topia.persistence.support |
| Modifier and Type | Method and Description |
|---|---|
<E extends TopiaService> |
AbstractTopiaApplicationContext.getService(Class<E> interfaceService) |
<E extends TopiaService> |
AbstractTopiaApplicationContext.serviceEnabled(Class<E> 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 |
|---|---|
<E extends TopiaService> |
TopiaServiceSupportImpl.getService(Class<E> interfaceService) |
protected <E extends TopiaService> |
TopiaServiceSupportImpl.getServiceName(Class<E> interfaceService)
Retrieve service name using SERVICE_NAME static field on service
interface.
|
<E extends TopiaService> |
TopiaServiceSupportImpl.serviceEnabled(Class<E> 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 |
|---|---|
<E extends TopiaService> |
TopiaServiceSupport.getService(Class<E> interfaceService)
Return the service.
|
<E extends TopiaService> |
TopiaServiceSupport.serviceEnabled(Class<E> interfaceService)
Return true if specific service is available.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,TopiaService> |
TopiaServiceSupport.getServices()
The list of registered services.
|
Copyright © 2004–2014 CodeLutin. All rights reserved.