Serialized Form


Package com.sun.xml.ws.tx.at

Class com.sun.xml.ws.tx.at.WSATException extends java.lang.Exception implements Serializable

serialVersionUID: 8473938065230309413L

Serialized Fields

errorCode

int errorCode

Class com.sun.xml.ws.tx.at.WSATXAResource extends java.lang.Object implements Serializable

serialVersionUID: -5827137400010343968L

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream ois)
                 throws java.lang.ClassNotFoundException,
                        java.io.IOException
Throws:
java.lang.ClassNotFoundException
java.io.IOException

writeObject

private void writeObject(java.io.ObjectOutputStream oos)
                  throws java.io.IOException
Throws:
java.io.IOException
Serialized Fields

m_xid

javax.transaction.xa.Xid m_xid

m_status

java.lang.String m_status

m_version

Transactional.Version m_version

m_isRemovedFromMap

boolean m_isRemovedFromMap

Package com.sun.xml.ws.tx.at.internal

Class com.sun.xml.ws.tx.at.internal.BranchRecord extends java.lang.Object implements Serializable

serialVersionUID: -8663994789749988958L

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Throws:
java.io.IOException

Class com.sun.xml.ws.tx.at.internal.BranchXidImpl extends java.lang.Object implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Throws:
java.io.IOException

Class com.sun.xml.ws.tx.at.internal.ForeignRecoveryContext extends java.lang.Object implements Serializable

serialVersionUID: -3257083889097518770L

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.lang.ClassNotFoundException,
                         java.io.IOException
Reads context from ObjectInput and adds to contextmanager

Throws:
java.lang.ClassNotFoundException - classNotFoundException from in.readObject()
java.io.IOException - ioException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Writes context to ObjectInput

Throws:
java.io.IOException - ioException

Class com.sun.xml.ws.tx.at.internal.XidImpl extends java.lang.Object implements Serializable

Serialized Fields

formatId

int formatId

globalTransactionId

byte[] globalTransactionId

branchQual

byte[] branchQual



Copyright © 2005-2011 Oracle Corporation. All Rights Reserved.