Interface TracerFactoryMBean
-
- All Known Implementing Classes:
TracerFactory
@MXBean public interface TracerFactoryMBean
- Since:
- 5.7.3 MX bean interface to access by JMX to enable trace mode or not
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
clearTraces()
String
getPrintableTraces()
boolean
getRecordingState()
String
setPrintableTraces(String printableTraces)
boolean
toggleRecording()
-