public class BranchRecord extends Object implements Externalizable
| Constructor and Description |
|---|
BranchRecord()
Used for recovery (created by readObject) and Externalizable no-arg constructor
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
void |
cleanup() |
String |
getTxLogLocation() |
void |
readExternal(ObjectInput in) |
void |
setTxLogLocation(String logLocation) |
String |
toString() |
void |
writeExternal(ObjectOutput out) |
public BranchRecord()
public com.sun.xml.ws.tx.at.internal.BranchRecord.RegisteredResource addSubordinate(Xid xid, WSATXAResource wsatResource)
xid - Xid used for keywsatResource - WSATXAResourcepublic void cleanup()
public void setTxLogLocation(String logLocation)
public String getTxLogLocation()
public void writeExternal(ObjectOutput out) throws IOException
writeExternal in interface ExternalizableIOExceptionpublic void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal in interface ExternalizableIOExceptionClassNotFoundExceptionCopyright © 2005–2018 Oracle Corporation. All rights reserved.