com.addc.server.monitoring.MonitorOperations Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of addc-svr-monitor Show documentation
Show all versions of addc-svr-monitor Show documentation
Supplies the classes required for monitoring a server with the Amentet Monitoring Service
package com.addc.server.monitoring;
/**
* Generated from IDL interface "Monitor".
*
* @author JacORB IDL compiler V 3.9
* @version generated at Nov 9, 2019 1:39:38 PM
*/
public interface MonitorOperations
{
/* constants */
/* operations */
void componentStarts(java.lang.String corbaloc, int leaseTime);
void componentRefresh(java.lang.String corbaloc);
void componentStops(java.lang.String corbaloc);
java.lang.String[] listMonitoredComponents();
}