org.omg.CosTransactions
Class PropagationContext

java.lang.Object
  extended byorg.omg.CosTransactions.PropagationContext
All Implemented Interfaces:
org.omg.CORBA.portable.IDLEntity, java.io.Serializable

public final class PropagationContext
extends java.lang.Object
implements org.omg.CORBA.portable.IDLEntity

org/omg/CosTransactions/PropagationContext.java . Generated by the IDL-to-Java compiler (portable), version "3.1" from /var/home/jpp/rebuild/free/BUILD/geronimo-specs-1.1/geronimo-spec-corba/src/main/idl/CosTransactions.idl Thursday, May 31, 2007 7:28:31 PM CEST

See Also:
Serialized Form

Field Summary
 TransIdentity current
           
 org.omg.CORBA.Any implementation_specific_data
           
 TransIdentity[] parents
           
 int timeout
           
 
Constructor Summary
PropagationContext()
           
PropagationContext(int _timeout, TransIdentity _current, TransIdentity[] _parents, org.omg.CORBA.Any _implementation_specific_data)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

timeout

public int timeout

current

public TransIdentity current

parents

public TransIdentity[] parents

implementation_specific_data

public org.omg.CORBA.Any implementation_specific_data
Constructor Detail

PropagationContext

public PropagationContext()

PropagationContext

public PropagationContext(int _timeout,
                          TransIdentity _current,
                          TransIdentity[] _parents,
                          org.omg.CORBA.Any _implementation_specific_data)


Copyright © {inceptionYear}-2007 null. All Rights Reserved.