public interface TopiaServiceSupport
| Modifier and Type | Method and Description |
|---|---|
Map<String,TopiaService> |
getServices()
The list of registered services.
|
<T extends TopiaService> |
getServices(Class<T> interfaceService)
Same as
getServices() but returns only services that implements
given contract (or is instance of given class). |
Map<String,TopiaService> getServices()
<T extends TopiaService> Map<String,T> getServices(Class<T> interfaceService)
getServices() but returns only services that implements
given contract (or is instance of given class).Copyright © 2004–2015 CodeLutin. All rights reserved.