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