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 protected
JMXController(Configuration configuration)
Create a new JMX controller. -
Method Summary
Modifier and Type Method Description protected void
cleanup()
This method should clean up.java.lang.String
getControllerDomain()
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
-
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:AbstractController
This method should to the initialization work.- Specified by:
init
in classAbstractController
-
cleanup
protected void cleanup()Description copied from class:AbstractController
This method should clean up.- Specified by:
cleanup
in classAbstractController
-
getControllerDomain
public java.lang.String getControllerDomain()- Specified by:
getControllerDomain
in interfaceIRemoteController
- Returns:
- the domain used by the controller
-
toString
public java.lang.String toString()- Specified by:
toString
in classAbstractController
-