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

org.jboss.tm.iiop.TransactionDesc Maven / Gradle / Ivy

The newest version!
package org.jboss.tm.iiop;

/**
 * Generated from IDL struct "TransactionDesc".
 *
 * @author JacORB IDL compiler V 2.3.0 (JBoss patch 4), 06-Jun-2007
 * @version generated at Aug 16, 2011 8:43:25 AM
 */

public final class TransactionDesc
	implements org.omg.CORBA.portable.IDLEntity
{
	public TransactionDesc(){}
	public org.omg.CosTransactions.Control control;
	public org.omg.CosTransactions.PropagationContext propagationContext;
	public TransactionDesc(org.omg.CosTransactions.Control control, org.omg.CosTransactions.PropagationContext propagationContext)
	{
		this.control = control;
		this.propagationContext = propagationContext;
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy