Uses of Interface
org.nuiton.topia.framework.TopiaService

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
<E extends TopiaService>
E
TopiaContext.getService(Class<E> interfaceService)
          Return the service.
<E extends TopiaService>
boolean
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
<E extends TopiaService>
E
TopiaContextImpl.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>
String
TopiaContextImpl.getServiceName(Class<E> interfaceService)
          Retrieve service name using SERVICE_NAME static field on service interface.
<E extends TopiaService>
boolean
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> TopiaContextImpl.getAllServices()
           
 Collection<TopiaService> TopiaContextImplementor.getAllServices()
          Deprecated. since 2.3.4 : useless method, use TopiaContextImplementor.getServices() instead
 Map<String,TopiaService> TopiaContextImpl.getServices()
           
 Map<String,TopiaService> TopiaContextImplementor.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)
           
 



Copyright © 2004-2011 CodeLutin. All Rights Reserved.