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

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

package org.omg.CosTransactions;

/**
 * Generated from IDL struct "PropagationContext".
 *
 * @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 PropagationContext
	implements org.omg.CORBA.portable.IDLEntity
{
	public PropagationContext(){}
	public int timeout;
	public org.omg.CosTransactions.TransIdentity current;
	public org.omg.CosTransactions.TransIdentity[] parents;
	public org.omg.CORBA.Any implementation_specific_data;
	public PropagationContext(int timeout, org.omg.CosTransactions.TransIdentity current, org.omg.CosTransactions.TransIdentity[] parents, org.omg.CORBA.Any implementation_specific_data)
	{
		this.timeout = timeout;
		this.current = current;
		this.parents = parents;
		this.implementation_specific_data = implementation_specific_data;
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy