org.qi4j.library.jmx
Interface JMXConnectorService

All Superinterfaces:
Composite, Identity, ServiceComposite
All Known Implementing Classes:
JMXConnectorService.JmxConnectorMixin

@Mixins(value=JMXConnectorService.JmxConnectorMixin.class)
@Activators(value=JMXConnectorService.Activator.class)
public interface JMXConnectorService
extends ServiceComposite

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.Activator
           
static class JMXConnectorService.JmxConnectorMixin
           
 
Nested classes/interfaces inherited from interface org.qi4j.api.entity.Identity
Identity.IdentityMixin
 
Method Summary
 void startJMXConnector()
           
 void stopJMXConnector()
           
 
Methods inherited from interface org.qi4j.api.entity.Identity
identity
 

Method Detail

startJMXConnector

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

stopJMXConnector

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