| java.lang.Object org.jboss.services.binding.AttributeMappingDelegate
AttributeMappingDelegate | public class AttributeMappingDelegate implements ServicesConfigDelegate(Code) | | An implementation of the ServicesConfigDelegate that expects a delegate-config
element of the form:
host-port-expr
...
where the portAttrName is the attribute name of the mbean service
to which the (int port) value should be applied and the hostAttrName
is the attribute name of the mbean service to which the (String virtualHost)
value should be applied.
Any mbeanAttrName attribute reference has the corresponding value replaced
with any ${host} and ${port} references with the associated host and port
bindings.
author: Scott.Stark@jboss.org version: $Revision: 57210 $ |
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. |
applyConfig | public void applyConfig(ServiceConfig config, MBeanServer server) throws Exception(Code) | | 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 |
|
|