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

Serialized Form (JBoss Transaction API) - JBoss 3.2.7 transaction API Documentation 英文版文档


Serialized Form


Package org.jboss.tm

Class org.jboss.tm.GlobalId extends Object implements Serializable

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException

Class org.jboss.tm.JBossRollbackException extends RollbackException implements Serializable

Serialized Fields

t

Throwable t

Class org.jboss.tm.TransactionTimeout.TransactionTimeoutException extends Exception implements Serializable

Class org.jboss.tm.XidImpl extends Object implements Serializable

Serialized Fields

hash

int hash
Hash code of this instance. This is really a sequence number.


globalId

byte[] globalId
Global transaction id of this instance. The coding of this class depends on the fact that this variable is initialized in the constructor and never modified. References to this array are never given away, instead a clone is delivered.


branchId

byte[] branchId
Branch qualifier of this instance. This identifies the branch of a transaction.



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