| Package | Description |
|---|---|
| loci.common.services |
| Modifier and Type | Interface and Description |
|---|---|
interface |
S3ClientService
An S3 client
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractService |
class |
S3ClientServiceImpl
An S3 client
|
| Modifier and Type | Method and Description |
|---|---|
<T extends Service> |
ServiceFactory.getInstance(Class<T> type)
Retrieves an instance of a given service.
|
| Modifier and Type | Method and Description |
|---|---|
Class<? extends Service> |
DependencyException.getFailureClass()
Returns the class that was used during a failed instantiation.
|
| Constructor and Description |
|---|
DependencyException(String message,
Class<? extends Service> klass)
Default constructor.
|
DependencyException(String message,
Class<? extends Service> klass,
Throwable cause)
Default constructor.
|
Copyright © 2005–2024 Open Microscopy Environment. All rights reserved.