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

com.addc.server.monitoring.MonitoredExceptionHolder 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 exception "MonitoredException".
 *
 * @author JacORB IDL compiler V 3.9
 * @version generated at Mar 25, 2019 1:59:31 PM
 */

public final class MonitoredExceptionHolder
	implements org.omg.CORBA.portable.Streamable
{
	public com.addc.server.monitoring.MonitoredException value;

	public MonitoredExceptionHolder ()
	{
	}
	public MonitoredExceptionHolder(final com.addc.server.monitoring.MonitoredException initial)
	{
		value = initial;
	}
	public org.omg.CORBA.TypeCode _type ()
	{
		return com.addc.server.monitoring.MonitoredExceptionHelper.type ();
	}
	public void _read(final org.omg.CORBA.portable.InputStream _in)
	{
		value = com.addc.server.monitoring.MonitoredExceptionHelper.read(_in);
	}
	public void _write(final org.omg.CORBA.portable.OutputStream _out)
	{
		com.addc.server.monitoring.MonitoredExceptionHelper.write(_out, value);
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy