Class JMXController
java.lang.Object
kieker.monitoring.core.controller.AbstractController
kieker.monitoring.core.controller.JMXController
- All Implemented Interfaces:
IRemoteController
- Since:
- 1.4
- Author:
- Jan Waller
-
Field Summary
Fields inherited from class kieker.monitoring.core.controller.AbstractController
monitoringController -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJMXController(Configuration configuration) Create a new JMX controller. -
Method Summary
Methods inherited from class kieker.monitoring.core.controller.AbstractController
createAndInitialize, isTerminated, setMonitoringController, terminate
-
Constructor Details
-
JMXController
Create a new JMX controller. Note: The error handling in this block is correct, see ticket #293- Parameters:
configuration- the Kieker configuration facitlity
-
-
Method Details
-
init
protected void init()Description copied from class:AbstractControllerThis method should to the initialization work.- Specified by:
initin classAbstractController
-
cleanup
protected void cleanup()Description copied from class:AbstractControllerThis method should clean up.- Specified by:
cleanupin classAbstractController
-
getControllerDomain
- Specified by:
getControllerDomainin interfaceIRemoteController- Returns:
- the domain used by the controller
-
toString
- Specified by:
toStringin classAbstractController
-