org.qi4j.library.jmx
Class JMXConnectorService.JmxConnectorMixin

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

public abstract static class JMXConnectorService.JmxConnectorMixin
extends java.lang.Object
implements JMXConnectorService


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.qi4j.library.jmx.JMXConnectorService
JMXConnectorService.Activator, JMXConnectorService.JmxConnectorMixin
 
Nested classes/interfaces inherited from interface org.qi4j.api.entity.Identity
Identity.IdentityMixin
 
Constructor Summary
JMXConnectorService.JmxConnectorMixin()
           
 
Method Summary
 void startJMXConnector()
           
 void stopJMXConnector()
           
 
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

JMXConnectorService.JmxConnectorMixin

public JMXConnectorService.JmxConnectorMixin()
Method Detail

startJMXConnector

public void startJMXConnector()
                       throws java.lang.Exception
Specified by:
startJMXConnector in interface JMXConnectorService
Throws:
java.lang.Exception

stopJMXConnector

public void stopJMXConnector()
                      throws java.lang.Exception
Specified by:
stopJMXConnector in interface JMXConnectorService
Throws:
java.lang.Exception