站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss 4.0.1 sp1 varia API Documentation 英文版文档

ServicesConfigDelegate (Various API) - JBoss 4.0.1 sp1 varia API Documentation 英文版文档


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: 1.1 $
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

public 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.

Throws:
Exception


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