MCPcopy Index your code
hub / github.com/cloudfoundry/java-buildpack / JmxFramework

Struct JmxFramework

src/java/frameworks/jmx.go:13–15  ·  view source on GitHub ↗

JmxFramework implements JMX (Java Management Extensions) support Enables remote JMX monitoring and management

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected