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

org.moskito.controlagent.endpoints.rmi.generated.RemoteAgentService Maven / Gradle / Ivy

The newest version!
package org.moskito.controlagent.endpoints.rmi.generated;
//BEGIN GENERATED CODE

import java.rmi.Remote;
import java.rmi.RemoteException;
import org.distributeme.core.lifecycle.ServiceAdapter;
import java.util.List;
import java.util.Map;

public interface RemoteAgentService extends Remote, ServiceAdapter{
	List getSystemInfo(Map __transportableCallContext) throws org.moskito.controlagent.endpoints.rmi.AgentServiceException, RemoteException;

	List getThresholdStatus(Map __transportableCallContext) throws org.moskito.controlagent.endpoints.rmi.AgentServiceException, RemoteException;

	List getThresholds(Map __transportableCallContext) throws org.moskito.controlagent.endpoints.rmi.AgentServiceException, RemoteException;

	List getAvailableAccumulators(Map __transportableCallContext) throws org.moskito.controlagent.endpoints.rmi.AgentServiceException, RemoteException;

	List getAccumulatorsData(java.util.List accumulatorNames, Map __transportableCallContext) throws org.moskito.controlagent.endpoints.rmi.AgentServiceException, RemoteException;

	List getConfig(Map __transportableCallContext) throws org.moskito.controlagent.endpoints.rmi.AgentServiceException, RemoteException;

	List getNowRunningInfo(Map __transportableCallContext) throws org.moskito.controlagent.endpoints.rmi.AgentServiceException, RemoteException;

}
//END GENERATED CODE




© 2015 - 2025 Weber Informatics LLC | Privacy Policy