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

org.omg.CosTransactions.otid_t Maven / Gradle / Ivy

Go to download

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

The newest version!
package org.omg.CosTransactions;

/**
 * Generated from IDL struct "otid_t".
 *
 * @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 otid_t
	implements org.omg.CORBA.portable.IDLEntity
{
	public otid_t(){}
	public int formatID;
	public int bqual_length;
	public byte[] tid;
	public otid_t(int formatID, int bqual_length, byte[] tid)
	{
		this.formatID = formatID;
		this.bqual_length = bqual_length;
		this.tid = tid;
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy