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

oshi.demo.jmx.api.JMXOshiAgent Maven / Gradle / Ivy

There is a newer version: 6.6.5
Show newest version
/*
 * Copyright 2022 The OSHI Project Contributors
 * SPDX-License-Identifier: MIT
 */
package oshi.demo.jmx.api;

import javax.management.MBeanServer;
import java.io.IOException;

public interface JMXOshiAgent extends MBeanServer {
    public void startAgent() throws IOException;

    public void stopAgent() throws IOException;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy