Serialized Form


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

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

serialVersionUID: 8473938065230309413L

Serialized Fields

errorCode

int errorCode

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

serialVersionUID: -5827137400010343968L

Serialization Methods

readObject

private void readObject(ObjectInputStream ois)
                 throws ClassNotFoundException,
                        IOException
Throws:
ClassNotFoundException
IOException

writeObject

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

m_xid

Xid m_xid

m_status

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 Object implements Serializable

serialVersionUID: -8663994789749988958L

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 com.sun.xml.ws.tx.at.internal.BranchXidImpl extends Object implements Serializable

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 com.sun.xml.ws.tx.at.internal.ForeignRecoveryContext extends Object implements Serializable

serialVersionUID: -3257083889097518770L

Serialization Methods

readExternal

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

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

writeExternal

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

Throws:
IOException - ioException

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

Serialized Fields

formatId

int formatId

globalTransactionId

byte[] globalTransactionId

branchQual

byte[] branchQual



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