Registry / networking / mx4j-remote

mx4j-remote

JSON →
library3.0.2javamavenunverified

Remote management support for MX4J, an open-source JMX implementation.

<dependency> <groupId>mx4j</groupId> <artifactId>mx4j-remote</artifactId> <version>3.0.2</version> </dependency>
INSTALL
IMPORT
SIG · MX4J-REMOTE
M
mx4j-remote
networkingjavav3.0.2
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

MX4JRemoteConnector
mx4j.remote.MX4JRemoteConnector

Connect to a remote JMX agent using MX4J.

import mx4j.remote.MX4JRemoteConnector; public class Example { public static void main(String[] args) throws Exception { MX4JRemoteConnector connector = new MX4JRemoteConnector(); connector.connect(); } }
Debug
Known issues
gotchaMX4J is largely superseded by the built-in JMX implementation in the JDK.
fix
Consider using javax.management.remote.JMXConnectorFactory instead.
affects: *
Upgrade
Version history
3.0.2latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
Amazon
1
Resources
mx4j-remote — mvn dependency:get mx4j-remote · libregistry