public interface CloudConnector
NOTE: This interface is intended for cloud providers. Users aren't expected to use it directly
(instead use Cloud
obtained through CloudFactory
class)
Modifier and Type | Method and Description |
---|---|
ApplicationInstanceInfo |
getApplicationInstanceInfo()
Get information about the application instance.
|
List<ServiceInfo> |
getServiceInfos()
Get
ServiceInfo s for services bound to the app |
boolean |
isInMatchingCloud()
Is the connector operating in its matching cloud?
Classes such as
CloudFactory may use this method to select an appropriate connector. |
boolean isInMatchingCloud()
CloudFactory
may use this method to select an appropriate connector.ApplicationInstanceInfo getApplicationInstanceInfo()
This method cannot return null
, since that would imply there is no application instance.
List<ServiceInfo> getServiceInfos()
ServiceInfo
s for services bound to the app