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

com.arjuna.ArjunaOTS.txIdsHolder Maven / Gradle / Ivy

Go to download

JBossTS - JBoss Transaction Service. JTA, JTS and XTS (WS-AT, WS-BA)

The newest version!
package com.arjuna.ArjunaOTS;

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

public final class txIdsHolder
	implements org.omg.CORBA.portable.Streamable
{
	public org.omg.CosTransactions.otid_t[] value;

	public txIdsHolder ()
	{
	}
	public txIdsHolder (final org.omg.CosTransactions.otid_t[] initial)
	{
		value = initial;
	}
	public org.omg.CORBA.TypeCode _type ()
	{
		return txIdsHelper.type ();
	}
	public void _read (final org.omg.CORBA.portable.InputStream in)
	{
		value = txIdsHelper.read (in);
	}
	public void _write (final org.omg.CORBA.portable.OutputStream out)
	{
		txIdsHelper.write (out,value);
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy