001 package org.omg.CosTransactions;
002
003 /**
004 * Generated from IDL struct "TransIdentity".
005 *
006 * @author JacORB IDL compiler V 2.3.0 (JBoss patch 6), 06-Jun-2007
007 * @version generated at Sep 6, 2011 5:12:30 AM
008 */
009
010 public final class TransIdentity
011 implements org.omg.CORBA.portable.IDLEntity
012 {
013 public TransIdentity(){}
014 public org.omg.CosTransactions.Coordinator coord;
015 public org.omg.CosTransactions.Terminator term;
016 public org.omg.CosTransactions.otid_t otid;
017 public TransIdentity(org.omg.CosTransactions.Coordinator coord, org.omg.CosTransactions.Terminator term, org.omg.CosTransactions.otid_t otid)
018 {
019 this.coord = coord;
020 this.term = term;
021 this.otid = otid;
022 }
023 }