Uses of Interface
loci.common.services.Service
Packages that use Service
-
Uses of Service in loci.common.services
Subinterfaces of Service in loci.common.servicesClasses in loci.common.services that implement ServiceMethods in loci.common.services with type parameters of type ServiceModifier and TypeMethodDescription<T extends Service>
TServiceFactory.getInstance(Class<T> type) Retrieves an instance of a given service.Methods in loci.common.services that return types with arguments of type ServiceModifier and TypeMethodDescriptionDependencyException.getFailureClass()Returns the class that was used during a failed instantiation.Constructor parameters in loci.common.services with type arguments of type ServiceModifierConstructorDescriptionDependencyException(String message, Class<? extends Service> klass) Default constructor.DependencyException(String message, Class<? extends Service> klass, Throwable cause) Default constructor.