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 ObjectConnection.getService(String serviceName) Returns a service instance for the given name.<T> TServiceLocator.getService(@NotNull Class<T> serviceClass) Query a service by its interface class.@NotNull ObjectServiceLocator.getService(@NotNull String serviceName) Query a service by its name.<T> TServicesBroker.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 TypeMethodDescriptionvoidModuleAdminAgent.startService(String serviceName) Starts the service with the givenserviceName.voidModuleAdminAgent.stopService(String serviceName) Stops the service with the givenserviceName.