| Interface | Description |
|---|---|
| CloudConnector |
Provider interface for cloud connector.
|
| ServiceInfoCreator<SI extends ServiceInfo,SD> |
Creator of SerivceInfo objects specific to each cloud.
|
| Class | Description |
|---|---|
| AbstractCloudConnector<SD> |
Helper abstract class to simplify
CloudConnector implementations. |
| Cloud |
The main user-level API access to application and services for the app in which this instance is embedded in.
|
| CloudFactory |
Factory for the cloud.
|
| FallbackServiceInfoCreator<SI extends ServiceInfo,SD> |
Fallback service info creator to deal with situations there is no
ServiceInfoCreator that can
accept service data. |
| Exception | Description |
|---|---|
| CloudException |
Common exception for cloud-related operations
|