public class CloudiatorSettings extends Object implements org.osgi.service.cm.ManagedService
| Modifier and Type | Field and Description |
|---|---|
static CloudiatorSettings |
INSTANCE |
| Constructor and Description |
|---|
CloudiatorSettings() |
CloudiatorSettings(Dictionary<String,?> _properties) |
| Modifier and Type | Method and Description |
|---|---|
void |
activate(org.osgi.service.component.ComponentContext context)
Declarative Service < |
void |
deactivate(org.osgi.service.component.ComponentContext context)
Declarative Service method called by deactivating
|
String |
getDataplayAvZone() |
String |
getDataplayPassword() |
String |
getDataplayTenant() |
String |
getDataplayUser() |
String |
getDefaultAvZone() |
String |
getMolproAvZone() |
String |
getMolproPassword() |
String |
getMolproTenant() |
String |
getMolproUser() |
String |
getPass() |
String |
getTenant() |
String |
getUrl() |
String |
getUser() |
String |
toString() |
void |
updated(Dictionary<String,?> properties) |
public static CloudiatorSettings INSTANCE
public CloudiatorSettings()
public CloudiatorSettings(Dictionary<String,?> _properties)
public String getUrl()
public String getUser()
public String getPass()
public String getTenant()
public String getDefaultAvZone()
public String getDataplayUser()
public String getDataplayPassword()
public String getDataplayTenant()
public String getDataplayAvZone()
public String getMolproUser()
public String getMolproPassword()
public String getMolproTenant()
public String getMolproAvZone()
public void updated(Dictionary<String,?> properties) throws org.osgi.service.cm.ConfigurationException
updated in interface org.osgi.service.cm.ManagedServiceorg.osgi.service.cm.ConfigurationExceptionpublic void activate(org.osgi.service.component.ComponentContext context)
throws Exception