Kieker 1.11

kieker.monitoring.core.controller
Class JMXController

java.lang.Object
  extended by kieker.monitoring.core.controller.AbstractController
      extended by kieker.monitoring.core.controller.JMXController
All Implemented Interfaces:
IJMXController

public final class JMXController
extends AbstractController
implements IJMXController

Since:
1.4
Author:
Jan Waller

Field Summary
 
Fields inherited from class kieker.monitoring.core.controller.AbstractController
monitoringController
 
Constructor Summary
protected JMXController(Configuration configuration)
          Create a new JMX controller.
 
Method Summary
protected  void cleanup()
          This method should clean up.
 java.lang.String getJMXDomain()
           
protected  void init()
          This method should to the initialization work.
 java.lang.String toString()
           
 
Methods inherited from class kieker.monitoring.core.controller.AbstractController
createAndInitialize, isTerminated, setMonitoringController, terminate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

JMXController

protected JMXController(Configuration configuration)
Create a new JMX controller. Note: The error handling in this block is correct, see ticket #293

Parameters:
configuration - the Kieker configuration facitlity
Method Detail

init

protected final void init()
Description copied from class: AbstractController
This method should to the initialization work.

Specified by:
init in class AbstractController

cleanup

protected final void cleanup()
Description copied from class: AbstractController
This method should clean up.

Specified by:
cleanup in class AbstractController

getJMXDomain

public final java.lang.String getJMXDomain()
Specified by:
getJMXDomain in interface IJMXController
Returns:
the JMX domain used

toString

public final java.lang.String toString()
Specified by:
toString in class AbstractController

Kieker 1.11

Copyright 2015 Kieker Project, http://kieker-monitoring.net