How can I perform a restartAllLocalMethodServers through Command Line?
I am working on our company's CI/CD and I want to add logic to perform certain functions when certain files/paths are changed since the last pipeline run.
One of these action is the restartAllLocalMethodServers command found in JConsole. I'm familiar with running it from JConsole, but can't seem to find a class path to try calling it from command line.
If there is no main function for whatever class this is built into, it'd be worth writing my own java utility class to call it.
How can I perform a restartAllLocalMethodServers through Command Line?

