001 package org.omg.CosTransactions; 002 003 004 /** 005 * org/omg/CosTransactions/otid_t.java . 006 * Generated by the IDL-to-Java compiler (portable), version "3.2" 007 * from /home/iurt/rpm/BUILD/geronimo-spec-corba/src/main/idl/CosTransactions.idl 008 * Saturday, November 26, 2011 9:53:36 PM UTC 009 */ 010 011 public final class otid_t implements org.omg.CORBA.portable.IDLEntity 012 { 013 public int formatID = (int)0; 014 015 /*format identifier. 0 is OSI TP */ 016 public int bqual_length = (int)0; 017 public byte tid[] = null; 018 019 public otid_t () 020 { 021 } // ctor 022 023 public otid_t (int _formatID, int _bqual_length, byte[] _tid) 024 { 025 formatID = _formatID; 026 bqual_length = _bqual_length; 027 tid = _tid; 028 } // ctor 029 030 } // class otid_t