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

org.omg.XA.ResourceManagerHolder Maven / Gradle / Ivy

package org.omg.XA;

/**
 * Generated from IDL interface "ResourceManager".
 *
 * @author JacORB IDL compiler V 2.3.1 (JBoss patch01), 29-Jul-2009
 * @version generated at Oct 2, 2012 3:07:47 PM
 */

public final class ResourceManagerHolder	implements org.omg.CORBA.portable.Streamable{
	 public ResourceManager value;
	public ResourceManagerHolder()
	{
	}
	public ResourceManagerHolder (final ResourceManager initial)
	{
		value = initial;
	}
	public org.omg.CORBA.TypeCode _type()
	{
		return ResourceManagerHelper.type();
	}
	public void _read (final org.omg.CORBA.portable.InputStream in)
	{
		value = ResourceManagerHelper.read (in);
	}
	public void _write (final org.omg.CORBA.portable.OutputStream _out)
	{
		ResourceManagerHelper.write (_out,value);
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy