public interface ConfigAdminListener
ConfigAdmin
.
When a configuration listener is first registered with the ConfigAdmin
its configurationModified method is invoked for every PID the listener registers with.
A null
dictionary indicates that there is currently no configuration for the associated PID.Modifier and Type | Method and Description |
---|---|
void |
configurationModified(String pid,
Dictionary<String,String> props)
Called when the
ConfigAdminService receives an update for
a PID that the listener has registered with. |
Set<String> |
getPIDs()
Return the set of PIDs that this listener is interested in.
|
void configurationModified(String pid, Dictionary<String,String> props)
ConfigAdminService
receives an update for
a PID that the listener has registered with.Copyright © 2013 JBoss by Red Hat. All rights reserved.