org.jboss.system
Interface ServiceBinding
public interface ServiceBinding
A policy used by ServiceController to allow the override
of MBean attribute values at configuration time.
- Version:
- $Revision: 1.1.2.2 $
- Author:
- Dimitris Andreadis
Method Summary |
void |
applyServiceConfig(javax.management.ObjectName serviceName)
Possibly override the configuration of a service. |
applyServiceConfig
void applyServiceConfig(javax.management.ObjectName serviceName)
throws Exception
- Possibly override the configuration of a service.
- Parameters:
serviceName
- the JMX ObjectName of the service
- Throws:
Exception
- thrown on failure to override a configuration
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.