Uses of Interface
org.nuiton.topia.framework.TopiaService
| 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. |
-
Uses of TopiaService in org.nuiton.topia
Methods in org.nuiton.topia with type parameters of type TopiaService Modifier and Type Method Description <E extends TopiaService>
ETopiaContext. getService(java.lang.Class<E> interfaceService)Return the service.<E extends TopiaService>
booleanTopiaContext. serviceEnabled(java.lang.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 Modifier and Type Field Description protected java.util.Map<java.lang.String,TopiaService>TopiaContextImpl. serviceskey: service name; value: service instanceMethods in org.nuiton.topia.framework with type parameters of type TopiaService Modifier and Type Method Description <E extends TopiaService>
ETopiaContextImpl. getService(java.lang.Class<E> interfaceService)Take one service, this service must be valid service interface with public static final SERVICE_NAME declaration.protected <E extends TopiaService>
java.lang.StringTopiaContextImpl. getServiceName(java.lang.Class<E> interfaceService)Retrieve service name using SERVICE_NAME static field on service interface.<E extends TopiaService>
booleanTopiaContextImpl. serviceEnabled(java.lang.Class<E> interfaceService)Methods in org.nuiton.topia.framework that return TopiaService Modifier and Type Method Description protected TopiaServiceTopiaContextImpl. getService(java.lang.String name)Methods in org.nuiton.topia.framework that return types with arguments of type TopiaService Modifier and Type Method Description java.util.Collection<TopiaService>TopiaContextImpl. getAllServices()java.util.Collection<TopiaService>TopiaContextImplementor. getAllServices()Deprecated.since 2.3.4 : useless method, useTopiaContextImplementor.getServices()insteadjava.util.Map<java.lang.String,TopiaService>TopiaContextImpl. getServices()java.util.Map<java.lang.String,TopiaService>TopiaContextImplementor. getServices()protected java.util.Map<java.lang.String,TopiaService>TopiaContextImpl. loadServices(java.util.Properties config)Method parameters in org.nuiton.topia.framework with type arguments of type TopiaService Modifier and Type Method Description protected voidTopiaContextImpl. postInitServices(java.util.Map<java.lang.String,TopiaService> services)protected voidTopiaContextImpl. preInitServices(java.util.Map<java.lang.String,TopiaService> services)