org.qi4j.library.sql.jmx
Interface DataSourceConfigurationManagerService

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

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

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


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

Method Detail

exportDataSources

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

unexportDataSources

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