Uses of Interface
org.nuiton.topia.framework.TopiaService
Packages that use TopiaService
Package
Description
TODO-FD20100507 : Need update this javadoc for ToPIA 2.4
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 TopiaServiceModifier and TypeMethodDescription<E extends TopiaService>
ETopiaContext.getService(Class<E> interfaceService) Return the service.<E extends TopiaService>
booleanTopiaContext.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 TopiaServiceModifier and TypeFieldDescriptionprotected Map<String,TopiaService> TopiaContextImpl.serviceskey: service name; value: service instanceMethods in org.nuiton.topia.framework with type parameters of type TopiaServiceModifier and TypeMethodDescription<E extends TopiaService>
ETopiaContextImpl.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>
StringTopiaContextImpl.getServiceName(Class<E> interfaceService) Retrieve service name using SERVICE_NAME static field on service interface.<E extends TopiaService>
booleanTopiaContextImpl.serviceEnabled(Class<E> interfaceService) Methods in org.nuiton.topia.framework that return TopiaServiceModifier and TypeMethodDescriptionprotected TopiaServiceTopiaContextImpl.getService(String name) Methods in org.nuiton.topia.framework that return types with arguments of type TopiaServiceModifier and TypeMethodDescriptionTopiaContextImpl.getAllServices()TopiaContextImplementor.getAllServices()Deprecated.TopiaContextImpl.getServices()TopiaContextImplementor.getServices()protected Map<String,TopiaService> TopiaContextImpl.loadServices(Properties config) Method parameters in org.nuiton.topia.framework with type arguments of type TopiaServiceModifier and TypeMethodDescriptionprotected voidTopiaContextImpl.postInitServices(Map<String, TopiaService> services) protected voidTopiaContextImpl.preInitServices(Map<String, TopiaService> services)
TopiaContextImplementor.getServices()instead