Uses of Interface
loci.common.services.Service
-
Packages that use Service Package Description loci.common.services -
-
Uses of Service in loci.common.services
Subinterfaces of Service in loci.common.services Modifier and Type Interface Description interface
S3ClientService
An S3 clientClasses in loci.common.services that implement Service Modifier and Type Class Description class
AbstractService
class
S3ClientServiceImpl
An S3 clientMethods in loci.common.services with type parameters of type Service Modifier and Type Method Description <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 Service Modifier and Type Method Description Class<? extends Service>
DependencyException. getFailureClass()
Returns the class that was used during a failed instantiation.Constructor parameters in loci.common.services with type arguments of type Service Constructor Description DependencyException(String message, Class<? extends Service> klass)
Default constructor.DependencyException(String message, Class<? extends Service> klass, Throwable cause)
Default constructor.
-