org.jboss.services.binding
Interface ServicesConfigDelegate

All Known Implementing Classes:
AttributeMappingDelegate, XSLTConfigDelegate, XSLTFileDelegate

public interface ServicesConfigDelegate

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
 void applyConfig(ServiceConfig config, javax.management.MBeanServer server)
          Take the given config and map it onto the service specified in the config using JMX via the given server.
 

Method Detail

applyConfig

void applyConfig(ServiceConfig config,
                 javax.management.MBeanServer server)
                 throws Exception
Take the given config and map it onto the service specified in the config using JMX via the given server.

Parameters:
config, - the service name and its config bindings
server, - the JMX server to use to apply the config
Throws:
Exception


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.