Uses of Class
cz.vutbr.fit.layout.api.ServiceManager
-
Packages that use ServiceManager Package Description cz.vutbr.fit.layout.api cz.vutbr.fit.layout.impl -
-
Uses of ServiceManager in cz.vutbr.fit.layout.api
Methods in cz.vutbr.fit.layout.api that return ServiceManager Modifier and Type Method Description static ServiceManagerServiceManager. create()Creates a new empty service manager with no services.Methods in cz.vutbr.fit.layout.api with parameters of type ServiceManager Modifier and Type Method Description voidService. setServiceManager(ServiceManager manager)Assigns a service manager to the service. -
Uses of ServiceManager in cz.vutbr.fit.layout.impl
Methods in cz.vutbr.fit.layout.impl that return ServiceManager Modifier and Type Method Description ServiceManagerBaseService. getServiceManager()Gets the service manager used by the service.Methods in cz.vutbr.fit.layout.impl with parameters of type ServiceManager Modifier and Type Method Description voidBaseService. setServiceManager(ServiceManager serviceManager)
-