Class JMXController
java.lang.Object
kieker.monitoring.core.controller.AbstractController
kieker.monitoring.core.controller.JMXController
- All Implemented Interfaces:
IRemoteController
public final class JMXController extends AbstractController implements IRemoteController
- Since:
- 1.4
- Author:
- Jan Waller
-
Field Summary
Fields inherited from class kieker.monitoring.core.controller.AbstractController
monitoringController -
Constructor Summary
Constructors Modifier Constructor Description protectedJMXController(Configuration configuration)Create a new JMX controller. -
Method Summary
Modifier and Type Method Description protected voidcleanup()This method should clean up.java.lang.StringgetControllerDomain()protected voidinit()This method should to the initialization work.java.lang.StringtoString()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
public java.lang.String getControllerDomain()- Specified by:
getControllerDomainin interfaceIRemoteController- Returns:
- the domain used by the controller
-
toString
public java.lang.String toString()- Specified by:
toStringin classAbstractController
-