org.qi4j.library.jmx
Interface ConfigurationManagerService

All Superinterfaces:
Composite, Identity, ServiceComposite
All Known Implementing Classes:
ConfigurationManagerService.Mixin

@Mixins(value=ConfigurationManagerService.Mixin.class)
@Activators(value=ConfigurationManagerService.Activator.class)
public interface ConfigurationManagerService
extends ServiceComposite

Expose ConfigurationComposites through JMX. Allow configurations to be edited, and the services to be restarted.


Nested Class Summary
static class ConfigurationManagerService.Activator
           
static class ConfigurationManagerService.Mixin
           
 
Nested classes/interfaces inherited from interface org.qi4j.api.entity.Identity
Identity.IdentityMixin
 
Method Summary
 void exportConfigurableServices()
           
 void unexportConfigurableServices()
           
 
Methods inherited from interface org.qi4j.api.entity.Identity
identity
 

Method Detail

exportConfigurableServices

void exportConfigurableServices()
                                throws java.lang.Exception
Throws:
java.lang.Exception

unexportConfigurableServices

void unexportConfigurableServices()
                                  throws java.lang.Exception
Throws:
java.lang.Exception