FileDocCategorySizeDatePackage
TransAncestryHolder.javaAPI DocGlassfish v2 API2957Fri May 04 22:36:36 BST 2007com.sun.jts.otsidl

TransAncestryHolder

public final class TransAncestryHolder extends Object implements org.omg.CORBA.portable.Streamable
com/sun/jts/otsidl/TransAncestryHolder.java . Generated by the IDL-to-Java compiler (portable), version "3.1" from com/sun/jts/ots.idl Tuesday, February 5, 2002 12:57:23 PM PST

Fields Summary
public org.omg.CosTransactions.TransIdentity[]
value
Constructors Summary
public TransAncestryHolder()


    
  
  
public TransAncestryHolder(org.omg.CosTransactions.TransIdentity[] initialValue)

    value = initialValue;
  
Methods Summary
public void_read(org.omg.CORBA.portable.InputStream i)

    value = com.sun.jts.otsidl.TransAncestryHelper.read (i);
  
public org.omg.CORBA.TypeCode_type()

    return com.sun.jts.otsidl.TransAncestryHelper.type ();
  
public void_write(org.omg.CORBA.portable.OutputStream o)

    com.sun.jts.otsidl.TransAncestryHelper.write (o, value);