Kieker 1.5

kieker.monitoring.core.controller
Interface IJMXController

All Known Subinterfaces:
IMonitoringController
All Known Implementing Classes:
JMXController, MonitoringController

public interface IJMXController

This controller publishes all interface methods of IMonitoringController as a MBean.

Author:
Jan Waller

Method Summary
 String getJMXDomain()
           
 String toString()
          This method is used to log the status of the controllers to the console.
 

Method Detail

toString

String toString()
This method is used to log the status of the controllers to the console. It is included in this interface to ensure its publication over JMX.

Overrides:
toString in class Object
Returns:
a String representation of the current controller

getJMXDomain

String getJMXDomain()
Returns:
the JMX domain used

Kieker 1.5

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