org.qi4j.library.jmx
Class ConfigurationManagerService.Mixin

java.lang.Object
  extended by org.qi4j.library.jmx.ConfigurationManagerService.Mixin
All Implemented Interfaces:
Composite, Identity, ServiceComposite, ConfigurationManagerService
Enclosing interface:
ConfigurationManagerService

public abstract static class ConfigurationManagerService.Mixin
extends java.lang.Object
implements ConfigurationManagerService


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.qi4j.library.jmx.ConfigurationManagerService
ConfigurationManagerService.Activator, ConfigurationManagerService.Mixin
 
Nested classes/interfaces inherited from interface org.qi4j.api.entity.Identity
Identity.IdentityMixin
 
Constructor Summary
ConfigurationManagerService.Mixin()
           
 
Method Summary
 void exportConfigurableServices()
           
 void unexportConfigurableServices()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.qi4j.api.entity.Identity
identity
 

Constructor Detail

ConfigurationManagerService.Mixin

public ConfigurationManagerService.Mixin()
Method Detail

exportConfigurableServices

public void exportConfigurableServices()
                                throws javax.management.NotCompliantMBeanException,
                                       javax.management.MBeanRegistrationException,
                                       javax.management.InstanceAlreadyExistsException,
                                       javax.management.MalformedObjectNameException
Specified by:
exportConfigurableServices in interface ConfigurationManagerService
Throws:
javax.management.NotCompliantMBeanException
javax.management.MBeanRegistrationException
javax.management.InstanceAlreadyExistsException
javax.management.MalformedObjectNameException

unexportConfigurableServices

public void unexportConfigurableServices()
                                  throws java.lang.Exception
Specified by:
unexportConfigurableServices in interface ConfigurationManagerService
Throws:
java.lang.Exception