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

com.addc.server.monitoring.MonitorOperations Maven / Gradle / Ivy

Go to download

Supplies the classes required for monitoring a server with the Amentet Monitoring Service

There is a newer version: 2.9
Show newest version
package com.addc.server.monitoring;


/**
 * Generated from IDL interface "Monitor".
 *
 * @author JacORB IDL compiler V 3.9
 * @version generated at Mar 25, 2019 1:59:31 PM
 */

public interface MonitorOperations
{
	/* constants */
	/* operations  */
	void componentStarts(java.lang.String corbaloc, long leaseTime);
	void componentRefresh(java.lang.String corbaloc);
	void componentStops(java.lang.String corbaloc);
	java.lang.String[] listMonitoredComponents();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy