org.omg.CosTransactions.otid_t Maven / Gradle / Ivy
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