public interface ConfigAdminService extends org.jboss.msc.service.Service<ConfigAdminService>
Dictionary
s in the domain model keyed by persistent ID (PID).Modifier and Type | Field and Description |
---|---|
static org.jboss.msc.service.ServiceName |
SERVICE_NAME |
Modifier and Type | Method and Description |
---|---|
void |
addListener(ConfigAdminListener listener)
Add a configuration listener.
|
Dictionary<String,String> |
getConfiguration(String pid)
Get the configuration dictionary for the given PID.
|
Set<String> |
getConfigurations()
Get the set of registered PIDs
|
boolean |
hasConfiguration(String pid)
True if there is a configuration for the given PID.
|
Dictionary<String,String> |
putConfiguration(String pid,
Dictionary<String,String> config)
Put or update the configuration for the given PID.
|
Dictionary<String,String> |
removeConfiguration(String pid)
Remove the configuration for the given PID.
|
void |
removeListener(ConfigAdminListener listener)
Remove a configuration listener.
|
Set<String> getConfigurations()
boolean hasConfiguration(String pid)
Dictionary<String,String> getConfiguration(String pid)
null
Dictionary<String,String> putConfiguration(String pid, Dictionary<String,String> config)
null
Dictionary<String,String> removeConfiguration(String pid)
null
void addListener(ConfigAdminListener listener)
void removeListener(ConfigAdminListener listener)
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All rights reserved.