public class IpmiProxyConf extends Object implements org.osgi.service.cm.ManagedService
| Constructor and Description |
|---|
IpmiProxyConf() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAddress() |
int |
getPort() |
String |
getToken() |
void |
updated(Dictionary<String,?> properties)
Method not called my ConfigAdminService but my VMIServiceImpl!
|
public void updated(Dictionary<String,?> properties) throws org.osgi.service.cm.ConfigurationException
updated in interface org.osgi.service.cm.ManagedServiceorg.osgi.service.cm.ConfigurationExceptionpublic String getToken()
public String getAddress()
public int getPort()