public interface ConfigAdminListener
ConfigAdminService
.
When a configuration listener is first registered with the ConfigAdminService
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 © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.