public interface TopiaServiceSupport
| Modifier and Type | Method and Description |
|---|---|
<E extends TopiaService> |
getService(Class<E> interfaceService)
Return the service.
|
Map<String,TopiaService> |
getServices()
The list of registered services.
|
<E extends TopiaService> |
serviceEnabled(Class<E> interfaceService)
Return true if specific service is available.
|
<E extends TopiaService> boolean serviceEnabled(Class<E> interfaceService)
interfaceService - fqn of the service<E extends TopiaService> E getService(Class<E> interfaceService) throws TopiaNotFoundException
interfaceService - class of the serviceTopiaNotFoundException - if service can't be retrievedMap<String,TopiaService> getServices()
Copyright © 2004–2014 CodeLutin. All rights reserved.