Uses of Class
de.espirit.firstspirit.access.ServiceNotFoundException
Packages that use ServiceNotFoundException
-
Uses of ServiceNotFoundException in de.espirit.firstspirit.access
Methods in de.espirit.firstspirit.access that throw ServiceNotFoundExceptionModifier and TypeMethodDescription@NotNull Object
Connection.getService
(String serviceName) Returns a service instance for the given name.<T> T
ServiceLocator.getService
(@NotNull Class<T> serviceClass) Query a service by its interface class.@NotNull Object
ServiceLocator.getService
(@NotNull String serviceName) Query a service by its name.<T> T
ServicesBroker.getService
(Class<T> serviceClass) Returns a service instance as requested by a given class. -
Uses of ServiceNotFoundException in de.espirit.firstspirit.agency
Methods in de.espirit.firstspirit.agency that throw ServiceNotFoundExceptionModifier and TypeMethodDescriptionvoid
ModuleAdminAgent.startService
(String serviceName) Starts the service with the givenserviceName
.void
ModuleAdminAgent.stopService
(String serviceName) Stops the service with the givenserviceName
.