001 package org.omg.CosTransactions;
002
003
004 /**
005 * org/omg/CosTransactions/TransIdentity.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 TransIdentity implements org.omg.CORBA.portable.IDLEntity
012 {
013 public org.omg.CosTransactions.Coordinator coord = null;
014 public org.omg.CosTransactions.Terminator term = null;
015 public org.omg.CosTransactions.otid_t otid = null;
016
017 public TransIdentity ()
018 {
019 } // ctor
020
021 public TransIdentity (org.omg.CosTransactions.Coordinator _coord, org.omg.CosTransactions.Terminator _term, org.omg.CosTransactions.otid_t _otid)
022 {
023 coord = _coord;
024 term = _term;
025 otid = _otid;
026 } // ctor
027
028 } // class TransIdentity