java.lang.Object
com.sun.xml.ws.tx.at.internal.BranchRecord
- All Implemented Interfaces:
Externalizable,Serializable
Encapsulates remote WS-AT participants as a branch for this superior
transaction.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionUsed for recovery (created by readObject) and Externalizable no-arg constructor -
Method Summary
Modifier and TypeMethodDescriptionaddSubordinate(Xid xid, WSATXAResource wsatResource) Adds the specified WS-AT resource to the gateway branch record.voidcleanup()voidvoidsetTxLogLocation(String logLocation) toString()void
-
Constructor Details
-
BranchRecord
public BranchRecord()Used for recovery (created by readObject) and Externalizable no-arg constructor
-
-
Method Details
-
addSubordinate
public com.sun.xml.ws.tx.at.internal.BranchRecord.RegisteredResource addSubordinate(Xid xid, WSATXAResource wsatResource) Adds the specified WS-AT resource to the gateway branch record.- Parameters:
xid- Xid used for keywsatResource- WSATXAResource- Returns:
- RegisteredResource that contains (WSAT)XAResource provided
-
cleanup
public void cleanup() -
setTxLogLocation
-
getTxLogLocation
-
writeExternal
- Specified by:
writeExternalin interfaceExternalizable- Throws:
IOException
-
readExternal
- Specified by:
readExternalin interfaceExternalizable- Throws:
IOExceptionClassNotFoundException
-
toString
-