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 /builddir/build/BUILD/geronimo-specs-1.6/geronimo-spec-corba/src/main/idl/CosTransactions.idl
008    * Monday, June 18, 2012 10:36:15 AM CEST
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