public class ResourceControlConf extends Object implements org.osgi.service.cm.ManagedService
| Modifier and Type | Field and Description |
|---|---|
static String |
RESOURCE_CONTROL_PREFIX |
static String |
RESOURCE_CONTROL_WHITELIST |
| Constructor and Description |
|---|
ResourceControlConf() |
| Modifier and Type | Method and Description |
|---|---|
int |
getPort() |
String |
getPrefix() |
boolean |
isOnWhitelist(String nodename) |
void |
updated(Dictionary<String,?> properties)
Method not called my ConfigAdminService but my VMIServiceImpl!
|
public static final String RESOURCE_CONTROL_PREFIX
public static final String RESOURCE_CONTROL_WHITELIST
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 getPrefix()
public boolean isOnWhitelist(String nodename)
public int getPort()