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

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

package org.omg.CosTransactions;

/**
 * Generated from IDL struct "TransIdentity".
 *
 * @author JacORB IDL compiler V 2.3.1 (JBoss patch01), 29-Jul-2009
 * @version generated at Sep 25, 2012 5:03:58 PM
 */

public final class TransIdentity
	implements org.omg.CORBA.portable.IDLEntity
{
	public TransIdentity(){}
	public org.omg.CosTransactions.Coordinator coord;
	public org.omg.CosTransactions.Terminator term;
	public org.omg.CosTransactions.otid_t otid;
	public TransIdentity(org.omg.CosTransactions.Coordinator coord, org.omg.CosTransactions.Terminator term, org.omg.CosTransactions.otid_t otid)
	{
		this.coord = coord;
		this.term = term;
		this.otid = otid;
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy