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

org.symphonyoss.symphony.clients.jmx.ClientCheckMBean Maven / Gradle / Ivy

The newest version!
package org.symphonyoss.symphony.clients.jmx;

import org.symphonyoss.client.exceptions.SystemException;
import org.symphonyoss.symphony.clients.model.SymAgentHealthCheck;

public interface ClientCheckMBean {
    public SymAgentHealthCheck fetchFullDetail() throws SystemException;

    public Boolean isUp() throws SystemException;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy