当前页面:
在线文档首页 >
JBoss 3.2.7 varia API Documentation 英文版文档
TyrexTxPropagationContext (Various API) - JBoss 3.2.7 varia API Documentation 英文版文档
org.jboss.tm.plugins.tyrex
Class TyrexTxPropagationContext
java.lang.Object
org.jboss.tm.plugins.tyrex.TyrexTxPropagationContext
- All Implemented Interfaces:
- Externalizable, Serializable
- public class TyrexTxPropagationContext
- extends Object
- implements Externalizable
This class wraps the OMG PropagationContext to be able to pass it
via RMI. Currently we are only taking care of top-level transaction
(no nested transactions) by sending via RMI only
- timeout value
- otid (@see org.omg.CosTransactions.otid_t - representation of Xid)
- Coordinator's Proxy
- Version:
- $Revision: 1.3 $
- Author:
- Anatoly Akkerman
- See Also:
org.omg.CosTransactions.PropagationContext,
org.omg.CosTransactions.otid_t,
org.omg.CosTransactions.Coordinator,
java.lang.reflect.Proxy
,
Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
timeout
protected int timeout
coord
protected CoordinatorRemoteInterface coord
otid
protected org.omg.CosTransactions.otid_t otid
isNull
protected boolean isNull
tpc
protected org.omg.CosTransactions.PropagationContext tpc
coordProxy
protected org.omg.CosTransactions.Coordinator coordProxy
TyrexTxPropagationContext
public TyrexTxPropagationContext()
TyrexTxPropagationContext
protected TyrexTxPropagationContext(org.omg.CosTransactions.PropagationContext tpc)
getPropagationContext
protected org.omg.CosTransactions.PropagationContext getPropagationContext()
writeExternal
public void writeExternal(ObjectOutput out)
throws IOException
- Specified by:
writeExternal
in interface Externalizable
- Throws:
IOException
readExternal
public void readExternal(ObjectInput in)
throws IOException,
ClassNotFoundException
- Specified by:
readExternal
in interface Externalizable
- Throws:
IOException
ClassNotFoundException
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.