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

Packages that use TopiaService
org.nuiton.topia   
org.nuiton.topia.framework   
 

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.
<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> TopiaContextImplementor.getAllServices()
           
 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)
           
 



Copyright © 2004-2010 CodeLutin. All Rights Reserved.