Oracle Fusion Middleware
Java API Reference for Oracle WebLogic Server
12c (12.1.3)

Part Number E41849-02

weblogic.wsee.wstx.wsat
Class WSATSynchronization

java.lang.Object
  extended by weblogic.wsee.wstx.wsat.WSATSynchronization
All Implemented Interfaces:
Synchronization

Deprecated.

public class WSATSynchronization
extends Object
implements Synchronization

Volatile WS-AT Participant


Constructor Summary
WSATSynchronization(EndpointReference epr, Xid xid)
          Deprecated.  
WSATSynchronization(Transactional.Version version, EndpointReference epr, Xid xid)
          Deprecated.  
 
Method Summary
 void afterCompletion(int status)
          Deprecated.  
 void beforeCompletion()
          Deprecated.  
 boolean equals(Object obj)
          Deprecated. Equality check based on instanceof and Xid that identifies this XAResource
protected  void finalize()
          Deprecated. Prevents leaks
 int hashCode()
          Deprecated.  
 void setStatus(String status)
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WSATSynchronization

public WSATSynchronization(EndpointReference epr,
                           Xid xid)
Deprecated. 

WSATSynchronization

public WSATSynchronization(Transactional.Version version,
                           EndpointReference epr,
                           Xid xid)
Deprecated. 
Method Detail

setStatus

public void setStatus(String status)
Deprecated. 

beforeCompletion

public void beforeCompletion()
Deprecated. 
Specified by:
beforeCompletion in interface Synchronization

afterCompletion

public void afterCompletion(int status)
Deprecated. 
Specified by:
afterCompletion in interface Synchronization

equals

public boolean equals(Object obj)
Deprecated. 
Equality check based on instanceof and Xid that identifies this XAResource

Overrides:
equals in class Object
Parameters:
obj - Object to conduct equality check against
Returns:
if equal

hashCode

public int hashCode()
Deprecated. 
Overrides:
hashCode in class Object

finalize

protected void finalize()
                 throws Throwable
Deprecated. 
Prevents leaks

Overrides:
finalize in class Object
Throws:
Throwable - he Exception raised by this method

Copyright 1996, 2014, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners.

Oracle Fusion Middleware
Java API Reference for Oracle WebLogic Server
12c (12.1.3)

Part Number E41849-02