public class ChukwaSettings extends Object implements org.osgi.service.cm.ManagedService
| Modifier and Type | Field and Description |
|---|---|
static ChukwaSettings |
INSTANCE |
| Constructor and Description |
|---|
ChukwaSettings() |
ChukwaSettings(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 |
getHost() |
String |
getPort() |
String |
getUrl() |
String |
toString() |
void |
updated(Dictionary<String,?> properties) |
public static ChukwaSettings INSTANCE
public ChukwaSettings()
public ChukwaSettings(Dictionary<String,?> _properties)
public String getUrl()
public String getHost()
public String getPort()
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