com.sun.xml.ws.tx.at
Class WSATSynchronization
java.lang.Object
com.sun.xml.ws.tx.at.WSATSynchronization
- All Implemented Interfaces:
- javax.transaction.Synchronization
public class WSATSynchronization
- extends java.lang.Object
- implements javax.transaction.Synchronization
Volatile WS-AT Participant
| Methods inherited from class java.lang.Object |
clone, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WSATSynchronization
public WSATSynchronization(EndpointReference epr,
javax.transaction.xa.Xid xid)
WSATSynchronization
public WSATSynchronization(Transactional.Version version,
EndpointReference epr,
javax.transaction.xa.Xid xid)
setStatus
public void setStatus(java.lang.String status)
beforeCompletion
public void beforeCompletion()
- Specified by:
beforeCompletion in interface javax.transaction.Synchronization
afterCompletion
public void afterCompletion(int status)
- Specified by:
afterCompletion in interface javax.transaction.Synchronization
equals
public boolean equals(java.lang.Object obj)
- Equality check based on instanceof and Xid that identifies this XAResource
- Overrides:
equals in class java.lang.Object
- Parameters:
obj - Object to conduct equality check against
- Returns:
- if equal
finalize
protected void finalize()
throws java.lang.Throwable
- Prevents leaks
- Overrides:
finalize in class java.lang.Object
- Throws:
java.lang.Throwable - he Exception raised by this method
Copyright © 2005-2013 Oracle Corporation. All Rights Reserved.