| Package | Description |
|---|---|
| org.nuiton.topia |
TODO-FD20100507 : Need update this javadoc for ToPIA 2.4
|
| org.nuiton.topia.framework |
Contains two interfaces, one
TopiaContextImplementor for internal
manipulations of TopiaContext and one TopiaService for topia
services. |
| 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) |
<E extends TopiaService> |
TopiaServiceSupport.getService(Class<E> interfaceService)
Return the service.
|
<E extends TopiaService> |
AbstractTopiaApplicationContext.getService(Class<E> interfaceService) |
<E extends TopiaService> |
TopiaContext.getService(Class<E> interfaceService)
Deprecated.
use methods from
TopiaServiceSupport |
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) |
<E extends TopiaService> |
TopiaServiceSupport.serviceEnabled(Class<E> interfaceService)
Return true if specific service is available.
|
<E extends TopiaService> |
AbstractTopiaApplicationContext.serviceEnabled(Class<E> interfaceService) |
<E extends TopiaService> |
TopiaContext.serviceEnabled(Class<E> interfaceService)
Deprecated.
use methods from
TopiaServiceSupport |
| Modifier and Type | Method and Description |
|---|---|
Map<String,TopiaService> |
TopiaServiceSupportImpl.getServices() |
Map<String,TopiaService> |
TopiaServiceSupport.getServices()
The list of registered services.
|
Map<String,TopiaService> |
AbstractTopiaApplicationContext.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 | Field and Description |
|---|---|
protected Map<String,TopiaService> |
AbstractTopiaContext.services
key: service name; value: service instance
|
| Modifier and Type | Method and Description |
|---|---|
<E extends TopiaService> |
AbstractTopiaContext.getService(Class<E> interfaceService)
Take one service, this service must be valid service interface with
public static final SERVICE_NAME declaration.
|
protected <E extends TopiaService> |
AbstractTopiaContext.getServiceName(Class<E> interfaceService)
Retrieve service name using SERVICE_NAME static field on service
interface.
|
<E extends TopiaService> |
AbstractTopiaContext.serviceEnabled(Class<E> interfaceService) |
| Modifier and Type | Method and Description |
|---|---|
protected TopiaService |
AbstractTopiaContext.getService(String name) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,TopiaService> |
TopiaContextImplementor.getServices()
Deprecated.
use methods from
TopiaServiceSupport |
Map<String,TopiaService> |
AbstractTopiaContext.getServices() |
protected Map<String,TopiaService> |
AbstractTopiaContext.loadServices(Properties config) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractTopiaContext.postInitServices(Map<String,TopiaService> services) |
protected void |
AbstractTopiaContext.preInitServices(Map<String,TopiaService> services) |
Copyright © 2004–2013 CodeLutin. All rights reserved.