Serialized Form


Package org.jboss.tm

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

serialVersionUID: 6879509375433435464L

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Throws:
IOException

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

serialVersionUID: 2924502280803535350L

Serialized Fields

t

Throwable t

Class org.jboss.tm.JBossXAException extends XAException implements Serializable

serialVersionUID: 6614203184612359692L

Serialized Fields

linked

Throwable linked
The linked exception

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

serialVersionUID: 2076780468014328911L

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Throws:
IOException

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

serialVersionUID: -4175838107150528488L

Serialized Fields

formatId

int formatId
Format id of this instance. A JBoss-generated Xids has JBOSS_FORMAT_ID in this field.


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.


hash

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


localId

long localId
Local id of this instance. This field uniquely identifies a transaction within a given JBoss server.


trulyGlobalId

GlobalId trulyGlobalId
Global id of this instance. This field uniquely identifies a transaction in a distributed environment.



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