org.qi4j.library.jmx
Interface JMXConnectorService

All Superinterfaces:
Activatable, Composite, Configuration, Identity, ServiceComposite

@Mixins(value=JMXConnectorService.JmxConnectorMixin.class)
public interface JMXConnectorService
extends Configuration, ServiceComposite, Activatable

This service starts a JMX RMI connector. It also creates an RMI-registry to register the connector. The service is configured by changing the settings in the JMXConnectorConfiguration.

Authentication is done with an optional username+password in the configuration.


Nested Class Summary
static class JMXConnectorService.JmxConnectorMixin
           
 
Nested classes/interfaces inherited from interface org.qi4j.api.configuration.Configuration
Configuration.ConfigurationMixin<T>
 
Nested classes/interfaces inherited from interface org.qi4j.api.entity.Identity
Identity.IdentityMixin
 
Method Summary
 
Methods inherited from interface org.qi4j.api.configuration.Configuration
configuration, refresh, save
 
Methods inherited from interface org.qi4j.api.entity.Identity
identity
 
Methods inherited from interface org.qi4j.api.composite.Composite
metaInfo, type
 
Methods inherited from interface org.qi4j.api.service.Activatable
activate, passivate