All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.hawt.jvm.local.JVMListMBean Maven / Gradle / Ivy

There is a newer version: 4.1.0
Show newest version
package io.hawt.jvm.local;

import java.util.List;

public interface JVMListMBean {

    List listLocalJVMs();

    void startAgent(String PID);

    String agentStatus(String PID);

    String agentVersion(String PID);

    void stopAgent(String PID);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy