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

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

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

/**
 * Generated from IDL interface "TransactionService".
 *
 * @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 TransactionServiceHolder	implements org.omg.CORBA.portable.Streamable{
	 public TransactionService value;
	public TransactionServiceHolder()
	{
	}
	public TransactionServiceHolder (final TransactionService initial)
	{
		value = initial;
	}
	public org.omg.CORBA.TypeCode _type()
	{
		return TransactionServiceHelper.type();
	}
	public void _read (final org.omg.CORBA.portable.InputStream in)
	{
		value = TransactionServiceHelper.read (in);
	}
	public void _write (final org.omg.CORBA.portable.OutputStream _out)
	{
		TransactionServiceHelper.write (_out,value);
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy