|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TopiaService | |
|---|---|
| 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. |
| Uses of TopiaService in org.nuiton.topia |
|---|
| Methods in org.nuiton.topia with type parameters of type TopiaService | ||
|---|---|---|
|
TopiaContext.getService(Class<E> interfaceService)
Return the service. |
|
|
TopiaContext.serviceEnabled(Class<E> interfaceService)
Return true if specific service is available. |
|
| Uses of TopiaService in org.nuiton.topia.framework |
|---|
| Fields in org.nuiton.topia.framework with type parameters of type TopiaService | |
|---|---|
protected Map<String,TopiaService> |
TopiaContextImpl.services
key: service name; value: service instance |
| Methods in org.nuiton.topia.framework with type parameters of type TopiaService | ||
|---|---|---|
|
TopiaContextImpl.getService(Class<E> interfaceService)
Take one service, this service must be valid service interface with public static final SERVICE_NAME declaration. |
|
protected
|
TopiaContextImpl.getServiceName(Class<E> interfaceService)
Retrieve service name using SERVICE_NAME static field on service interface. |
|
|
TopiaContextImpl.serviceEnabled(Class<E> interfaceService)
|
|
| Methods in org.nuiton.topia.framework that return TopiaService | |
|---|---|
protected TopiaService |
TopiaContextImpl.getService(String name)
|
| Methods in org.nuiton.topia.framework that return types with arguments of type TopiaService | |
|---|---|
Collection<TopiaService> |
TopiaContextImplementor.getAllServices()
Deprecated. since 2.3.4 : useless method, use TopiaContextImplementor.getServices() instead |
Collection<TopiaService> |
TopiaContextImpl.getAllServices()
|
Map<String,TopiaService> |
TopiaContextImplementor.getServices()
|
Map<String,TopiaService> |
TopiaContextImpl.getServices()
|
protected Map<String,TopiaService> |
TopiaContextImpl.loadServices(Properties config)
|
| Method parameters in org.nuiton.topia.framework with type arguments of type TopiaService | |
|---|---|
protected void |
TopiaContextImpl.postInitServices(Map<String,TopiaService> services)
|
protected void |
TopiaContextImpl.preInitServices(Map<String,TopiaService> services)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||