Interface for delegates capabable of taking a ServiceConfig and mapping
it onto an mbean service via JMX
version: $Revision: 57210 $ author: Scott.Stark@jboss.org
Method Summary
public void
applyConfig(ServiceConfig config, MBeanServer server) Take the given config and map it onto the service specified in the
config using JMX via the given server.
Take the given config and map it onto the service specified in the
config using JMX via the given server.
config, the service name and its config bindings server, the JMX server to use to apply the config