JmxFramework implements JMX (Java Management Extensions) support Enables remote JMX monitoring and management
| 11 | // JmxFramework implements JMX (Java Management Extensions) support |
| 12 | // Enables remote JMX monitoring and management |
| 13 | type JmxFramework struct { |
| 14 | context *common.Context |
| 15 | } |
| 16 | |
| 17 | // NewJmxFramework creates a new JMX framework instance |
| 18 | func NewJmxFramework(ctx *common.Context) *JmxFramework { |
nothing calls this directly
no outgoing calls
no test coverage detected