org.omg.CosTransactions
Class otid_t

java.lang.Object
  extended by org.omg.CosTransactions.otid_t
All Implemented Interfaces:
Serializable, IDLEntity

public final class otid_t
extends Object
implements IDLEntity

org/omg/CosTransactions/otid_t.java . Generated by the IDL-to-Java compiler (portable), version "3.2" from /builddir/build/BUILD/geronimo-specs-1.6/geronimo-spec-corba/src/main/idl/CosTransactions.idl Saturday, September 22, 2012 10:56:39 AM CEST

See Also:
Serialized Form

Field Summary
 int bqual_length
           
 int formatID
           
 byte[] tid
           
 
Constructor Summary
otid_t()
           
otid_t(int _formatID, int _bqual_length, byte[] _tid)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

formatID

public int formatID

bqual_length

public int bqual_length

tid

public byte[] tid
Constructor Detail

otid_t

public otid_t()

otid_t

public otid_t(int _formatID,
              int _bqual_length,
              byte[] _tid)


Copyright © 2003-2012 Apache Software Foundation. All Rights Reserved.