站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss 4.0.1 sp1 iiop API Documentation 英文版文档

TransactionDesc (JBoss IIOP Plugin API) - JBoss 4.0.1 sp1 iiop API Documentation 英文版文档


org.jboss.tm.iiop
Class TransactionDesc

java.lang.Object
  extended byorg.jboss.tm.iiop.TransactionDesc
All Implemented Interfaces:
IDLEntity, Serializable

public final class TransactionDesc
extends Object
implements IDLEntity

Generated from IDL definition of struct "TransactionDesc"

Author:
JacORB IDL compiler
See Also:
Serialized Form

Field Summary
 org.omg.CosTransactions.Control control
           
 org.omg.CosTransactions.PropagationContext propagationContext
           
 
Constructor Summary
TransactionDesc()
           
TransactionDesc(org.omg.CosTransactions.Control control, org.omg.CosTransactions.PropagationContext propagationContext)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

control

public org.omg.CosTransactions.Control control

propagationContext

public org.omg.CosTransactions.PropagationContext propagationContext
Constructor Detail

TransactionDesc

public TransactionDesc()

TransactionDesc

public TransactionDesc(org.omg.CosTransactions.Control control,
                       org.omg.CosTransactions.PropagationContext propagationContext)


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.